Perplexity-Search

Perplexity-Search

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

Real-time web search with filtering by domain, language, date, and more. Returns search results, not LLM responses; no file uploads.

At a glance

FieldValue
Model idperplexity-search
Input modalitiestext
Output modalitiestext
Context window
Region
Featuresweb_search, no_llm
NewNo
Native inferenceNo

Pricing

ChargeSpecRate
Search Requestper request$0.0060

Example request

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

Parameters

ParameterTypeRequiredDefaultDescription
querystringyesSearch query. With multi_query_mode=true, use newline-separated queries (max 5).
multi_query_modebooleannofalseSubmit up to 5 queries in one call (multi-query batching).
max_resultsnumberno10Max sources to return per query. · Range: 1 – 20
max_tokens_per_pageenumno"4096"Tokens per source page snippet. · Allowed: 256, 512, 1024, 2048, 4096, 8192
max_tokensenumno"1000000"Total token budget across all results. · Allowed: 10000, 50000, 100000, 500000, 1000000
search_recency_filterenumno"none"Restrict to results from the last N. Use ‘none’ to disable. · Allowed: none, hour, day, week, month, year
search_after_date_filterstringnoPublication date filter (MM/DD/YYYY).
search_before_date_filterstringnoPublication 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.
display_server_timebooleannofalseInclude the server timestamp in the response.
disable_formattingbooleannofalseReturn raw upstream response.

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