diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 279f96cfe5..7fcd425bb5 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -338,6 +338,18 @@ "output_cost_per_second": 0.0001, "litellm_provider": "azure" }, + "azure/gpt-4-turbo-2024-04-09": { + "max_tokens": 4096, + "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", + "supports_function_calling": true, + "supports_parallel_function_calling": true, + "supports_vision": true + }, "azure/gpt-4-0125-preview": { "max_tokens": 4096, "max_input_tokens": 128000,