Merge pull request #3227 from fixie-ai/mike/upstream

Add Ultravox service
This commit is contained in:
Aleix Conchillo Flaqué
2025-12-13 18:29:02 -08:00
committed by GitHub
16 changed files with 786 additions and 1548 deletions

4
changelog/3227.added.md Normal file
View File

@@ -0,0 +1,4 @@
- [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).

View File

@@ -0,0 +1 @@
- Removed the deprecated VLLM-based open source Ultravox STT service.