mlx-community/Voxtral-4B-TTS-2603-mlx-bf16
1594
Voxtral-4B-TTS-2603 (MLX bf16)
MLX bf16 version of mistralai/Voxtral-4B-TTS-2603 — a 4B parameter multilingual text-to-speech model with 20 voice presets across 9 languages.
Size: ~8GB
Use with mlx-audio
pip install -U mlx-audiofrom mlx_audio.tts.utils import load
model = load("mlx-community/Voxtral-4B-TTS-2603-mlx-bf16")
for result in model.generate(
text="Hello, this is a test of Voxtral text-to-speech!",
voice="casual_male",
):
# result.audio is an mx.array of 24kHz audio samples
print(f"Generated {result.audio_duration} of audio")Available Voices
English: casual_male, casual_female, cheerful_female, neutral_male, neutral_female
French: fr_male, fr_female | Spanish: es_male, es_female | German: de_male, de_female
Italian: it_male, it_female | Portuguese: pt_male, pt_female | Dutch: nl_male, nl_female
Arabic: ar_male | Hindi: hi_male, hi_female
Throughput (Apple Silicon)
RTF = Real-Time Factor (lower is faster, <1.0 = faster than real-time).
