Kyutai TTS
Streaming speech models whose TTS starts speaking while an LLM is still generating its reply.
About
Kyutai's delayed-streams-modeling repository carries the production releases of the technique behind Moshi: aligned audio and text streams are modeled framewise with a deliberate delay between them, which turns both speech-to-text and text-to-speech into streaming problems. The TTS models consume text as a stream, so audio playback can begin while an upstream LLM is still generating its reply, removing the usual wait for a complete sentence; the STT side offers a roughly 1B parameter English and French model with 0.5 second latency and semantic voice activity detection, plus a 2.6B English model. Kyutai ships three implementations: PyTorch for research, a Rust server with WebSocket streaming for production, where a single H100 can serve about 400 realtime streams, and MLX for Apple silicon down to iPhone class devices. Installation goes through the moshi Python package with pip or uv. Code is MIT for Python and Apache-2.0 for Rust, and the model weights are CC-BY-4.0, so commercial use is permitted with attribution, an unusually permissive stance for streaming speech models of this quality.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- Text-to-Speech (TTS)
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Intermediate (3/5)
- License
- CC-BY-4.0
- Added
- Jul 29, 2026
Related Tools
Lightweight and expressive TTS model with 82M parameters for fast local inference.
Conversational TTS model optimized for dialogue and chat applications.
Multilingual large voice generation model with full-stack inference, training, and deployment.
Large-scale multilingual TTS model by Alibaba with zero-shot voice cloning.
Emotion-controllable TTS engine by NetEase with 2000+ voices.
Transformer-based text-to-audio model by Suno that generates speech, music, and sound effects.
Mentioned in
Building Real-Time Voice Agents: TEN, Pipecat, and LiveKit
A working guide to real-time voice agent stacks: latency budgets, turn detection, interruption handling,...
Max P
Open-Weight Text to Speech Models in 2026: The XTTS Successors
A working developer's comparison of Kokoro, Zonos, Kyutai TTS, F5-TTS, Piper, Chatterbox and the rest:...
Billy C