Hugging Face and Cerebras demonstrated how an open, modular architecture can deliver low-latency, real-time speech-to-speech interaction. The aim is to translate improvements in model quality into a user experience without multi-second response delays, enabling conversations that flow with the responsiveness expected in human interaction.
System architecture
The demo is implemented as a real-time speech-to-speech pipeline where every component is modular, open, and replaceable. The end-to-end flow is:
- speech input
- speech recognition with Nvidia Parakeet
- Gemma 4 VLM (31B) inference on Cerebras
- text-to-speech with Alibaba Qwen3TTS
- spoken response
This setup combines elements of the open-source ecosystem: fast inference on Cerebras hardware, Google DeepMind’s Gemma 4 31B as the language model, and Alibaba Qwen3TTS for speech synthesis. Each layer is inspectable and extendable by developers.
Why latency matters
Latency is a critical parameter for voice AI. The announcement notes that some production systems achieve acceptable median latency but still suffer multi-second delays at the P95, which undermines perceived reliability—especially when tool calls or multimodal steps require multiple turns.
Cerebras addresses one of the key bottlenecks by making language-model inference much faster and more stable, which in turn allows the rest of the Hugging Face pipeline to deliver more predictable, real-time responses.
Real-world deployment
The same Hugging Face speech-to-speech pipeline is already running on Reachy Mini robots, with more than 9,000 robots in the field. For robots, voice assistants, and embodied AI, responsiveness is not just a cosmetic improvement; it is what makes interactions feel alive.
Using Cerebras is therefore motivated by low latency, predictable performance, and the ability to create scalable real-time experiences—not merely by cost reduction.
Openness and next steps
The collaboration reflects a shared belief that future AI should be both open and performant: open-source models, open infrastructure, and accelerated inference together form a base for the next generation of conversational AI. Developers are invited to explore the demo and the code:
- Demo: Hugging Face Space
- Repository: huggingface/speech-to-speech
The demonstration highlights that reducing latency while keeping the architecture open can enable more natural and reliable real-time voice AI.



