diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index fe66b9f923..4553f2e49d 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,