From e804a1850edc2fa597080551dfe0ad4809d21f57 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 4 Jan 2025 11:21:04 -0800 Subject: [PATCH] add cohere/command-r7b-12-2024 (#7553) --- litellm/model_prices_and_context_window_backup.json | 11 +++++++++++ model_prices_and_context_window.json | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index cf55ed638c5..49186b59df4 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -4234,6 +4234,17 @@ "mode": "chat", "supports_function_calling": true }, + "command-r7b-12-2024": { + "max_tokens": 4096, + "max_input_tokens": 128000, + "max_output_tokens": 4096, + "input_cost_per_token": 0.00000015, + "output_cost_per_token": 0.0000000375, + "litellm_provider": "cohere_chat", + "mode": "chat", + "supports_function_calling": true, + "source": "https://docs.cohere.com/v2/docs/command-r7b" + }, "command-light": { "max_tokens": 4096, "max_input_tokens": 4096, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index cf55ed638c5..49186b59df4 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -4234,6 +4234,17 @@ "mode": "chat", "supports_function_calling": true }, + "command-r7b-12-2024": { + "max_tokens": 4096, + "max_input_tokens": 128000, + "max_output_tokens": 4096, + "input_cost_per_token": 0.00000015, + "output_cost_per_token": 0.0000000375, + "litellm_provider": "cohere_chat", + "mode": "chat", + "supports_function_calling": true, + "source": "https://docs.cohere.com/v2/docs/command-r7b" + }, "command-light": { "max_tokens": 4096, "max_input_tokens": 4096,