Speech & Audio
Voice in, voice out, plus background audio and TTS caching.
Text
Text input and output for chatbots, omnichannel, and debugging.
Vision
Let the agent see: send camera or screen frames to the model.
Avatars
Give the agent a real-time visual face.
How modalities map to the pipeline
Modalities are selected by the components you pass to thePipeline
and by per-session flags on zeroruntime.Room(...):
Modalities compose: a pipeline can run voice, vision, and an avatar together.
References
- Python
- Node JS
Examples
Multimodal Agent
Combine speech, text and vision in one agent.
Cascade Basic
Voice agent built from a cascade pipeline.
Realtime Basic
Speech-to-speech realtime agent.