From db50a07318298f8c1be32d869bf5b05e18a8fcae Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 5 Jan 2024 12:56:21 +0530 Subject: [PATCH] (feat) add azure-ada to model_prices.json --- 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 6157834db54..f2195182d10 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -242,6 +242,13 @@ "litellm_provider": "azure", "mode": "chat" }, + "azure/ada": { + "max_tokens": 8191, + "input_cost_per_token": 0.0000001, + "output_cost_per_token": 0.000000, + "litellm_provider": "azure", + "mode": "embedding" + }, "azure/text-embedding-ada-002": { "max_tokens": 8191, "input_cost_per_token": 0.0000001,