Sonar Pro

Note: Sonar Pro pricing includes Perplexity search pricing. See [details here](https://docs.perplexity.ai/guides/pricing#detailed-pricing-breakdown-for-sonar-reasoning-pro-and-sonar-pro) For enterprises seeking more advanced capabilities, the Sonar Pro API can handle in-depth, multi-step queries with added extensibility, like double the number of citations per search as Sonar on average. Plus, with a larger context window, it can handle longer and more nuanced searches and follow-up questions.

ChatPerplexity200k tokens$3.2702 / $16.3509 · 1M

perplexity/sonar-pro

Context
200k tokens
Completion cap
8,000
Tools
No
JSON
No
Released
2025-03-07

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "perplexity/sonar-pro",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is Sonar Pro?
Note: Sonar Pro pricing includes Perplexity search pricing. See [details here](https://docs.perplexity.ai/guides/pricing#detailed-pricing-breakdown-for-sonar-reasoning-pro-and-sonar-pro) For enterprises seeking more advanced capabilities, the Sonar Pro API can handle in-depth, multi-step queries with added extensibility, like double the number of citations per search as Sonar on average. Plus, with a larger context window, it can handle longer and more nuanced searches and follow-up questions. Sonar Pro runs on the Geek Hub API (OpenAI-compatible). Model id: perplexity/sonar-pro.
Is Sonar Pro free?
No. Input is $3.2702 per 1M tokens and output is $16.3509 per 1M tokens on Geek Hub (markup included).
What is the context length of Sonar Pro?
Sonar Pro has a 200k tokens context window. It supports up to 8,000 completion tokens.
Does Sonar Pro support tool calling and structured outputs?
Sonar Pro does not advertise tool calling on this endpoint. Structured outputs are not listed for this endpoint.
When was Sonar Pro released?
Sonar Pro was released on 2025-03-07.

More models from Perplexity