Tavily
Explore Tavily’s web search and research APIs.
Paris rental voice agent
See a Gradbot demo that uses voice AI to search for Paris rentals.
Voice-controlled web search
A voice search agent usually follows this loop:- The user asks a spoken question, such as “Find two-bedroom rentals near Canal Saint-Martin under 2,500 euros.”
- Gradium Speech-to-Text transcribes the request in real time.
- Your agent decides whether it needs fresh web context and calls Tavily with a focused query.
- Tavily returns search results and source content for the agent to inspect.
- The agent filters, compares, and summarizes the results.
- Gradium Text-to-Speech streams the answer back to the user.
Core wiring
The Gradbot demo exposes search as a voice-agent tool. Gradium handles the live STT and TTS session; the agent decides when to callrun_apartment_search.
Agent session config
Search tool call
Why use Tavily with Gradium?
- Fresh answers in live voice sessions: give Gradium agents access to current web results without making users leave the conversation.
- Search that follows spoken constraints: turn natural-language preferences like budget, location, timing, availability, or source type into focused Tavily queries.
- Hands-free research loops: let users compare results, refine criteria, and ask follow-up questions while the agent gathers new context.
- Support and status lookups: fetch public docs, release notes, pricing pages, or status information so callers get answers from up-to-date sources.