perplexity
perplexity/sonar-deep-research/Released Mar 2025

Perplexity Sonar Deep Research

Performs exhaustive, multi-step research by autonomously searching and synthesizing hundreds of sources into detailed, expert-level reports across domains.

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

Ready to build with Perplexity Sonar Deep Research?

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