From fd95909d9f8ec9de8ac849dc4be0ea93f4f8c613 Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Sat, 8 Nov 2025 08:40:42 +0530 Subject: [PATCH] Add cohere embed v4 model support (#16358) --- litellm/model_prices_and_context_window_backup.json | 10 ++++++++++ model_prices_and_context_window.json | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 47d174417e..e24fca7209 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -5753,6 +5753,16 @@ "output_vector_size": 1536, "supports_embedding_image_input": true }, + "cohere/embed-v4.0": { + "input_cost_per_token": 1.2e-07, + "litellm_provider": "cohere", + "max_input_tokens": 128000, + "max_tokens": 128000, + "mode": "embedding", + "output_cost_per_token": 0.0, + "output_vector_size": 1536, + "supports_embedding_image_input": true + }, "cohere.rerank-v3-5:0": { "input_cost_per_query": 0.002, "input_cost_per_token": 0.0, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 47d174417e..e24fca7209 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -5753,6 +5753,16 @@ "output_vector_size": 1536, "supports_embedding_image_input": true }, + "cohere/embed-v4.0": { + "input_cost_per_token": 1.2e-07, + "litellm_provider": "cohere", + "max_input_tokens": 128000, + "max_tokens": 128000, + "mode": "embedding", + "output_cost_per_token": 0.0, + "output_vector_size": 1536, + "supports_embedding_image_input": true + }, "cohere.rerank-v3-5:0": { "input_cost_per_query": 0.002, "input_cost_per_token": 0.0,