diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 48e1de68c..ae4e49d45 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,