Back to Models
Perplexity: Sonar Pro Search
perplexity/sonar-pro-searchOct 30, 2025200K context8K max output$3.00/M in · $15.00/M outReasoning
Description
Exclusively available on the OpenRouter API, Sonar Pro's new Pro Search mode is Perplexity's most advanced agentic search system. It is designed for deeper reasoning and analysis. Pricing is based on tokens plus $18 per thousand requests. This model powers the Pro Search mode on the Perplexity platform.
Sonar Pro Search adds autonomous, multi-step reasoning to Sonar Pro. So, instead of just one query + synthesis, it plans and executes entire research workflows using tools.
Specifications
Provider
perplexity
Context Length
200K
Max Output
8K
Modality
Intextimage
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $3.00 |
| Output | $15.00 |
| Web Search | $0.02 / call |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "perplexity/sonar-pro-search",
"messages": [{"role": "user", "content": "Hello!"}]
}'