Add Mistral 3.2 24B to model mapping (#11926)

* feat(model_prices_and_context_window.json): add mistral-small-3.2-24b-instruct model with token costs and chat mode support

* fix(model_prices_and_context_window.json): update model paths to include 'openrouter' prefix for mistral-small-3.1 and 3.2
This commit is contained in:
Cole McIntosh 2025-06-23 15:54:39 -06:00 committed by GitHub
parent 8c5fb6f539
commit eacb4dfdef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9995,7 +9995,15 @@
"mode": "chat",
"supports_tool_choice": true
},
"mistralai/mistral-small-3.1-24b-instruct": {
"openrouter/mistralai/mistral-small-3.1-24b-instruct": {
"max_tokens": 32000,
"input_cost_per_token": 1e-07,
"output_cost_per_token": 3e-07,
"litellm_provider": "openrouter",
"mode": "chat",
"supports_tool_choice": true
},
"openrouter/mistralai/mistral-small-3.2-24b-instruct": {
"max_tokens": 32000,
"input_cost_per_token": 1e-07,
"output_cost_per_token": 3e-07,