From 29ebd23228dd28ab367fbafc85bd62f66f0586b5 Mon Sep 17 00:00:00 2001 From: fatih <34196005+fcakyon@users.noreply.github.com> Date: Mon, 1 Jan 2024 14:13:00 +0300 Subject: [PATCH] Update model_prices_and_context_window.json --- model_prices_and_context_window.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 81cc754bb..c39b1cda4 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -118,6 +118,13 @@ "litellm_provider": "azure", "mode": "chat" }, + "azure/gpt-4-0613": { + "max_tokens": 8192, + "input_cost_per_token": 0.00003, + "output_cost_per_token": 0.00006, + "litellm_provider": "azure", + "mode": "chat" + }, "azure/gpt-4-32k-0613": { "max_tokens": 32768, "input_cost_per_token": 0.00006, @@ -139,6 +146,13 @@ "litellm_provider": "azure", "mode": "chat" }, + "azure/gpt-35-turbo-16k-0613": { + "max_tokens": 16385, + "input_cost_per_token": 0.000003, + "output_cost_per_token": 0.000004, + "litellm_provider": "azure", + "mode": "chat" + }, "azure/gpt-35-turbo-1106": { "max_tokens": 16384, "input_cost_per_token": 0.0000015,