From 07f3691016e0b9d38c47bb56d3f284dbf6c46c7e Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:05:00 +0000 Subject: [PATCH] feat(pricing): add minimax/MiniMax-M2.7 to cost map --- .../model_prices_and_context_window_backup.json | 14 ++++++++++++++ model_prices_and_context_window.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index a6f59abc140..ba33f1bcfa9 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -26401,6 +26401,20 @@ "max_input_tokens": 200000, "max_output_tokens": 8192 }, + "minimax/MiniMax-M2.7": { + "input_cost_per_token": 3e-07, + "output_cost_per_token": 1.2e-06, + "cache_read_input_token_cost": 6e-08, + "litellm_provider": "minimax", + "mode": "chat", + "supports_function_calling": true, + "supports_tool_choice": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_system_messages": true, + "max_input_tokens": 204800, + "max_output_tokens": 196608 + }, "minimax/MiniMax-M3": { "input_cost_per_token": 3e-07, "input_cost_per_token_above_512k_tokens": 6e-07, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 08a452be844..b1a41812239 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -26476,6 +26476,20 @@ "max_input_tokens": 200000, "max_output_tokens": 8192 }, + "minimax/MiniMax-M2.7": { + "input_cost_per_token": 3e-07, + "output_cost_per_token": 1.2e-06, + "cache_read_input_token_cost": 6e-08, + "litellm_provider": "minimax", + "mode": "chat", + "supports_function_calling": true, + "supports_tool_choice": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_system_messages": true, + "max_input_tokens": 204800, + "max_output_tokens": 196608 + }, "minimax/MiniMax-M3": { "input_cost_per_token": 3e-07, "input_cost_per_token_above_512k_tokens": 6e-07,