From fac1d2ccef8a26c2cdc92b8e5bf2243fa7ec30db Mon Sep 17 00:00:00 2001 From: Anton Abilov Date: Thu, 6 Feb 2025 21:05:49 -0500 Subject: [PATCH] Fixed meta llama 3.3 key for Databricks API (#8093) See correct key reference here: https://docs.databricks.com/en/machine-learning/model-serving/foundation-model-overview.html#pay-per-token --- litellm/model_prices_and_context_window_backup.json | 2 +- model_prices_and_context_window.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 71650cd42a..0d5fac5669 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -8722,7 +8722,7 @@ "metadata": {"notes": "Input/output cost per token is dbu cost * $0.070, based on databricks Llama 3.1 70B conversion. Number provided for reference, '*_dbu_cost_per_token' used in actual calculation."}, "supports_tool_choice": true }, - "databricks/meta-llama-3.3-70b-instruct": { + "databricks/databricks-meta-llama-3-3-70b-instruct": { "max_tokens": 128000, "max_input_tokens": 128000, "max_output_tokens": 128000, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index c40c16b18f..e4b2d84639 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -8745,7 +8745,7 @@ "metadata": {"notes": "Input/output cost per token is dbu cost * $0.070, based on databricks Llama 3.1 70B conversion. Number provided for reference, '*_dbu_cost_per_token' used in actual calculation."}, "supports_tool_choice": true }, - "databricks/meta-llama-3.3-70b-instruct": { + "databricks/databricks-meta-llama-3-3-70b-instruct": { "max_tokens": 128000, "max_input_tokens": 128000, "max_output_tokens": 128000,