From b0aea659bc1174d35dee87601d201adfc600b1e1 Mon Sep 17 00:00:00 2001 From: Ash Greh Date: Fri, 29 Dec 2023 20:47:12 -0400 Subject: [PATCH] Update model_prices_and_context_window.json Adds simplified name for Unicorn. --- model_prices_and_context_window.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 5bbb2a3ea..6dc3113ec 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -275,13 +275,20 @@ "litellm_provider": "vertex_ai-text-models", "mode": "completion" }, + "text-unicorn": { + "max_tokens": 8192, + "input_cost_per_token": 0.000001, + "output_cost_per_token": 0.000028, + "litellm_provider": "vertex_ai-chat-models", + "mode": "completion" + }, "text-unicorn@001": { "max_tokens": 8192, "input_cost_per_token": 0.000001, "output_cost_per_token": 0.000028, "litellm_provider": "vertex_ai-chat-models", "mode": "completion" - } + }, "chat-bison": { "max_tokens": 4096, "input_cost_per_token": 0.000000125,