diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index b1ffc1583e4..527c0b5972f 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -20758,7 +20758,7 @@ "supports_embedding_image_input": true }, "embed-multilingual-light-v3.0": { - "input_cost_per_token": 0.0001, + "input_cost_per_token": 1e-07, "litellm_provider": "cohere", "max_input_tokens": 1024, "max_tokens": 1024, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index b1ffc1583e4..527c0b5972f 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -20758,7 +20758,7 @@ "supports_embedding_image_input": true }, "embed-multilingual-light-v3.0": { - "input_cost_per_token": 0.0001, + "input_cost_per_token": 1e-07, "litellm_provider": "cohere", "max_input_tokens": 1024, "max_tokens": 1024,