diff --git a/providers/opencode/models/minimax-m2.1-free.toml b/providers/opencode/models/minimax-m2.1-free.toml index 1589849567d..483e3c277da 100644 --- a/providers/opencode/models/minimax-m2.1-free.toml +++ b/providers/opencode/models/minimax-m2.1-free.toml @@ -4,6 +4,7 @@ release_date = "2025-12-23" last_updated = "2025-12-23" attachment = false reasoning = true +reasoning_options = [] temperature = true tool_call = true knowledge = "2025-01" diff --git a/providers/opencode/models/minimax-m2.1.toml b/providers/opencode/models/minimax-m2.1.toml index d6d662da1b0..1f7ced6dccd 100644 --- a/providers/opencode/models/minimax-m2.1.toml +++ b/providers/opencode/models/minimax-m2.1.toml @@ -4,6 +4,7 @@ release_date = "2025-12-23" last_updated = "2025-12-23" attachment = false reasoning = true +reasoning_options = [] temperature = true tool_call = true knowledge = "2025-01" @@ -24,4 +25,4 @@ output = 131072 [modalities] input = ["text"] -output = ["text"] \ No newline at end of file +output = ["text"] diff --git a/providers/opencode/models/minimax-m2.5-free.toml b/providers/opencode/models/minimax-m2.5-free.toml index e7501483e5f..16ce0da3a02 100644 --- a/providers/opencode/models/minimax-m2.5-free.toml +++ b/providers/opencode/models/minimax-m2.5-free.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" @@ -24,4 +25,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/models/minimax-m2.5.toml b/providers/opencode/models/minimax-m2.5.toml index 40b3b89f266..360067c1bc3 100644 --- a/providers/opencode/models/minimax-m2.5.toml +++ b/providers/opencode/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 @@ output = 131072 [modalities] input = ["text"] -output = ["text"] \ No newline at end of file +output = ["text"] diff --git a/providers/opencode/models/minimax-m2.7.toml b/providers/opencode/models/minimax-m2.7.toml index 6f2af8a9751..cc6cb439de6 100644 --- a/providers/opencode/models/minimax-m2.7.toml +++ b/providers/opencode/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 @@ output = 131_072 [modalities] input = ["text"] -output = ["text"] \ No newline at end of file +output = ["text"] diff --git a/providers/opencode/models/minimax-m3-free.toml b/providers/opencode/models/minimax-m3-free.toml index 39c4e7456f7..30bc275afc3 100644 --- a/providers/opencode/models/minimax-m3-free.toml +++ b/providers/opencode/models/minimax-m3-free.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" @@ -24,4 +25,4 @@ input = ["text", "image", "video"] output = ["text"] [provider] -npm = "@ai-sdk/anthropic" \ No newline at end of file +npm = "@ai-sdk/anthropic"