Linkup Deep Search

Linkup Deep Search
Linkup · Research & Search
POST /v1/search

Iterative AI search that keeps querying when initial results are insufficient, returning more comprehensive answers than Standard mode.

At a glance

FieldValue
Model idlinkup-deep-search
Input modalitiesText
Output modalitiesText
Context window100K
Weight precision-
Featuresweb_search, deep_research
Native inferenceNo
NewNo
Supported endpointsPOST /v1/search, POST /v1/chat/completions, POST /v1/responses, POST /v1/messages

Pricing

ChargeSpecRate
Per Messagefixed$0.13

Example request

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

Parameters

ParameterTypeRequiredDefaultDescription
querystringyes-The natural-language query to search/research/answer.
output_typeenumno"sourcedAnswer"searchResults | sourcedAnswer. sourcedAnswer returns a synthesized answer with citations; searchResults returns raw hits. · Allowed: sourcedAnswer, searchResults
domain_filter_modeenumno"None"include | exclude. Whether the domain filter lists allowed or blocked domains. · Allowed: None, Include, Exclude
include_domainsstringno-Comma-separated domains or URLs to include
exclude_domainsstringno-Comma-separated domains or URLs to exclude
prioritize_domainsstringno-Comma-separated domains to prefer via query guidance
from_datestringno-Only include sources published on or after this date. Format: YYYY-MM-DD.
to_datestringno-Only include sources published on or before this date. Format: YYYY-MM-DD.
include_imagesbooleannofalseInclude relevant image URLs in the results.
image_countnumberno6Maximum number of images returned. · Range: 1 – 45
enable_inline_citationsbooleannotrueEmbed [N] citations inline in the synthesized answer.
include_sourcesbooleannotrueReturn the list of source URLs alongside the answer.
max_resultsnumberno-Maximum number of results returned. · Range: 1 – 100

Notes

Iterative search — retries when initial results are insufficient.


Machine-readable schema: GET https://api.empiriolabs.ai/v1/models/linkup-deep-search.