← Back
Vercel
Vercel integrates Parallel web search across AI Gateway and AI SDK
Vercel AI SDKVercel · featureintegrationapimodel · vercel.com ↗

Parallel Web Search Integration

Vercel has launched Parallel's web search and extraction tools across its platform, making real-time information retrieval available to all developers building AI applications. Unlike provider-specific web search solutions that lock you into particular models, Parallel's tool works universally across all LLM providers through Vercel's AI Gateway.

How It Works

Universal Compatibility: Simply configure parallel_search: gateway.tools.parallelSearch() in your tools configuration to enable web search for any model. The tool automatically extracts relevant excerpts from web pages, optimized for agentic tasks and multi-step reasoning workflows.

Flexible Configuration Options:

  • Set mode: 'one-shot' for single queries or mode: 'agentic' for multi-step reasoning with token-efficient results
  • Control cache freshness with maxAgeSeconds for time-sensitive queries
  • Restrict results to trusted domains with sourcePolicy including domain whitelists and date filters
  • Configure result limits to control costs and token usage

Integration Paths

AI Gateway: Use directly in any application with streamlined configuration and support for all major LLM providers.

AI SDK: Install the @parallel-web/ai-sdk-tools package for native integration in Node.js/JavaScript projects.

Vercel Marketplace: Access all Parallel products (Search, Extract, Task, Findall, and Monitoring) with single sign-on and centralized billing through your Vercel account.

Pricing and Getting Started

Parallel web search requests are charged at $5 per 1,000 requests (including up to 10 results), with additional results beyond 10 costing $1 per 1,000. Developers can start for free or contact Vercel's sales team for Pro or Enterprise pricing. A Next.js starter template is available to quickly integrate Parallel's web research APIs.