mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
feat(pricing): add minimax/MiniMax-M2.7 to cost map
This commit is contained in:
parent
c2141b1113
commit
07f3691016
2 changed files with 28 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue