Perplexity Pro Search

Perplexity Pro Search
Perplexity · Research & Search
POST /v1/chat/completions

Sonar Pro as an agentic researcher: chains web searches, fetches full pages, and streams live reasoning, adapting strategy for complex queries.

At a glance

FieldValue
Model idperplexity-pro-search
Input modalitiesText, Image
Output modalitiesText
Context window-
Weight precision-
Featuresweb_search
Native inferenceNo
NewNo
Supported endpointsPOST /v1/chat/completions, POST /v1/responses, POST /v1/messages, POST /v1/search

Pricing

ChargeSpecRate
Inputper 1M prompt tokens$7.80
Outputper 1M generated tokens$39.00
Base Fee (Low Context)per request$0.036
Base Fee (Medium Context)per request$0.047
Base Fee (High Context)per request$0.057

Example request

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

Parameters

ParameterTypeRequiredDefaultDescription
temperaturenumberno0.2Sampling temperature. 0 = deterministic, 2 = maximum randomness. · Range: 0 – 2
max_tokensnumberno4096Maximum tokens in the response. · Range: 1 – 32768
search_context_sizeenumno"medium"Higher context gives better answers but increases the base fee per request. · Allowed: low, medium, high
search_modeenumno"default"Filter search results by source type. Academic = scholarly papers, SEC = financial filings. · Allowed: default, academic, sec
stream_modeenumno"concise"Concise streams the final answer only. Full also streams research progress in real time. · Allowed: concise, full
search_domain_filterstringno-Comma-separated domains. Prefix with ’-’ to exclude. Max 20.
search_language_filterstringno-Comma-separated ISO 639-1 codes (2 letters). Max 10.
search_after_datestringno-Only include sources published after this date. Use YYYY-MM-DD or natural language.
search_before_datestringno-Only include sources published before this date. Use YYYY-MM-DD or natural language.
search_recency_filterenumno"none"Relative time filter. Cannot be combined with specific dates. · Allowed: none, hour, day, week, month, year
last_updated_after_filterstringno-Only include sources last updated after this date. Use YYYY-MM-DD or natural language.
last_updated_before_filterstringno-Only include sources last updated before this date. Use YYYY-MM-DD or natural language.
countrystringno-Two-letter ISO 3166-1 code (e.g. US, GB) for biasing results to a country.
regionstringno-State or province name for location bias.
citystringno-City name for location bias.
latitudenumberno-Latitude for location bias, in decimal degrees.
longitudenumberno-Longitude for location bias, in decimal degrees.
return_imagesbooleannofalseInclude relevant images alongside the search results.
image_domain_filterstringno-Comma-separated domains for image results. Prefix with ’-’ to exclude. Max 10.
image_format_filterstringno-Comma-separated image file formats to allow (jpg, png, etc.).
return_videosbooleannofalseInclude relevant videos alongside the search results.
disable_formattingbooleannofalseSkip the EmpirioLabs Markdown formatting (citation [N] rewriting + References block + Images / Videos blocks + reasoning_content render). The plain answer text and the structured reasoning_steps array from Perplexity are still returned.

Notes

Search context size

  • Low / Medium / High — controls depth and cost

Search modes

  • academic — academic sources only
  • sec — SEC filings only

Date filters

  • Specific date filters and recency filters are mutually exclusive
  • Explicit dates take priority

Optional location filters

  • country, region, city, latitude/longitude
  • Returns inline images and embedded video previews

Machine-readable schema: GET https://api.empiriolabs.ai/v1/models/perplexity-pro-search.