From b6079018cdb5105bf4859befac5b97326404bbb7 Mon Sep 17 00:00:00 2001 From: Chesars Date: Sun, 22 Mar 2026 18:32:03 -0300 Subject: [PATCH] docs: clarify web_search_billing_unit applies to Gemini models only --- docs/my-website/docs/completion/web_search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/completion/web_search.md b/docs/my-website/docs/completion/web_search.md index dc8f72025f1..86a96778616 100644 --- a/docs/my-website/docs/completion/web_search.md +++ b/docs/my-website/docs/completion/web_search.md @@ -616,7 +616,7 @@ LiteLLM tracks web search costs automatically based on provider-specific billing Web search costs are defined in `model_prices_and_context_window.json` using two fields: - **`search_context_cost_per_query`**: the cost per billable unit (per search context size tier). -- **`web_search_billing_unit`**: `"per_query"` (each search query is billed individually) or `"per_prompt"` (default — flat fee per API call that uses search). +- **`web_search_billing_unit`** *(on Gemini models)*: `"per_query"` (each search query is billed individually) or `"per_prompt"` (default — flat fee per API call that uses search). ```json {