Tavily
Runtime provider id: tavily. Uses the Tavily search SDK, built for LLM-facing search.
Options
Section titled “Options”| Field | Type | Notes |
|---|---|---|
apiKey |
string | Required. Tavily API key. |
Supported search parameters
Section titled “Supported search parameters”Tavily supports the full normalized parameter set: count (max_results), freshness (mapped to time_range), start_date/end_date (passed through directly), country (mapped to a display region name), and safe_search.
Example config
Section titled “Example config”{ "search": { "enabled": true, "provider": "tavily", "tavily": { "apiKey": "tvly-..." } }}