From bb3bf122ccf2980a0062714ea1c3ac6568392ef9 Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Wed, 7 Feb 2024 13:23:38 -0800 Subject: [PATCH] Update model_prices_and_context_window.json --- model_prices_and_context_window.json | 45 ++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 4c28bdbe8b3..326213383cd 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -8,6 +8,51 @@ "litellm_provider": "openai", "mode": "chat" }, + "gpt-4-turbo-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-turbo-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-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,