Documentation Index
Fetch the complete documentation index at: https://docs.kymaapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
sonar-pro is Perplexity’s pro web-search model. Like sonar, it answers from a live search of the web with citations — but it searches deeper, reasons over more sources, and writes longer, more complete answers. Use it for complex current-events questions and research tasks where a one-line lookup is not enough.
Sonar Pro does its own searching internally. You send a question; it returns a grounded, cited report. It does not support tool calling.
Specs
| Field | Value |
|---|---|
| Model ID | sonar-pro |
| Best for | Deep web research, complex current-events questions, longer cited reports |
| Context window | 200K |
| Max output tokens | 8K |
| Input modalities | Text, image |
| Output modalities | Text |
| Tool calling | No |
| Structured outputs | No |
| Prompt caching | No |
| Speed | Medium |
| Cost band | Premium |
| Release stage | Stable |
Pricing
Sonar Pro bills two ways on the same request:- Tokens — 20.25 / 1M output.
- Web-search fee — a flat $0.00675 per request, on top of tokens, for the live search.
sonar — Sonar Pro’s longer, multi-source answers make the output tokens the larger line item. Every response’s usage.cost already includes the search fee. See Pricing → Web search.
Use this when
- The question is complex and current — multi-part research, comparisons across recent sources, “what changed and why.”
- You want a longer, well-cited answer rather than a quick fact.
- You need more context room (200K) for a large prompt plus a long grounded response.
Pick something else when
- A quick cited lookup is all you need:
sonaris cheaper per request. - You need function calling / tools: use
kimi-k2.6. - The task does not need fresh web data: a standard model avoids the per-request search fee entirely.