From d2487c44ab6edcd3cfde538f9be0989c82b9656e Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 5 Jan 2024 15:19:45 +0530 Subject: [PATCH] (feat) add text-embedding-ada-002-v2 --- 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 f2195182d..5745b4247 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -111,6 +111,13 @@ "litellm_provider": "openai", "mode": "embedding" }, + "text-embedding-ada-002-v2": { + "max_tokens": 8191, + "input_cost_per_token": 0.0000001, + "output_cost_per_token": 0.000000, + "litellm_provider": "openai", + "mode": "embedding" + }, "256-x-256/dall-e-2": { "mode": "image_generation", "input_cost_per_pixel": 0.00000024414,