From 5fcd6437e495d9ccb72b4424a3b37a7499022268 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 6 Dec 2023 12:16:57 -0800 Subject: [PATCH] (feat) pricing - add text-embedding-ada-002 --- 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 892893fea..ac500abdb 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -104,6 +104,13 @@ "litellm_provider": "openai", "mode": "chat" }, + "text-embedding-ada-002": { + "max_tokens": 8191, + "input_cost_per_token": 0.0000001, + "output_cost_per_token": 0.000000, + "litellm_provider": "openai", + "mode": "embedding" + }, "azure/gpt-4-1106-preview": { "max_tokens": 128000, "input_cost_per_token": 0.00001,