From a5128ce4fdd0e670e83fc769630f484867039ecd Mon Sep 17 00:00:00 2001 From: Emerson Gomes Date: Fri, 21 Mar 2025 19:02:38 -0500 Subject: [PATCH] Add Azure Mistral Small 3.1 --- model_prices_and_context_window.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index f2ca9156ad4..8a55aab98a1 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -2091,6 +2091,18 @@ "mode": "chat", "supports_tool_choice": true }, + "azure_ai/mistral-small-2503": { + "max_tokens": 128000, + "max_input_tokens": 128000, + "max_output_tokens": 128000, + "input_cost_per_token": 0.000001, + "output_cost_per_token": 0.000003, + "litellm_provider": "azure_ai", + "mode": "chat", + "supports_function_calling": true, + "supports_vision": true, + "supports_tool_choice": true + }, "azure_ai/mistral-large-2407": { "max_tokens": 4096, "max_input_tokens": 128000,