Perplexity-Sonar-Rsn-Pro

Perplexity-Sonar-Rsn-Pro

Provider: Perplexity
Category: Research & Search
Endpoint: POST /v1/search
Context window: 128K
Served from:

Reasoning model on the uncensored open-source R1-1776 with web search, outperforming leading search engines and LLMs on the SimpleQA benchmark.

At a glance

FieldValue
Model idperplexity-sonar-rsn-pro
Input modalitiestext
Output modalitiestext
Context window128K
Region
Featuresweb_search, reasoning
NewNo
Native inferenceNo

Pricing

ChargeSpecRate
Base Fee (Low Context)per request$0.014
Base Fee (Medium Context)per request$0.024
Base Fee (High Context)per request$0.034
Input Tokensper 1k tokens$0.0048
Output Tokensper 1k tokens$0.019

Example request

$curl https://api.empiriolabs.ai/v1/search \
> -H 'Authorization: Bearer $EMPIRIOLABS_API_KEY' \
> -H 'Content-Type: application/json' \
> -d '{"model": "perplexity-sonar-rsn-pro", "query": "latest LLM benchmarks 2026"}'

Parameters

ParameterTypeRequiredDefaultDescription
reasoning_effortenumno"high"low: fast, less reasoning. medium: balanced. high: maximum reasoning depth. · Allowed: low, medium, high
stream_modeenumno"concise"concise: only final answer streams. full: stream the reasoning trace too. · Allowed: concise, full
search_context_sizeenumno"medium"low|medium|high — drives base fee tier and result depth. · Allowed: low, medium, high
search_modeenumno"default"Filter source type. · Allowed: default, academic, sec
search_recency_filterenumno"none"Restrict to results from the last N. Use ‘none’ to disable. · Allowed: none, day, week, month, year
search_after_datestringnoPublication date filter (MM/DD/YYYY).
search_before_datestringnoPublication date filter (MM/DD/YYYY).
last_updated_after_filterstringnoLast-modified filter (MM/DD/YYYY).
last_updated_before_filterstringnoLast-modified filter (MM/DD/YYYY).
search_language_filterstringnoComma-separated ISO-639-1 language codes (max 10).
search_domain_filterstringnoComma-separated allowlist. Prefix with - to deny.
countrystringnoISO alpha-2 country.
regionstringnoRegion/state.
citystringnoCity.
latitudenumbernoLatitude for user-location bias.
longitudenumbernoLongitude for user-location bias.
return_citationsbooleannotrueInclude citations array.
return_related_questionsbooleannofalseInclude suggested follow-ups.
temperaturenumberno0.2Sampling temperature. · Range: 0 – 2
top_pnumberno0.9Nucleus sampling. · Range: 0 – 1
max_tokensnumberno8192Max output tokens. · Range: 1 – 32768
disable_formattingbooleannofalseReturn raw upstream response.

Live machine-readable schema is also available at GET https://api.empiriolabs.ai/v1/models/perplexity-sonar-rsn-pro.