Compare commits

...

2 Commits

Author SHA1 Message Date
Aiden Cline dc2655aeb0 fix(databricks): remove unsupported Claude budget caps 2026-06-23 23:28:36 -05:00
Aiden Cline 8506d5831f [databricks/anthropic] Add reasoning options 2026-06-13 16:02:30 -05:00
8 changed files with 8 additions and 0 deletions
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-haiku-4-5"
reasoning_options = []
[cost]
input = 1
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-opus-4-1"
reasoning_options = [{ type = "budget_tokens", min = 1_024 }]
[cost]
input = 15
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-opus-4-5"
reasoning_options = [{ type = "budget_tokens", min = 1_024 }]
[cost]
input = 5
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-opus-4-6"
reasoning_options = [{ type = "budget_tokens", min = 1_024 }]
[cost]
input = 5
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-opus-4-7"
reasoning_options = [{ type = "budget_tokens", min = 1_024 }]
[cost]
input = 5
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-sonnet-4-5"
reasoning_options = [{ type = "budget_tokens", min = 1_024 }]
[cost]
input = 3
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-sonnet-4-6"
reasoning_options = [{ type = "budget_tokens", min = 1_024 }]
[cost]
input = 3
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-sonnet-4-5-20250929"
reasoning_options = [{ type = "budget_tokens", min = 1_024 }]
[cost]
input = 3