Jina

Jina DeepSearch

post
Header parameters
AuthorizationstringRequiredExample: sk-sGQ5aAbuC3JDaOF3sHXKTCnu1pNHFYg7MuefP90c56BudF2g
Body
modelstringRequiredExample: jina-deepsearch-v1
streambooleanOptional

Delivers events as they occur through server-sent events, including reasoning steps and final answers. We strongly recommend keeping this option enabled since DeepSearch requests can take significant time to complete. Disabling streaming may result in '524 timeout' errors.

reasoning_effortstringOptional

Constrains effort on reasoning for reasoning models. Currently supported values are low, medium, and high. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.

budget_tokensintegerOptional

This determines the maximum number of tokens is allowed use for DeepSearch process. Larger budgets can improve response quality by enabling more exhausive search for complex queries, although DeepSearch may not use the entire budget allocated. This overrides the reasoning_effort parameter.

max_returned_urlsstringOptional

The maximum number of URLs to include in the final answer/chunk. URLs are sorted by relevance and other important factors.

max_attemptsintegerOptional

The maximum number of retries for solving a problem in DeepSearch process. A larger value allows DeepSearch to retry solving the problem by using different reasoning approaches and strategies. This parameter overrides the reasoning_effort parameter.

team_sizeintegerOptional

The number of agents that will work on the problem in parallel. All agents will share one token budget but independent max_attempts, and they will collaborate to produce a final answer.

search_providerstringOptional

Optimized search engine for research arXiv papers. This will restrict all search to arXiv only.

search_language_codestringOptional

Force the language to use for the search query. Useful when resources are more likely to be in a specific language. By default it is automatically determined by the system.

language_codestringOptional

Force the language of the answer and think with the given language code. By default it is automatically determined from the primary language of the input messages. The quality of the answer may be subtly affected by the language.

boost_hostnamesstring[]Optional

A list of domains that are given a higher priority for content retrieval. Useful for domain-specific, high-quality sources that provide valuable content.

bad_hostnamesstring[]Optional

A list of domains to be strictly excluded from content retrieval. Typically used to filter out known spam, low-quality, or irrelevant websites.

only_hostnamesstring[]Optional

A list of domains to be exclusively included in content retrieval. All other domains will be ignored. Useful for domain-specific searches.

no_direct_answerbooleanOptional
Responses
200Success
application/json
post
/v1/chat/completions
200Success

Last updated