← Tools Reference

Valyu

Valyu integration (AI, Data). Imported from open-connector.

API key1 toolhttps://api.valyu.ai
POST
valyu_search
Search web, academic, financial, and proprietary data sources with Valyu.

/v1/search

16 parameters
ParamTypeRequiredDescription
querystringrequiredThe search query to execute.
max_num_resultsintegeroptionalThe maximum number of search results to return.
search_typestringoptionalControls which data sources are searched.
max_pricenumberoptionalThe maximum budget in CPM for this request.
relevance_thresholdnumberoptionalThe minimum relevance score for returned results.
included_sourcesarrayoptionalSources to include in the search.
excluded_sourcesarrayoptionalSources to exclude from the search.
source_biasesobjectoptional
instructionsstringoptionalNatural language instructions to help rank results.
is_tool_callbooleanoptionalWhether this request originates from an AI tool call.
response_lengthstringoptionalThe maximum content length per result.
start_datestringoptionalOnly return results published on or after this date.
end_datestringoptionalOnly return results published on or before this date.
country_codestringoptionalThe ISO 3166-1 alpha-2 country code for geo-targeted web results.
fast_modebooleanoptionalWhether to bypass LLM query rewriting and reranking for lower latency.
url_onlybooleanoptionalWhether to return only URLs without full content extraction.