From 1ccb247f7f429c658ef7a0f030fb379b75340e1d Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Thu, 11 Jun 2026 12:05:22 -0500 Subject: [PATCH] [togetherai] Require reasoning options metadata --- providers/togetherai/models/MiniMaxAI/MiniMax-M2.5.toml | 1 + providers/togetherai/models/google/gemma-4-31B-it.toml | 1 + providers/togetherai/models/pearl-ai/gemma-4-31b-it.toml | 1 + 3 files changed, 3 insertions(+) diff --git a/providers/togetherai/models/MiniMaxAI/MiniMax-M2.5.toml b/providers/togetherai/models/MiniMaxAI/MiniMax-M2.5.toml index 70e50b05a..bf8a46b67 100644 --- a/providers/togetherai/models/MiniMaxAI/MiniMax-M2.5.toml +++ b/providers/togetherai/models/MiniMaxAI/MiniMax-M2.5.toml @@ -4,6 +4,7 @@ release_date = "2026-02-12" last_updated = "2026-02-12" attachment = false reasoning = true +reasoning_options = [] status = "deprecated" temperature = true tool_call = true diff --git a/providers/togetherai/models/google/gemma-4-31B-it.toml b/providers/togetherai/models/google/gemma-4-31B-it.toml index d38bd3aef..86b0e5cab 100644 --- a/providers/togetherai/models/google/gemma-4-31B-it.toml +++ b/providers/togetherai/models/google/gemma-4-31B-it.toml @@ -4,6 +4,7 @@ release_date = "2026-04-07" last_updated = "2026-04-07" attachment = true reasoning = true +reasoning_options = [] structured_output = true temperature = true knowledge = "2025-01" diff --git a/providers/togetherai/models/pearl-ai/gemma-4-31b-it.toml b/providers/togetherai/models/pearl-ai/gemma-4-31b-it.toml index 6065fdbdc..3704e25b7 100644 --- a/providers/togetherai/models/pearl-ai/gemma-4-31b-it.toml +++ b/providers/togetherai/models/pearl-ai/gemma-4-31b-it.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 = false open_weights = false