Compare commits

..

1 Commits

Author SHA1 Message Date
Aiden Cline 24b1668e14 [opencode/deepseek] Add reasoning options 2026-06-13 16:00:49 -05:00
4 changed files with 4 additions and 2 deletions
@@ -4,7 +4,6 @@ release_date = "2025-10-17"
last_updated = "2025-10-17"
attachment = false
reasoning = true
reasoning_options = []
temperature = true
knowledge = "2025-01"
tool_call = true
@@ -4,6 +4,7 @@ release_date = "2026-04-24"
last_updated = "2026-04-24"
attachment = false
reasoning = true
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["high", "max"] }]
temperature = true
knowledge = "2025-05"
tool_call = true
@@ -24,4 +25,4 @@ output = 128_000
[modalities]
input = ["text"]
output = ["text"]
output = ["text"]
@@ -1,4 +1,5 @@
base_model = "deepseek/deepseek-v4-flash"
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["high", "max"] }]
[interleaved]
field = "reasoning_content"
@@ -1,4 +1,5 @@
base_model = "deepseek/deepseek-v4-pro"
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["high", "max"] }]
[interleaved]
field = "reasoning_content"