From c46c193c965354050dbb1472073eac2b1205ec54 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 6 Nov 2023 10:49:02 -0800 Subject: [PATCH] (feat) add gpt-4-1106-preview --- model_prices_and_context_window.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index fe66b9f92..4553f2e49 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -41,6 +41,13 @@ "litellm_provider": "openai", "mode": "chat" }, + "gpt-4-1106-preview": { + "max_tokens": 128000, + "input_cost_per_token": 0.00001, + "output_cost_per_token": 0.00003, + "litellm_provider": "openai", + "mode": "chat" + }, "gpt-3.5-turbo": { "max_tokens": 4097, "input_cost_per_token": 0.0000015,