From eacb4dfdef8845882b6f91f92a53a47abdafbbd1 Mon Sep 17 00:00:00 2001 From: Cole McIntosh <82463175+colesmcintosh@users.noreply.github.com> Date: Mon, 23 Jun 2025 15:54:39 -0600 Subject: [PATCH] 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 --- model_prices_and_context_window.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 8d4e5e276e7..df91855d257 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -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,