From 0a2c964db7cf5fef9fe96ea7c7300ba68b5d02dd Mon Sep 17 00:00:00 2001 From: Ryan Chase <167824500+ryanchase-cohere@users.noreply.github.com> Date: Thu, 24 Apr 2025 17:07:29 -0700 Subject: [PATCH] adding support for cohere command-a-03-2025 (#10295) --- model_prices_and_context_window.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 55052761c7..760a7c7842 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -7058,6 +7058,17 @@ "source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models", "supports_tool_choice": true }, + "command-a-03-2025": { + "max_tokens": 8000, + "max_input_tokens": 256000, + "max_output_tokens": 8000, + "input_cost_per_token": 0.0000025, + "output_cost_per_token": 0.00001, + "litellm_provider": "cohere_chat", + "mode": "chat", + "supports_function_calling": true, + "supports_tool_choice": true + }, "command-r": { "max_tokens": 4096, "max_input_tokens": 128000,