From 9accd595313b04cd840caae483615215ae217d7f Mon Sep 17 00:00:00 2001 From: Igor Berlenko Date: Fri, 2 Feb 2024 09:51:43 +0800 Subject: [PATCH] Update model_prices_and_context_window.json - added gpt-3.5-turbo-0125 --- 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 112d1daa6ec3..3f92c61d2c32 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -125,6 +125,15 @@ "litellm_provider": "openai", "mode": "chat" }, + "gpt-3.5-turbo-0125": { + "max_tokens": 16385, + "max_input_tokens": 16385, + "max_output_tokens": 4096, + "input_cost_per_token": 0.0000005, + "output_cost_per_token": 0.0000015, + "litellm_provider": "openai", + "mode": "chat" + }, "gpt-3.5-turbo-16k": { "max_tokens": 16385, "max_input_tokens": 16385,