Perplexity Deep Research

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

Research model for multi-step retrieval, synthesis, and reasoning, autonomously searching, reading, and evaluating sources across complex topics.

At a glance

FieldValue
Model idperplexity-deep-research
Input modalitiesText, Image, Document
Output modalitiesText
Context window128K
Weight precision-
Featuresweb_search, reasoning, deep_research
Native inferenceNo
NewNo
Supported endpointsPOST /v1/chat/completions, POST /v1/responses, POST /v1/messages, POST /v1/search

Pricing

ChargeSpecRate
Inputper 1M prompt tokens$4.80
Outputper 1M generated tokens$19.00
Citation Tokensper 1M tokens$4.80
Reasoning Tokensper 1M tokens$7.20
Search Queriesper query$0.012

Example request

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

Parameters

ParameterTypeRequiredDefaultDescription
temperaturenumberno0.2Sampling temperature. 0 = deterministic, 2 = maximum randomness. · Range: 0 – 2
max_tokensnumberno16384Maximum tokens in the response. · Range: 1 – 65536
reasoning_effortenumno"high"Level of reasoning depth. Higher effort = more thorough analysis but slower. · Allowed: low, medium, high
search_modeenumno"default"Filter search results by source type. Academic = scholarly papers, SEC = financial filings. · Allowed: default
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_date_filterstringno-Only include sources published after this date. Use YYYY-MM-DD or natural language.
search_before_date_filterstringno-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.
last_updated_before_filterstringno-Only include sources last updated before this date.
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.
disable_formattingbooleannofalseSkip the EmpirioLabs Markdown formatting (citation [N] rewriting + References block + <think> extraction to reasoning_content). Raw mode keeps the <think>…</think> tags inside content so callers can parse reasoning themselves.

Notes

Long-running multi-step retrieval and reasoning. Pricing splits Input / Output / Citation / Reasoning tokens plus per-query search charge.


Machine-readable schema: GET https://api.empiriolabs.ai/v1/models/perplexity-deep-research.