From 32a3ef86833f83c9e548f4bff4bd82ef28740509 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 6 Dec 2023 12:13:52 -0800 Subject: [PATCH] (feat) add azure/text-embedding-ada-002 cost --- 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 28a01e47f..892893fea 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -139,6 +139,13 @@ "litellm_provider": "azure", "mode": "chat" }, + "azure/text-embedding-ada-002": { + "max_tokens": 8191, + "input_cost_per_token": 0.0000001, + "output_cost_per_token": 0.000000, + "litellm_provider": "azure", + "mode": "embedding" + }, "text-davinci-003": { "max_tokens": 4097, "input_cost_per_token": 0.000002,