From c8997e39868ff0f6e9a1487c5135848ce8144e7a Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 9 Aug 2024 11:30:07 -0700 Subject: [PATCH] add cohere embed-multilingual-v2.0 --- ...odel_prices_and_context_window_backup.json | 48 +++++++++++++++++++ model_prices_and_context_window.json | 48 +++++++++++++++++++ 2 files changed, 96 insertions(+) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index c898ca652..122b60e6b 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -2501,6 +2501,54 @@ "litellm_provider": "cohere", "mode": "completion" }, + "embed-english-v3.0": { + "max_tokens": 512, + "max_input_tokens": 512, + "input_cost_per_token": 0.00000010, + "output_cost_per_token": 0.00000, + "litellm_provider": "cohere", + "mode": "embedding" + }, + "embed-english-light-v3.0": { + "max_tokens": 512, + "max_input_tokens": 512, + "input_cost_per_token": 0.00000010, + "output_cost_per_token": 0.00000, + "litellm_provider": "cohere", + "mode": "embedding" + }, + "embed-multilingual-v3.0": { + "max_tokens": 512, + "max_input_tokens": 512, + "input_cost_per_token": 0.00000010, + "output_cost_per_token": 0.00000, + "litellm_provider": "cohere", + "mode": "embedding" + }, + "embed-english-v2.0": { + "max_tokens": 512, + "max_input_tokens": 512, + "input_cost_per_token": 0.00000010, + "output_cost_per_token": 0.00000, + "litellm_provider": "cohere", + "mode": "embedding" + }, + "embed-english-light-v2.0": { + "max_tokens": 512, + "max_input_tokens": 512, + "input_cost_per_token": 0.00000010, + "output_cost_per_token": 0.00000, + "litellm_provider": "cohere", + "mode": "embedding" + }, + "embed-multilingual-v2.0": { + "max_tokens": 256, + "max_input_tokens": 256, + "input_cost_per_token": 0.00000010, + "output_cost_per_token": 0.00000, + "litellm_provider": "cohere", + "mode": "embedding" + }, "replicate/meta/llama-2-13b": { "max_tokens": 4096, "max_input_tokens": 4096, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index c898ca652..122b60e6b 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -2501,6 +2501,54 @@ "litellm_provider": "cohere", "mode": "completion" }, + "embed-english-v3.0": { + "max_tokens": 512, + "max_input_tokens": 512, + "input_cost_per_token": 0.00000010, + "output_cost_per_token": 0.00000, + "litellm_provider": "cohere", + "mode": "embedding" + }, + "embed-english-light-v3.0": { + "max_tokens": 512, + "max_input_tokens": 512, + "input_cost_per_token": 0.00000010, + "output_cost_per_token": 0.00000, + "litellm_provider": "cohere", + "mode": "embedding" + }, + "embed-multilingual-v3.0": { + "max_tokens": 512, + "max_input_tokens": 512, + "input_cost_per_token": 0.00000010, + "output_cost_per_token": 0.00000, + "litellm_provider": "cohere", + "mode": "embedding" + }, + "embed-english-v2.0": { + "max_tokens": 512, + "max_input_tokens": 512, + "input_cost_per_token": 0.00000010, + "output_cost_per_token": 0.00000, + "litellm_provider": "cohere", + "mode": "embedding" + }, + "embed-english-light-v2.0": { + "max_tokens": 512, + "max_input_tokens": 512, + "input_cost_per_token": 0.00000010, + "output_cost_per_token": 0.00000, + "litellm_provider": "cohere", + "mode": "embedding" + }, + "embed-multilingual-v2.0": { + "max_tokens": 256, + "max_input_tokens": 256, + "input_cost_per_token": 0.00000010, + "output_cost_per_token": 0.00000, + "litellm_provider": "cohere", + "mode": "embedding" + }, "replicate/meta/llama-2-13b": { "max_tokens": 4096, "max_input_tokens": 4096,