From 4b8a1800c9ebb43f4c36f43799e12c348393d8af Mon Sep 17 00:00:00 2001 From: Ash Greh Date: Fri, 29 Dec 2023 20:45:25 -0400 Subject: [PATCH] Update model_prices_and_context_window.json Adds support for unicorn --- 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 44085a2ed..5bbb2a3ea 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -275,6 +275,13 @@ "litellm_provider": "vertex_ai-text-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,