From e143eac6b5a8b62de10fcdf8b6a414cd3ce2b465 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 7 Feb 2024 18:22:31 -0800 Subject: [PATCH] (feat) add azure/gpt-4-0125-preview --- litellm/model_prices_and_context_window_backup.json | 9 +++++++++ model_prices_and_context_window.json | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 67688f2dfbcd..e44f46ff84a0 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -252,6 +252,15 @@ "output_cost_per_pixel": 0.0, "litellm_provider": "openai" }, + "azure/gpt-4-0125-preview": { + "max_tokens": 128000, + "max_input_tokens": 128000, + "max_output_tokens": 4096, + "input_cost_per_token": 0.00001, + "output_cost_per_token": 0.00003, + "litellm_provider": "azure", + "mode": "chat" + }, "azure/gpt-4-1106-preview": { "max_tokens": 128000, "max_input_tokens": 128000, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 67688f2dfbcd..e44f46ff84a0 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -252,6 +252,15 @@ "output_cost_per_pixel": 0.0, "litellm_provider": "openai" }, + "azure/gpt-4-0125-preview": { + "max_tokens": 128000, + "max_input_tokens": 128000, + "max_output_tokens": 4096, + "input_cost_per_token": 0.00001, + "output_cost_per_token": 0.00003, + "litellm_provider": "azure", + "mode": "chat" + }, "azure/gpt-4-1106-preview": { "max_tokens": 128000, "max_input_tokens": 128000,