reasoning_effort | enum | no | "high" | Level of reasoning depth. Higher effort = more thorough analysis. · Allowed: low, medium, high |
max_output_tokens | number | no | 10000 | Maximum tokens in the final answer (does not count research steps). Range 10000-16000. · Range: 10000 – 16000 |
max_tokens_per_page | number | no | 4096 | Max tokens extracted per search result page. Higher = more content per source but slower. Default is 4096. · Range: 4096 – 16384 |
search_domain_filter | string | no | - | Comma-separated domains. Prefix with ’-’ to exclude. Max 20. |
search_language_filter | string | no | - | Comma-separated ISO 639-1 codes (2 letters). Max 10. |
search_recency_filter | enum | no | "none" | Relative time filter. Cannot be combined with specific dates. · Allowed: none, day, week, month, year |
search_after_date | string | no | - | Only include sources published after this date. Use YYYY-MM-DD or natural language. |
search_before_date | string | no | - | Only include sources published before this date. Use YYYY-MM-DD or natural language. |
country | string | no | - | Two-letter ISO 3166-1 code (e.g. US, GB) for biasing results to a country. |
region | string | no | - | State or province name for location bias. |
city | string | no | - | City name for location bias. |
latitude | number | no | - | Latitude for location bias, in decimal degrees. |
longitude | number | no | - | Longitude for location bias, in decimal degrees. |
disable_formatting | boolean | no | false | Skip the EmpirioLabs Markdown formatting (citation hyperlinks + References block + reasoning_content render). The plain answer text and the structured reasoning_steps array (with search queries, results, and fetched URLs) are still returned. |