From e58b3d5df07d66ead0e56d9f640e2c475d2a98ec Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 29 Nov 2023 18:21:31 -0800 Subject: [PATCH] (feat) add azure/gpt-4-1106-preview --- model_prices_and_context_window.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 48e1de68cc..ae4e49d45d 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -104,6 +104,13 @@ "litellm_provider": "openai", "mode": "chat" }, + "azure/gpt-4-1106-preview": { + "max_tokens": 128000, + "input_cost_per_token": 0.00001, + "output_cost_per_token": 0.00003, + "litellm_provider": "azure", + "mode": "chat" + }, "azure/gpt-4-32k": { "max_tokens": 8192, "input_cost_per_token": 0.00006,