From bb962a609b3d595bb2094dd38520f6dde8b1829a Mon Sep 17 00:00:00 2001 From: Jins K Joy Date: Thu, 26 Feb 2026 09:09:14 +0100 Subject: [PATCH] Adjust input and output cost per token for mistral-small-2503 (#22097) * Adjust input and output cost per token for mistral-small-2503 Cost per million for mistral-small-2503 is not correct. In Azure Documentation: Pay-as-you-go (per 1,000 tokens) $0.0001 Model input $0.0003 Model output * Update input and output cost per token for model --- litellm/model_prices_and_context_window_backup.json | 6 +++--- model_prices_and_context_window.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 6f075ab21b2..57563fc0bcc 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -6222,13 +6222,13 @@ "supports_tool_choice": true }, "azure_ai/mistral-small-2503": { - "input_cost_per_token": 1e-06, + "input_cost_per_token": 1e-07, "litellm_provider": "azure_ai", "max_input_tokens": 128000, "max_output_tokens": 128000, "max_tokens": 128000, "mode": "chat", - "output_cost_per_token": 3e-06, + "output_cost_per_token": 3e-07, "supports_function_calling": true, "supports_tool_choice": true, "supports_vision": true @@ -37847,4 +37847,4 @@ "notes": "DuckDuckGo Instant Answer API is free and does not require an API key." } } -} \ No newline at end of file +} diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 6f075ab21b2..57563fc0bcc 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -6222,13 +6222,13 @@ "supports_tool_choice": true }, "azure_ai/mistral-small-2503": { - "input_cost_per_token": 1e-06, + "input_cost_per_token": 1e-07, "litellm_provider": "azure_ai", "max_input_tokens": 128000, "max_output_tokens": 128000, "max_tokens": 128000, "mode": "chat", - "output_cost_per_token": 3e-06, + "output_cost_per_token": 3e-07, "supports_function_calling": true, "supports_tool_choice": true, "supports_vision": true @@ -37847,4 +37847,4 @@ "notes": "DuckDuckGo Instant Answer API is free and does not require an API key." } } -} \ No newline at end of file +}