Frequently asked questions
How much does the LLM web-search tool cost?
Providers bill the built-in search tool per search โ commonly around $10 per 1,000 searches (roughly $0.01 each) โ and that is on top of tokens. A request that fires two searches pays two tool fees plus the tokens for whatever the searches return, which is often the larger cost.
Why are the result tokens the real expense?
Each search injects fetched snippets or pages back into the context, and you pay input-token price to process them every time. At a few thousand tokens per search across many requests, that token cost frequently exceeds the per-search tool fee itself. Limiting searches per request and trimming returned content is the main lever.