Skip to content
Dashboard

Parallel Search

Search the web using Parallel AI's Search API for LLM-optimized excerpts. Takes a natural language objective and returns relevant excerpts, replacing multiple keyword searches with a single call for broad or complex queries.

Price
$5, Per 1K searches
import { gateway, generateText } from 'ai';
const result = await generateText({
model: 'openai/gpt-5-nano',
prompt: 'What are the latest developments in AI?',
tools: {
parallel_search: gateway.tools.parallelSearch(),
},
});
console.log(result.text);
Read docs

Copy link to headingMore search tools

Tool
Web Search
Capabilities
Providers
ZDR
No Training
Free Tier
Release Date
$7/K+1 more
exa logo
06/01/2026
$5/K
perplexity logo
06/01/2026
$7/K+2 more
tako logo
08/19/2026

Your use is subject to Parallel AI's Terms & Privacy Policies.