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
.md to its URL or sending Accept: text/markdown.
Search offers four modes, in order of latency. Use
turbo for the lowest latency and cost in real-time, high-volume workloads; fast for high-quality, sub-second search across most agent workloads; basic for quick retrieval with extended snippets per result; and advanced for the highest-quality, multi-hop results. If mode isn’t set, requests default to advanced.
Not sure which mode to pick? Start with
fast. It delivers high-quality results in around 700ms and is the right choice for most agents. Reach for turbo when latency and cost matter most for simple, high-volume lookups, basic when you want extended snippets and can spend around a second per call, and advanced when result quality matters more than latency.Available modes
Turbo currently supports English and Japanese-language queries. For broader multilingual coverage, use
basic or advanced.