Compare commits

...

1 Commits

Author SHA1 Message Date
Aiden Cline 3e3918929c [opencode/anthropic] Add reasoning options 2026-06-13 16:00:47 -05:00
9 changed files with 12 additions and 3 deletions
@@ -4,6 +4,7 @@ release_date = "2025-10-15"
last_updated = "2025-10-15"
attachment = true
reasoning = true
reasoning_options = [{ type = "budget_tokens", min = 1_024, max = 63_999 }]
temperature = true
tool_call = true
knowledge = "2025-02-28"
@@ -4,6 +4,7 @@ release_date = "2025-08-05"
last_updated = "2025-08-05"
attachment = true
reasoning = true
reasoning_options = [{ type = "budget_tokens", min = 1_024, max = 31_999 }]
temperature = true
tool_call = true
knowledge = "2025-03-31"
@@ -24,4 +25,4 @@ input = ["text", "image", "pdf"]
output = ["text"]
[provider]
npm = "@ai-sdk/anthropic"
npm = "@ai-sdk/anthropic"
@@ -4,6 +4,7 @@ release_date = "2025-11-24"
last_updated = "2025-11-24"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }, { type = "budget_tokens", min = 1_024, max = 63_999 }]
temperature = true
tool_call = true
knowledge = "2025-03-31"
@@ -24,4 +25,4 @@ input = ["text", "image", "pdf"]
output = ["text"]
[provider]
npm = "@ai-sdk/anthropic"
npm = "@ai-sdk/anthropic"
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-opus-4-6"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "max"] }, { type = "budget_tokens", min = 1_024, max = 127_999 }]
[cost]
input = 5
@@ -4,6 +4,7 @@ release_date = "2026-04-16"
last_updated = "2026-04-16"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }]
temperature = false
tool_call = true
knowledge = "2026-01-31"
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-opus-4-8"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }]
[cost]
input = 5
@@ -4,6 +4,7 @@ release_date = "2025-09-29"
last_updated = "2025-09-29"
attachment = true
reasoning = true
reasoning_options = [{ type = "budget_tokens", min = 1_024, max = 63_999 }]
temperature = true
tool_call = true
interleaved = true
@@ -4,6 +4,7 @@ release_date = "2026-02-17"
last_updated = "2026-02-17"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "max"] }, { type = "budget_tokens", min = 1_024, max = 63_999 }]
temperature = true
tool_call = true
interleaved = true
@@ -4,6 +4,7 @@ release_date = "2025-05-22"
last_updated = "2025-05-22"
attachment = true
reasoning = true
reasoning_options = [{ type = "budget_tokens", min = 1_024, max = 63_999 }]
temperature = true
tool_call = true
knowledge = "2025-03-31"
@@ -31,4 +32,4 @@ input = ["text", "image", "pdf"]
output = ["text"]
[provider]
npm = "@ai-sdk/anthropic"
npm = "@ai-sdk/anthropic"