diff --git a/providers/opencode-go/models/deepseek-v4-flash.toml b/providers/opencode-go/models/deepseek-v4-flash.toml index 0173f6daa27..e19f7a8a3ba 100644 --- a/providers/opencode-go/models/deepseek-v4-flash.toml +++ b/providers/opencode-go/models/deepseek-v4-flash.toml @@ -4,6 +4,7 @@ release_date = "2026-04-24" last_updated = "2026-04-24" attachment = false reasoning = true +reasoning_options = [{ type = "effort", values = ["high", "max"] }] temperature = true knowledge = "2025-05" tool_call = true @@ -24,4 +25,4 @@ output = 384_000 [modalities] input = ["text"] -output = ["text"] \ No newline at end of file +output = ["text"] diff --git a/providers/opencode-go/models/deepseek-v4-pro.toml b/providers/opencode-go/models/deepseek-v4-pro.toml index 0ff45d4dd87..c16c526518b 100644 --- a/providers/opencode-go/models/deepseek-v4-pro.toml +++ b/providers/opencode-go/models/deepseek-v4-pro.toml @@ -4,6 +4,7 @@ release_date = "2026-04-24" last_updated = "2026-04-24" attachment = false reasoning = true +reasoning_options = [{ type = "effort", values = ["high", "max"] }] temperature = true knowledge = "2025-05" tool_call = true diff --git a/providers/opencode-go/models/glm-5.1.toml b/providers/opencode-go/models/glm-5.1.toml index 0fed37b0e03..91d18de4b54 100644 --- a/providers/opencode-go/models/glm-5.1.toml +++ b/providers/opencode-go/models/glm-5.1.toml @@ -4,6 +4,7 @@ release_date = "2026-04-07" last_updated = "2026-04-07" attachment = false reasoning = true +reasoning_options = [] temperature = true tool_call = true knowledge = "2025-04" @@ -23,4 +24,4 @@ output = 32_768 [modalities] input = ["text"] -output = ["text"] \ No newline at end of file +output = ["text"] diff --git a/providers/opencode-go/models/glm-5.toml b/providers/opencode-go/models/glm-5.toml index d599388adbc..86d9bc527cc 100644 --- a/providers/opencode-go/models/glm-5.toml +++ b/providers/opencode-go/models/glm-5.toml @@ -4,6 +4,7 @@ release_date = "2026-02-11" last_updated = "2026-02-11" attachment = false reasoning = true +reasoning_options = [] temperature = true tool_call = true knowledge = "2025-04" @@ -23,4 +24,4 @@ output = 32_768 [modalities] input = ["text"] -output = ["text"] \ No newline at end of file +output = ["text"] diff --git a/providers/opencode-go/models/kimi-k2.5.toml b/providers/opencode-go/models/kimi-k2.5.toml index eb8b6f0f8a6..f032a3c6aa0 100644 --- a/providers/opencode-go/models/kimi-k2.5.toml +++ b/providers/opencode-go/models/kimi-k2.5.toml @@ -4,6 +4,7 @@ release_date = "2026-01-27" last_updated = "2026-01-27" attachment = true reasoning = true +reasoning_options = [] temperature = true tool_call = true knowledge = "2024-10" diff --git a/providers/opencode-go/models/kimi-k2.6.toml b/providers/opencode-go/models/kimi-k2.6.toml index 6e6e97a498a..983a9b92062 100644 --- a/providers/opencode-go/models/kimi-k2.6.toml +++ b/providers/opencode-go/models/kimi-k2.6.toml @@ -4,6 +4,7 @@ release_date = "2026-04-21" last_updated = "2026-04-21" attachment = true reasoning = true +reasoning_options = [] temperature = true tool_call = true knowledge = "2024-10" diff --git a/providers/opencode-go/models/mimo-v2-omni.toml b/providers/opencode-go/models/mimo-v2-omni.toml index e7a42348497..fabf07bc299 100644 --- a/providers/opencode-go/models/mimo-v2-omni.toml +++ b/providers/opencode-go/models/mimo-v2-omni.toml @@ -4,6 +4,7 @@ release_date = "2026-03-18" last_updated = "2026-03-18" attachment = true reasoning = true +reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }] temperature = true tool_call = true knowledge = "2024-12" diff --git a/providers/opencode-go/models/mimo-v2-pro.toml b/providers/opencode-go/models/mimo-v2-pro.toml index 365c9512beb..0b279f716ac 100644 --- a/providers/opencode-go/models/mimo-v2-pro.toml +++ b/providers/opencode-go/models/mimo-v2-pro.toml @@ -4,6 +4,7 @@ release_date = "2026-03-18" last_updated = "2026-03-18" attachment = true reasoning = true +reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }] temperature = true tool_call = true knowledge = "2024-12" diff --git a/providers/opencode-go/models/mimo-v2.5-pro.toml b/providers/opencode-go/models/mimo-v2.5-pro.toml index c49390ef622..65ae6224547 100644 --- a/providers/opencode-go/models/mimo-v2.5-pro.toml +++ b/providers/opencode-go/models/mimo-v2.5-pro.toml @@ -4,6 +4,7 @@ release_date = "2026-04-22" last_updated = "2026-04-22" attachment = true reasoning = true +reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }] temperature = true tool_call = true knowledge = "2024-12" diff --git a/providers/opencode-go/models/mimo-v2.5.toml b/providers/opencode-go/models/mimo-v2.5.toml index 2dfd822e60a..f7071095a1c 100644 --- a/providers/opencode-go/models/mimo-v2.5.toml +++ b/providers/opencode-go/models/mimo-v2.5.toml @@ -4,6 +4,7 @@ release_date = "2026-04-22" last_updated = "2026-04-22" attachment = true reasoning = true +reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }] temperature = true tool_call = true knowledge = "2024-12" diff --git a/providers/opencode-go/models/minimax-m2.5.toml b/providers/opencode-go/models/minimax-m2.5.toml index c43f1dbaa21..d3af6e851e6 100644 --- a/providers/opencode-go/models/minimax-m2.5.toml +++ b/providers/opencode-go/models/minimax-m2.5.toml @@ -4,6 +4,7 @@ release_date = "2026-02-12" last_updated = "2026-02-12" attachment = false reasoning = true +reasoning_options = [] temperature = true tool_call = true knowledge = "2025-01" @@ -23,4 +24,4 @@ input = ["text"] output = ["text"] [provider] -npm = "@ai-sdk/anthropic" \ No newline at end of file +npm = "@ai-sdk/anthropic" diff --git a/providers/opencode-go/models/minimax-m2.7.toml b/providers/opencode-go/models/minimax-m2.7.toml index 42e08c8f85c..c5c67fb3e10 100644 --- a/providers/opencode-go/models/minimax-m2.7.toml +++ b/providers/opencode-go/models/minimax-m2.7.toml @@ -4,6 +4,7 @@ release_date = "2026-03-18" last_updated = "2026-03-18" attachment = false reasoning = true +reasoning_options = [] temperature = true tool_call = true knowledge = "2025-01" @@ -23,4 +24,4 @@ input = ["text"] output = ["text"] [provider] -npm = "@ai-sdk/anthropic" \ No newline at end of file +npm = "@ai-sdk/anthropic" diff --git a/providers/opencode-go/models/minimax-m3.toml b/providers/opencode-go/models/minimax-m3.toml index 16592c3aee1..0548d2601a1 100644 --- a/providers/opencode-go/models/minimax-m3.toml +++ b/providers/opencode-go/models/minimax-m3.toml @@ -4,6 +4,7 @@ release_date = "2026-05-31" last_updated = "2026-05-31" attachment = false reasoning = true +reasoning_options = [{ type = "toggle" }] temperature = true tool_call = true knowledge = "2025-01" @@ -23,4 +24,4 @@ input = ["text", "image", "video"] output = ["text"] [provider] -npm = "@ai-sdk/anthropic" \ No newline at end of file +npm = "@ai-sdk/anthropic" diff --git a/providers/opencode-go/models/qwen3.5-plus.toml b/providers/opencode-go/models/qwen3.5-plus.toml index a92241eba25..1588c290bc3 100644 --- a/providers/opencode-go/models/qwen3.5-plus.toml +++ b/providers/opencode-go/models/qwen3.5-plus.toml @@ -4,6 +4,7 @@ release_date = "2026-02-16" last_updated = "2026-02-16" attachment = true reasoning = true +reasoning_options = [] temperature = true tool_call = true knowledge = "2025-04" @@ -25,4 +26,4 @@ input = ["text", "image", "video"] output = ["text"] [provider] -npm = "@ai-sdk/anthropic" \ No newline at end of file +npm = "@ai-sdk/anthropic" diff --git a/providers/opencode-go/models/qwen3.6-plus.toml b/providers/opencode-go/models/qwen3.6-plus.toml index 52d9c6b16b6..77de6cffb8c 100644 --- a/providers/opencode-go/models/qwen3.6-plus.toml +++ b/providers/opencode-go/models/qwen3.6-plus.toml @@ -4,6 +4,7 @@ release_date = "2026-04-02" last_updated = "2026-04-02" attachment = true reasoning = true +reasoning_options = [] temperature = true tool_call = true knowledge = "2025-04" diff --git a/providers/opencode-go/models/qwen3.7-max.toml b/providers/opencode-go/models/qwen3.7-max.toml index 064298977d4..55493969781 100644 --- a/providers/opencode-go/models/qwen3.7-max.toml +++ b/providers/opencode-go/models/qwen3.7-max.toml @@ -4,6 +4,7 @@ release_date = "2026-05-21" last_updated = "2026-05-21" attachment = false reasoning = true +reasoning_options = [] temperature = true tool_call = true open_weights = false @@ -23,4 +24,4 @@ input = ["text"] output = ["text"] [provider] -npm = "@ai-sdk/anthropic" \ No newline at end of file +npm = "@ai-sdk/anthropic" diff --git a/providers/opencode-go/models/qwen3.7-plus.toml b/providers/opencode-go/models/qwen3.7-plus.toml index 36cb6a0eb42..aea8a94e908 100644 --- a/providers/opencode-go/models/qwen3.7-plus.toml +++ b/providers/opencode-go/models/qwen3.7-plus.toml @@ -4,6 +4,7 @@ release_date = "2026-06-02" last_updated = "2026-06-02" attachment = true reasoning = true +reasoning_options = [] temperature = true tool_call = true open_weights = false