For AI agents: a documentation index is available at https://docs.parallel.ai/llms.txt. The full text of all docs is at https://docs.parallel.ai/llms-full.txt. You may also fetch any page as Markdown by appending
Use Parallel through Vercel AI Gateway, the Vercel AI SDK, or the Vercel Marketplace.
.md to its URL or sending Accept: text/markdown.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.
For local development, install the AI SDK and configure an AI Gateway API key:
maxResults, sourcePolicy, excerpts, and fetchPolicy. Gateway search modes differ from the direct Parallel Search API modes. See the Parallel parameters documentation for all Gateway options.
Vercel AI SDK
Easily drop in Parallel Search API or Extract API with any Vercel AI SDK compatible model provider.- Search API: Given the required
search_queriesand optionalobjective, Parallel returns ranked URLs with compressed excerpts - Extract API: Given a URL and an optional objective, Parallel returns compressed excerpts or full page contents
turbo, fast, basic, and advanced search modes. In @parallel-web/ai-sdk-tools@^1, searchTool supports basic and advanced and defaults to advanced. The agentic and one-shot tool modes belong to older package versions.
Links:
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