Files
pipecat/changelog/XXX.added.md
Mike Depinet 4b81be7acf Add Ultravox service (#1)
Adds support for using Ultravox Realtime as a speech-to-speech service.

Also removes the deprecated Ultravox speech-to-text vllm model integration to avoid confusion.
2025-12-12 10:16:15 -08:00

5 lines
220 B
Markdown

- [Ultravox Realtime](https://docs.ultravox.ai) is now a supported speech-to-speech
service.
- Added `UltravoxRealtimeLLMService` for the integration.
- Added `49-ultravox-realtime.py` example (with tool calling).