Compare commits

...

1 Commits

Author SHA1 Message Date
Aiden Cline 4d9a365f36 [opencode/alibaba] Add reasoning options 2026-06-13 16:00:45 -05:00
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -4,6 +4,7 @@ release_date = "2026-02-16"
last_updated = "2026-02-16"
attachment = true
reasoning = true
reasoning_options = [{ type = "toggle" }, { type = "budget_tokens", max = 81_920 }]
temperature = true
tool_call = true
knowledge = "2025-04"
@@ -24,4 +25,4 @@ input = ["text", "image", "video"]
output = ["text"]
[provider]
npm = "@ai-sdk/anthropic"
npm = "@ai-sdk/anthropic"
@@ -4,6 +4,7 @@ release_date = "2026-04-02"
last_updated = "2026-04-02"
attachment = true
reasoning = true
reasoning_options = [{ type = "toggle" }, { type = "budget_tokens", max = 81_920 }]
temperature = true
tool_call = true
knowledge = "2025-04"
@@ -24,4 +25,4 @@ input = ["text", "image", "video"]
output = ["text"]
[provider]
npm = "@ai-sdk/anthropic"
npm = "@ai-sdk/anthropic"
+2 -1
View File
@@ -4,6 +4,7 @@ release_date = "2026-04-02"
last_updated = "2026-04-02"
attachment = true
reasoning = true
reasoning_options = [{ type = "toggle" }, { type = "budget_tokens", max = 81_920 }]
temperature = true
tool_call = true
knowledge = "2025-04"
@@ -24,4 +25,4 @@ input = ["text", "image", "video"]
output = ["text"]
[provider]
npm = "@ai-sdk/anthropic"
npm = "@ai-sdk/anthropic"