From 12210cd6407ff19a44f9014114687b432c2fb382 Mon Sep 17 00:00:00 2001 From: Gauri Nagavkar Date: Thu, 12 Feb 2026 12:17:30 -0800 Subject: [PATCH] Add gpt-5-search-api model configuration. Fixes #21049 --- model_prices_and_context_window.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index f6edcf7efd0..7e930eacae9 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -18894,6 +18894,20 @@ "supports_service_tier": true, "supports_vision": true }, + "gpt-5-search-api": { + "cache_read_input_token_cost": 1.3e-07, + "input_cost_per_token": 1.25e-06, + "litellm_provider": "openai", + "max_input_tokens": 400000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 1e-05, + "supports_function_calling": true, + "supports_parallel_function_calling": true, + "supports_tool_choice": true, + "tool_use_system_prompt_tokens": 0 + }, "gpt-5.1": { "cache_read_input_token_cost": 1.25e-07, "cache_read_input_token_cost_priority": 2.5e-07,