perplexity
perplexity/sonar-reasoning-pro/Released Mar 2025

Perplexity Sonar Reasoning Pro

Premium reasoning model for complex, multi-step analysis. Delivers detailed explanations, real-time web search, and double citations for thorough answers.

Provider
perplexity
Modality
text-to-text
Released
Mar 2025
Pricing
$3.00 / 1M in$10.00 / 1M out

Ready to build with Perplexity Sonar Reasoning Pro?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/chat/completions \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "sonar-reasoning-pro",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'