Introduction
Gradium is a voice AI platform for building live speech agents. Pairing Gradium with Tavily gives your agent access to real-time web search, extraction, research, and crawling. In a Gradium voice agent, Tavily acts as the web context layer: the user speaks a request, the agent turns it into a structured search, Tavily returns current web results, and Gradium speaks the answer back.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, while the agent decides when to callrun_apartment_search.
Agent session config
Search tool definition
When to use Tavily with Gradium
- Live search assistants: Answer questions that depend on current web results.
- Research agents: Collect, compare, and summarize web sources while keeping the conversation hands-free.
- Shopping, travel, and real estate workflows: Let users narrow options by speaking constraints naturally.
- Customer support agents: Fetch public documentation or status information while the caller stays in a voice conversation.