GLM-4-Voice
End-to-end Chinese and English spoken dialogue model from Zhipu AI with streaming speech output.
About
An early fully open end-to-end speech chat model, GLM-4-Voice from Zhipu AI holds a conversation in Chinese and English without a separate ASR or TTS pipeline. Three released components divide the work: a speech tokenizer that adds vector quantization to a Whisper encoder and compresses audio to 12.5 discrete tokens per second, the GLM-4-Voice-9B language model, extended from GLM-4-9B with pretraining on millions of hours of audio and interleaved speech-text data, and a flow-matching decoder derived from CosyVoice that can start synthesizing after as few as 10 tokens for low-latency streaming replies. Users can steer emotion, intonation, speaking rate, and dialect through natural language instructions. The repository provides a web demo with bfloat16 and Int4 launch options, and inference requires a CUDA GPU with substantial memory for the 9B model. Code is Apache-2.0 while the model weights carry their own usage agreement on Hugging Face. Released in December 2024 with an accompanying arXiv paper, it became a common baseline for the wave of open speech-to-speech models that followed.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- Audio & Speech
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Intermediate (3/5)
- License
- Apache-2.0
- Added
- Jul 29, 2026
Related Tools
Free text-to-speech generator with multiple voices, accents, and languages. No signup required.
Deep learning toolkit for text-to-speech synthesis
CTranslate2-based Whisper with 4x faster transcription
Universal neural vocoder from NVIDIA that converts mel spectrograms into waveforms up to 44 kHz.
Audio foundation model unifying speech recognition, understanding, and conversation in one 7B model.
Transformer-based text-to-audio model from Suno