Models / Perplexity
Perplexity

Sonar Reasoning Pro

perplexity/sonar-reasoning-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) Sonar Reasoning Pro is a premier reasoning model powered by DeepSeek R1 with Chain of Thought (CoT). Designed for...

Input
$2.6 / 1M tokens
Output
$10.4 / 1M tokens
Context
128K tokens

Capabilities

✓ Streaming○ Tool / function calling○ JSON / structured output✓ Vision (image input)

Call this model

Pass perplexity/sonar-reasoning-pro as the model. Change only the base URL from your existing OpenAI SDK setup.

quickstart.sh
curl https://modeldatabase.com/v1/chat/completions \
  -H "Authorization: Bearer $MDB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "perplexity/sonar-reasoning-pro",
    "messages": [{"role":"user","content":"Hello!"}]
  }'

Prices are final — the routing margin is already included. See the full pricing table or the API docs.