perplexity
perplexity/sonar/Released Jan 2025

Perplexity Sonar

Optimized for search-augmented tasks, delivering fast, accurate answers with real-time web data and detailed citations. Excels in research and fact-checking.

Provider
perplexity
Modality
text-to-text
Released
Jan 2025
Pricing
$2.00 / 1M in$2.00 / 1M out

Ready to build with Perplexity Sonar?

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",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'
Perplexity Sonar on Oxen | Oxen.ai