From 3281f7235ba2ed553ddf6f05b5e2fc3998e845b6 Mon Sep 17 00:00:00 2001 From: Kutsukey Date: Fri, 1 May 2026 22:04:00 +0300 Subject: [PATCH] fix(venice): fix minimax reasoning regression and cleanup metadata --- litellm/model_prices_and_context_window_backup.json | 2 +- model_prices_and_context_window.json | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 48379a94aec..1ea7c7b5ab0 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -40351,4 +40351,4 @@ "litellm_provider": "venice", "mode": "chat" } -} \ No newline at end of file +} diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 84a0e2ffb4b..a9ccdf47df5 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -8104,7 +8104,8 @@ "supports_function_calling": true, "supports_system_messages": true, "supports_tool_choice": true, - "source": "https://aws.amazon.com/bedrock/pricing/" + "source": "https://aws.amazon.com/bedrock/pricing/", + "supports_reasoning": true }, "bedrock/us-east-1/moonshotai.kimi-k2-thinking": { "input_cost_per_token": 6e-07, @@ -8721,7 +8722,8 @@ "supports_function_calling": true, "supports_system_messages": true, "supports_tool_choice": true, - "source": "https://aws.amazon.com/bedrock/pricing/" + "source": "https://aws.amazon.com/bedrock/pricing/", + "supports_reasoning": true }, "bedrock/us-west-2/moonshotai.kimi-k2-thinking": { "input_cost_per_token": 6e-07, @@ -22792,7 +22794,8 @@ "supports_function_calling": true, "supports_system_messages": true, "supports_tool_choice": true, - "source": "https://aws.amazon.com/bedrock/pricing/" + "source": "https://aws.amazon.com/bedrock/pricing/", + "supports_reasoning": true }, "minimax/speech-02-hd": { "input_cost_per_character": 0.0001, @@ -40457,4 +40460,4 @@ "litellm_provider": "venice", "mode": "chat" } -} \ No newline at end of file +}