Description
Note: Sonar Pro pricing includes Perplexity search pricing. See [details here](https://docs.perplexity.ai/guides/pricing#detailed-pricing-breakdown-for-sonar-reasoning-pro-and-sonar-pro) 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.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Perplexity: Sonar Reasoning Pro (perplexity/sonar-reasoning-pro)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "perplexity/sonar-reasoning-pro",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Perplexity: Sonar Reasoning Pro model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'
Supported Modalities
- Text
- Images
API Pricing
- Input: 2$ / 1M tokens
- Output: 8$ / 1M tokens
Token Limits
- Max Output: 128,000 tokens
- Max Context: 128,000 tokens
Subscription Tiers
- free
- pro
- ultimate