Switch language한국어
Back to the list

Mistral AI Releases Voxtral TTS: A 4B Open-Weight Streaming Speech Model for Low-Latency Multilingual Voice Generation

TL;DR AI

Key summary

2 min read
  1. Mistral AI released Voxtral TTS, an open-weight text-to-speech model offered as part of its audio generation offerings.

  2. Positioned as a direct competitor to proprietary voice APIs, Voxtral TTS is designed as a modular component for integration into real-time voice workflows.

  3. The model is released under a CC BY-NC license.

  4. Hybrid 4B-parameter architecture: 3.4B Transformer decoder (handles text understanding and predicts semantic speech representations), 390M flow-matching acoustic transformer (converts semantic representations into acoustic features), and 300M neural audio codec (maps acoustic features to a high-fidelity audio waveform).

  5. Optimized for low-latency streaming inference; example model latency is 70ms for a typical 10-second voice sample from a 500-character input, suitable for conversational agents and real-time translation.

Read the original