Back to Models

Perplexity: Sonar Pro

perplexity/sonar-pro
Mar 7, 2025200K context8K max output$3.00/M in · $15.00/M out

Description

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

For enterprises seeking more advanced capabilities, the Sonar Pro API can handle in-depth, multi-step queries with added extensibility, like double the number of citations per search as Sonar on average. Plus, with a larger context window, it can handle longer and more nuanced searches and follow-up questions.

Specifications

Provider
perplexity
Context Length
200K
Max Output
8K
Modality
Intextimage
Outtext

Pricing

TypePrice / 1M tokens
Input$3.00
Output$15.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-pro",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'