Sonar Pro
VerifiedPerplexity's Sonar Pro delivers precise multimodal answers with real-time search.
About Sonar Pro
Sonar Pro combines large-scale language processing with multimodal capabilities. Its 200k token context enables handling of lengthy documents alongside visual data. Perplexity designed it as a proprietary system rather than an open-weight release.
Strengths center on accurate, search-augmented responses for complex queries. The model integrates current web information with image understanding to reduce hallucinations. Users benefit from its focus on factual depth over creative generation.
Typical usage includes research assistance, image-based analysis, and multi-turn conversations. Professionals rely on it for summarizing reports, verifying facts, and exploring topics that mix textual and visual sources.
Capabilities
How Sonar Pro compares
Sonar Pro (striped bar) vs other multimodal on intelligence, speed and price.
Price
USD per 1M output tokens · Lower is better · Sonar Pro ranks #116 of 139
Sources: Artificial Analysis (intelligence, speed) · OpenRouter (price).
Best for
Long-Context Document Analysis
Sonar Pro handles up to 200000 tokens, making it suitable for reviewing and synthesizing information across lengthy reports, codebases, or research papers in a single session.
Multimodal Search Tasks
As a multimodal model from Perplexity, it supports combined text and image inputs for queries that require both visual understanding and web-grounded responses.
Real-Time Information Retrieval
The model is optimized for Perplexity's search infrastructure, excelling at delivering current answers to factual or exploratory questions with source citations.
Strengths & limitations
Strengths
- +Strong integration of current web information
- +Transparent citations and sourcing
- +Effective large-context handling
Limitations
- –Performance tied to search result quality
- –Image capabilities more limited than text
- –Less emphasis on open-ended creative tasks
Cost calculator
Estimate what Sonar Pro would cost for your usage.
Based on Sonar Pro's $3.00/1M input · $15.00/1M output. Estimate only — actual cost varies by provider and caching.
Quick start
OpenRouter's API is OpenAI-compatible — most SDKs work by just swapping the base URL. Only the model slug changes between models.
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://openrouter.ai/api/v1",
apiKey: process.env.OPENROUTER_API_KEY,
});
const completion = await client.chat.completions.create({
model: "perplexity/sonar-pro",
messages: [{ role: "user", content: "Hello!" }],
});
console.log(completion.choices[0].message.content);Model slug: perplexity/sonar-pro
Editor's verdict
Sonar Pro is Perplexity's proprietary multimodal with a 200K-token context window.
At $15.00 per 1M output tokens, it is premium-priced for its class.
It is available through Perplexity's API and aggregators like OpenRouter.
Best suited to strong integration of current web information and transparent citations and sourcing.
Frequently asked questions
Sonar Pro supports a context window of 200000 tokens.
User reviews
Real, verified reviews from the community shape this model's rating.
Loading reviews…
Other Sonar models
Sibling versions in the Sonar family from Perplexity.