Parallel's Web Search and tools are live on Vercel
Parallel's web search and extraction tools launch on Vercel, offering provider-agnostic LLM search across all models via AI SDK at $5 per 1,000 requests.
You can now use LLM-optimized web search and other tools all across Vercel.Parallel's Unlike provider-specific web search tools that only work with certain models, Parallel's web search tool works universally across all providers. This means you can add web search capabilities to any model without changing your implementation. To use through AI SDK, set in parallel_search: gateway.tools.parallelSearch()tools. Parallel web search extracts relevant excerpts from web pages, making it ideal for agentic tasks and real-time information retrieval. For more control, you can also configure the tool to use specific parameters.
For agentic workflows, use to get concise, token-efficient search results that work well in multi-step reasoning.mode: 'agentic' Time-sensitive queries can control cache freshness with , while domain-specific search lets you restrict results to trusted sources or exclude noisy domains.maxAgeSeconds Parallel web search requests are charged at exactly the same rate as the Parallel API. $5 per 1,000 requests (includes up to 10 results per request) and additional results beyond 10 charged at $1 per 1,000 additional results. Read the for more information and details on…