Exa-Research

Exa-Research

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

Asynchronous research task that explores the web, gathers sources, synthesizes findings, and returns cited answers for in-depth queries.

At a glance

FieldValue
Model idexa-research
Input modalitiestext
Output modalitiestext
Context window
Region
Featuresweb_search, reasoning
NewNo
Native inferenceNo

Pricing

ChargeSpecRate
exa-research-fast (search)per search$0.013
exa-research (search)per search$0.013
exa-research-pro (search)per search$0.013
Page Read (standard)per page$0.013
Page Read (pro)per page$0.026
Reasoning Tokensper 1k tokens$0.013

Example request

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

Parameters

ParameterTypeRequiredDefaultDescription
querystringyesSearch/research query
max_resultsnumberno10Range: 1 – 50
disable_formattingbooleannofalse

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