Vercel AI Gateway
Parallel Search is available as a built-in tool in Vercel AI Gateway. AI Gateway provides a unified API to access hundreds of models through a single endpoint, with built-in web search capabilities. TheparallelSearch tool can be used with any model regardless of the model provider. When the model needs current information, it calls the tool and AI Gateway routes the request to Parallel’s Search API.
maxResults, country, searchDomainFilter, and more. See the Parallel parameters documentation for the full list of options.
For more details, see the Vercel AI Gateway Web Search documentation.
Vercel AI SDK
Easily drop in Parallel Search API or Extract API with any Vercel AI SDK compatible model provider.- Search API: Given a semantic search objective and optional keywords, Parallel returns ranked URLs with compressed excerpts
- Extract API: Given a URL and an optional objective, Parallel returns compressed excerpts or full page contents
Sample Code
Parallel search and extract tools can be used with any Vercel AI SDK compatible model provider.Vercel Marketplace
Parallel is available on the Vercel Marketplace. Install the integration to get a Parallel API key that you can use directly in your Vercel apps, with billing managed through Vercel.Getting started
- Install the Parallel integration from the Vercel Marketplace
- Once installed, you’ll receive a Parallel API key automatically provisioned for your account
- Use the API key in your Vercel applications to access Parallel Search and Extract APIs