fix: add openrouter/minimax/minimax-m2.7 model pricing

Adds the minimax-m2.7 model from OpenRouter to the model prices JSON.
Includes input/output token costs, context window, and feature support.

Fixes #24601
This commit is contained in:
whoismonesh 2026-03-26 12:42:02 +05:30
parent bdf4acc472
commit cb72846d0e
2 changed files with 34 additions and 0 deletions

View file

@ -25394,6 +25394,23 @@
"supports_prompt_caching": true,
"supports_computer_use": false
},
"openrouter/minimax/minimax-m2.7": {
"input_cost_per_token": 3.0e-07,
"output_cost_per_token": 1.2e-06,
"cache_read_input_token_cost": 6.0e-08,
"litellm_provider": "openrouter",
"max_input_tokens": 204800,
"max_output_tokens": 131072,
"max_tokens": 131072,
"mode": "chat",
"source": "https://openrouter.ai/minimax/minimax-m2.7",
"supports_function_calling": true,
"supports_tool_choice": true,
"supports_reasoning": true,
"supports_vision": false,
"supports_prompt_caching": true,
"supports_computer_use": false
},
"openrouter/openrouter/auto": {
"input_cost_per_token": 0,
"output_cost_per_token": 0,

View file

@ -25394,6 +25394,23 @@
"supports_prompt_caching": true,
"supports_computer_use": false
},
"openrouter/minimax/minimax-m2.7": {
"input_cost_per_token": 3.0e-07,
"output_cost_per_token": 1.2e-06,
"cache_read_input_token_cost": 6.0e-08,
"litellm_provider": "openrouter",
"max_input_tokens": 204800,
"max_output_tokens": 131072,
"max_tokens": 131072,
"mode": "chat",
"source": "https://openrouter.ai/minimax/minimax-m2.7",
"supports_function_calling": true,
"supports_tool_choice": true,
"supports_reasoning": true,
"supports_vision": false,
"supports_prompt_caching": true,
"supports_computer_use": false
},
"openrouter/openrouter/auto": {
"input_cost_per_token": 0,
"output_cost_per_token": 0,