Search

Perplexity

standard

Perplexity is an reliable search provider offering Chat Completion, Web Search, AI-Powered Search and 1 more through Aweb's unified API. It features full streaming support with standard-tier latency.

Try PerplexityOfficial docs

Specifications

CategorySearch
Auth Typeapi_key
Latency Tierstandard
Streamingfull
Pricing Tierstandard
Reliabilitypremium
Qualitypremium
Base URLhttps://api.perplexity.ai
SDK Package

Capabilities (4)

Chat Completionllm.chat
Score: 80
Web Searchsearch.web
Score: 90
AI-Powered Searchsearch.ai-powered
Score: 98DEFAULT
Synthesized Answersearch.answer
Score: 96

Public discovery

Inspect Perplexity's current readiness, sources, capabilities, and MCP tool posture through Aweb's public integration catalog. Provider-pinned execute examples are intentionally withheld until the canonical public execute contract is normalized.

cURL

curl "https://aweblabs.ai/api/v2/integrations/catalog" \
  | jq '.providers[] | select(.providerId == "perplexity")'

TypeScript

const response = await fetch(
  'https://aweblabs.ai/api/v2/integrations/catalog'
);

const catalog = await response.json();
const provider = catalog.providers.find((item) => item.providerId === 'perplexity');

console.log(provider?.readiness);
console.log(provider?.mcpTools?.length ?? 0);

Related Search providers

SerpAPI

standard tier

Weaviate

standard tier

Typesense

economy tier

Semantic Scholar

economy tier

Tavily — LLM-Optimized Search, Extract, Map, Crawl

economy tier

Exa — Neural Semantic Web Search + Find-Similar + Answer

economy tier

Getting started →API reference →All capabilities →All providers →