From 7edb37f1a5be2d70095656b6ad167b32fc5268f2 Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Mon, 6 Nov 2023 13:19:31 -0800 Subject: [PATCH] Update model_prices_and_context_window.json --- 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 4553f2e49..a32ac357a 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -69,6 +69,13 @@ "litellm_provider": "openai", "mode": "chat" }, + "gpt-3.5-turbo-1106": { + "max_tokens": 16385, + "input_cost_per_token": 0.0000010, + "output_cost_per_token": 0.0000020, + "litellm_provider": "openai", + "mode": "chat" + }, "gpt-3.5-turbo-16k": { "max_tokens": 16385, "input_cost_per_token": 0.000003,