A powerful research model capable of conducting exhaustive searches, synthesizing expert-level insights, and generating detailed reports.

Model Type: Deep Research + Reasoning
Use Case: Perfect for conducting exhaustive research into topics and generating reports with highly detailed analyses/insights.

Key Features:

  • Exhaustive research across hundreds of sources
  • Expert-level subject analysis
  • Detailed report generation

Real-World Examples:

  • Writing white papers for industry thought leadership
  • Crafting highly detailed go-to-market (GTM) plans
  • Creating educational content for universities or training programs

Pricing

Pricing ComponentCost
Input Tokens (Per Million)$2
Reasoning Tokens (Per Million)$3
Output Tokens (Per Million)$8
Price per 1,000 Requests$5

Test the Model

curl --request POST \
  --url https://api.perplexity.ai/chat/completions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "model": "sonar-deep-research",
  "messages": [
    {"role": "user", "content": "Provide an in-depth analysis of the impact of AI on global job markets over the next decade."}
  ],
  "max_tokens": 500
}'