AgentSession.
Gradium TTS plugin
LiveKit’s guide to Gradium text-to-speech.
Gradium STT plugin
LiveKit’s guide to Gradium speech-to-text.
Plugin reference
Python API reference for
livekit.plugins.gradium.Gradium guide
End-to-end Gradium and LiveKit voice agent walkthrough.
Install
Install LiveKit Agents with the Gradium plugin extra:Basic agent session
Usegradium.STT() to transcribe user audio and gradium.TTS() to synthesize agent replies.
Configuration
Common Gradium options in LiveKit Agents:Custom pronunciation
Pass a Gradium pronunciation dictionary ID into the TTS plugin when an agent needs brand names, product names, or domain-specific terms spoken consistently.When to use LiveKit with Gradium
- Realtime voice agents: run a complete STT, LLM, and TTS loop in
AgentSession. - WebRTC applications: connect browser and mobile users to Gradium-powered speech through LiveKit rooms.
- Telephony agents: use LiveKit SIP while keeping Gradium as the speech model layer.
- Production deployments: deploy LiveKit agents with managed rooms, credentials, and worker processes.