build(model_prices_and_context_window.json): add pixtral model support

Closes https://github.com/BerriAI/litellm/pull/12478
This commit is contained in:
Krrish Dholakia
2025-07-10 22:25:20 -07:00
parent e3437795bb
commit 0c8cbbe91b
2 changed files with 44 additions and 0 deletions
@@ -11087,6 +11087,28 @@
"mode": "chat",
"supports_function_calling": true
},
"eu.mistral.pixtral-large-2502-v1:0": {
"max_tokens": 128000,
"max_input_tokens": 128000,
"max_output_tokens": 4096,
"input_cost_per_token": 2e-06,
"output_cost_per_token": 6e-06,
"litellm_provider": "bedrock_converse",
"mode": "chat",
"supports_function_calling": true,
"supports_tool_choice": false
},
"us.mistral.pixtral-large-2502-v1:0": {
"max_tokens": 128000,
"max_input_tokens": 128000,
"max_output_tokens": 4096,
"input_cost_per_token": 2e-06,
"output_cost_per_token": 6e-06,
"litellm_provider": "bedrock_converse",
"mode": "chat",
"supports_function_calling": true,
"supports_tool_choice": false
},
"bedrock/us-west-2/mistral.mixtral-8x7b-instruct-v0:1": {
"max_tokens": 8191,
"max_input_tokens": 32000,
+22
View File
@@ -11087,6 +11087,28 @@
"mode": "chat",
"supports_function_calling": true
},
"eu.mistral.pixtral-large-2502-v1:0": {
"max_tokens": 128000,
"max_input_tokens": 128000,
"max_output_tokens": 4096,
"input_cost_per_token": 2e-06,
"output_cost_per_token": 6e-06,
"litellm_provider": "bedrock_converse",
"mode": "chat",
"supports_function_calling": true,
"supports_tool_choice": false
},
"us.mistral.pixtral-large-2502-v1:0": {
"max_tokens": 128000,
"max_input_tokens": 128000,
"max_output_tokens": 4096,
"input_cost_per_token": 2e-06,
"output_cost_per_token": 6e-06,
"litellm_provider": "bedrock_converse",
"mode": "chat",
"supports_function_calling": true,
"supports_tool_choice": false
},
"bedrock/us-west-2/mistral.mixtral-8x7b-instruct-v0:1": {
"max_tokens": 8191,
"max_input_tokens": 32000,