Linkup Standard

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

AI-powered web search with detailed overviews and answers, faster than Deep Search. Ranks #1 on OpenAI SimpleQA benchmark.

At a glance

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

Pricing

ChargeSpecRate
Per Messagefixed$0.013

Example request

$curl https://api.empiriolabs.ai/v1/search \
> -H 'Authorization: Bearer $EMPIRIOLABS_API_KEY' \
> -H 'Content-Type: application/json' \
> -d '{"model": "linkup-standard", "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, structured
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

#1 globally on the OpenAI SimpleQA benchmark for factual accuracy.


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