From c6a2130510be20ecedf2b74040350103df4cd3a7 Mon Sep 17 00:00:00 2001 From: Emerson Gomes Date: Tue, 17 Dec 2024 19:26:51 -0600 Subject: [PATCH] Add Azure Llama 3.3 (#7283) Adds model DB entry for Azure Llama 3.3 --- model_prices_and_context_window.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index f20fcb78b28..6275c9c4aac 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -1341,6 +1341,18 @@ "mode": "chat", "source": "https://azuremarketplace.microsoft.com/en/marketplace/apps/metagenai.meta-llama-3-2-11b-vision-instruct-offer?tab=Overview" }, + "azure_ai/Llama-3.3-70B-Instruct": { + "max_tokens": 128000, + "max_input_tokens": 128000, + "max_output_tokens": 2048, + "input_cost_per_token": 0.00000071, + "output_cost_per_token": 0.00000071, + "litellm_provider": "azure_ai", + "supports_function_calling": true, + "supports_vision": true, + "mode": "chat", + "source": "https://azuremarketplace.microsoft.com/en/marketplace/apps/metagenai.llama-3-3-70b-instruct-offer?tab=Overview" + }, "azure_ai/Llama-3.2-90B-Vision-Instruct": { "max_tokens": 128000, "max_input_tokens": 128000,