Trismegistus
Trismegistus
PerplexityPremium

Perplexity Sonar Pro

perplexity/sonar-pro

Live web search with citations. Use to ground Potions in real-world data.

Context
200K
tokens
Tier
Premium
billed per use
Latency class
normal
typical speed
Billing
credits
tier multiplier
Requests served
10
on Trismegistus
Avg latency
12,799ms
observed
Success rate
90%
completed
Tokens processed
75K
in + out
textweb search

OpenAI-compatible — point any OpenAI SDK at our base URL and use the model id above.

curl https://trismegistus.app/api/v1/chat/completions \
  -H "Authorization: Bearer $TRISMEGISTUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "perplexity/sonar-pro",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'