diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 0a90c91ca21..474458bfc1a 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -603,6 +603,13 @@ "litellm_provider": "mistral", "mode": "chat" }, + "mistral/mistral-medium-latest": { + "max_tokens": 8192, + "input_cost_per_token": 0.00000273, + "output_cost_per_token": 0.00000820, + "litellm_provider": "mistral", + "mode": "chat" + }, "mistral/mistral-large-latest": { "max_tokens": 32000, "input_cost_per_token": 0.000008, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 0a90c91ca21..474458bfc1a 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -603,6 +603,13 @@ "litellm_provider": "mistral", "mode": "chat" }, + "mistral/mistral-medium-latest": { + "max_tokens": 8192, + "input_cost_per_token": 0.00000273, + "output_cost_per_token": 0.00000820, + "litellm_provider": "mistral", + "mode": "chat" + }, "mistral/mistral-large-latest": { "max_tokens": 32000, "input_cost_per_token": 0.000008,