From c6a6deaa413ea2929cf1a2589bb0eee025fb17fd Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 25 Jan 2024 14:41:46 -0800 Subject: [PATCH] (feat) add gpt-4-0125-preview --- model_prices_and_context_window.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 3fe186908..458ac05a4 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -62,6 +62,15 @@ "litellm_provider": "openai", "mode": "chat" }, + "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": "openai", + "mode": "chat" + }, "gpt-4-vision-preview": { "max_tokens": 128000, "max_input_tokens": 128000,