From f23f227087a6e34d9510567a6f9f8bddeea10b3c Mon Sep 17 00:00:00 2001 From: Ash Greh Date: Fri, 29 Dec 2023 20:53:39 -0400 Subject: [PATCH] Update model_prices_and_context_window.json Corrected the math. --- model_prices_and_context_window.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 6dc3113ec..b946c09a5 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -277,14 +277,14 @@ }, "text-unicorn": { "max_tokens": 8192, - "input_cost_per_token": 0.000001, + "input_cost_per_token": 0.00001, "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, + "input_cost_per_token": 0.00001, "output_cost_per_token": 0.000028, "litellm_provider": "vertex_ai-chat-models", "mode": "completion"