Tavily-Research

Tavily-Research

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

Multi-search research assistant that explores a topic, analyzes sources, and produces a detailed research report with citations.

At a glance

FieldValue
Model idtavily-research
Input modalitiestext
Output modalitiestext
Context window
Region
Featuresweb_search, citations, multi_search
NewNo
Native inferenceNo

Pricing

ChargeSpecRate
Miniaverage per task~$1.19
Proaverage per task~$2.75

Example request

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

Parameters

ParameterTypeRequiredDefaultDescription
querystringyesResearch question.
modelenumno"auto"mini: cheapest. pro: highest quality. auto: Tavily picks based on the query. · Allowed: mini, pro, auto
citation_formatenumno"numbered"numbered: [1], [2]. mla, apa, chicago: full reference style. · Allowed: numbered, mla, apa, chicago
disable_formattingbooleannofalseReturn raw upstream response.

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