Perplexity / perplexity/sonar-pro

Sonar Pro - access through LLMTR

Offers richer retrieval and deeper content understanding than standard Sonar. Better suited to product comparisons, market scans, and more complex information gathering.

Technical specifications

Canonical IDperplexity/sonar-pro
ProviderPerplexity
Context window200,000 tokens
OperationsCHAT_COMPLETIONS
Modalitieslow, medium, high, pro_low, pro_medium, pro_high, text

Pricing

A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENS$3.00
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$15.00
CHAT_COMPLETIONSREQUESTPER_1K_CALLS$6.00
CHAT_COMPLETIONSREQUESTPER_1K_CALLS$10.00
CHAT_COMPLETIONSREQUESTPER_1K_CALLS$14.00
CHAT_COMPLETIONSREQUESTPER_1K_CALLS$14.00
CHAT_COMPLETIONSREQUESTPER_1K_CALLS$18.00
CHAT_COMPLETIONSREQUESTPER_1K_CALLS$22.00

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"perplexity/sonar-pro","messages":[{"role":"user","content":"Hello"}]}'

Related models