urlhttps://docs.tavily.com/documentation/api-reference/endpoint/search
Fetch prompt: Extract details about the Tavily Search API: endpoint, request parameters, what it returns (answer, raw content, snippets), whether it's designed for AI agents/RAG, pricing/free tier, and Python usage. Summarize the key capabilities.
Tool result summary: # Tavily Search API Overview **Endpoint:** `POST https://api.tavily.com/search` **Core Request Parameters:** - `query` (required): Search string - `search_depth`: Controls latency vs. relevance (advanced, basic, fast, ultra-fast) - `max_results`: Up to 20 results (default 5) - `topic`: general or news - `include_answer`: Boolean or "basic"/"advanced" for LLM-generated responses - `include_raw_content`: Returns cleane
Agent context: Let me check the current official docs for my four finalists in parallel: Anthropic's native web search tool, Tavily, Exa, and Brave.