Back to Models

Perplexity: Sonar Reasoning Pro

perplexity/sonar-reasoning-pro
Mar 7, 2025128K context$2.00/M in · $8.00/M outReasoning

Description

Note: Sonar Pro pricing includes Perplexity search pricing. See details here

Sonar Reasoning Pro is a premier reasoning model powered by DeepSeek R1 with Chain of Thought (CoT). Designed for advanced use cases, it supports in-depth, multi-step queries with a larger context window and can surface more citations per search, enabling more comprehensive and extensible responses.

Specifications

Provider
perplexity
Context Length
128K
Max Output
Modality
Intextimage
Outtext

Pricing

TypePrice / 1M tokens
Input$2.00
Output$8.00
Web Search$0.0050 / call

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "perplexity/sonar-reasoning-pro",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'