diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 489cd8b8b5..0cd64cb37a 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -15889,6 +15889,20 @@ "max_tokens": 8192, "mode": "embedding" }, + "mistral/codestral-embed": { + "input_cost_per_token": 0.15e-06, + "litellm_provider": "mistral", + "max_input_tokens": 32000, + "max_tokens": 32000, + "mode": "embedding" + }, + "mistral/codestral-embed-2505": { + "input_cost_per_token": 0.15e-06, + "litellm_provider": "mistral", + "max_input_tokens": 32000, + "max_tokens": 32000, + "mode": "embedding" + }, "mistral/mistral-large-2402": { "input_cost_per_token": 4e-06, "litellm_provider": "mistral", diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 489cd8b8b5..0cd64cb37a 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -15889,6 +15889,20 @@ "max_tokens": 8192, "mode": "embedding" }, + "mistral/codestral-embed": { + "input_cost_per_token": 0.15e-06, + "litellm_provider": "mistral", + "max_input_tokens": 32000, + "max_tokens": 32000, + "mode": "embedding" + }, + "mistral/codestral-embed-2505": { + "input_cost_per_token": 0.15e-06, + "litellm_provider": "mistral", + "max_input_tokens": 32000, + "max_tokens": 32000, + "mode": "embedding" + }, "mistral/mistral-large-2402": { "input_cost_per_token": 4e-06, "litellm_provider": "mistral",