← All providers
specialty

Perplexity

Sonar models with built-in web grounding.

live
Uptime (30d)
99.7%
Median tps
120
Median TTFT
260 ms
Price index
0.9×
vs. market median
Overview
HQ
San Francisco, US
Founded
2022
Models
6
Modalities
text
Regions
us-east
Strengths
web-groundedsearch
Route via llmcloud
curl https://api.llmcloud.ai/v1/chat/completions \
  -H "Authorization: Bearer $LLMCLOUD_KEY" \
  -H "X-Provider: perplexity" \
  -d '{
    "model": "auto:quality",
    "messages": [{"role":"user","content":"hi"}]
  }'