From d2e36d8bedacb5047f4c9b22a3f46b5a8a05ff16 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 22 Mar 2025 12:57:00 -0700 Subject: [PATCH] search_context_cost_per_1k_calls --- litellm/model_prices_and_context_window_backup.json | 5 +++++ model_prices_and_context_window.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 8733730946..b666c84446 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -15,6 +15,11 @@ "supports_prompt_caching": true, "supports_response_schema": true, "supports_system_messages": true, + "search_context_cost_per_1k_calls": { + "low_context": 0.0000, + "medium_context": 0.0000, + "high_context": 0.0000 + }, "deprecation_date": "date when the model becomes deprecated in the format YYYY-MM-DD" }, "omni-moderation-latest": { diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 8733730946..b666c84446 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -15,6 +15,11 @@ "supports_prompt_caching": true, "supports_response_schema": true, "supports_system_messages": true, + "search_context_cost_per_1k_calls": { + "low_context": 0.0000, + "medium_context": 0.0000, + "high_context": 0.0000 + }, "deprecation_date": "date when the model becomes deprecated in the format YYYY-MM-DD" }, "omni-moderation-latest": {