From abbb1476ee8c41d70b4c0ff4f3f901f43619da0f Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 29 Oct 2025 13:13:55 -0700 Subject: [PATCH] feat: add codestral-embed-2505 (#16071) --- .../model_prices_and_context_window_backup.json | 14 ++++++++++++++ model_prices_and_context_window.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) 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",