diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 326213383c..6bedaa3017 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -9,8 +9,8 @@ "mode": "chat" }, "gpt-4-turbo-preview": { - "max_tokens": 8192, - "max_input_tokens": 8192, + "max_tokens": 128000, + "max_input_tokens": 128000, "max_output_tokens": 4096, "input_cost_per_token": 0.00001, "output_cost_per_token": 0.00003, @@ -26,33 +26,6 @@ "litellm_provider": "openai", "mode": "chat" }, - "gpt-4-0125-preview": { - "max_tokens": 8192, - "max_input_tokens": 8192, - "max_output_tokens": 4096, - "input_cost_per_token": 0.00001, - "output_cost_per_token": 0.00003, - "litellm_provider": "openai", - "mode": "chat" - }, - "gpt-4-1106-preview": { - "max_tokens": 8192, - "max_input_tokens": 8192, - "max_output_tokens": 4096, - "input_cost_per_token": 0.00001, - "output_cost_per_token": 0.00003, - "litellm_provider": "openai", - "mode": "chat" - }, - "gpt-4-1106-vision-preview": { - "max_tokens": 8192, - "max_input_tokens": 8192, - "max_output_tokens": 4096, - "input_cost_per_token": 0.00001, - "output_cost_per_token": 0.00003, - "litellm_provider": "openai", - "mode": "chat" - }, "gpt-4-0314": { "max_tokens": 8192, "max_input_tokens": 8192,