MLX weights for
Voxtral Mini 3B 2507,
ready for local speech-to-text with
speech-swift.
The FP16, INT5, and INT8 family passed the isolated WER, RTF, throughput, RSS, and physical-footprint compatibility gate on 2026-07-22 using English FLEURS.
1import VoxtralASR
2
3let model = try await VoxtralModel.load(
4 "aufklarer/Voxtral-Mini-3B-2507-MLX-8bit"
5)
6let text = model.transcribe(
7 audio: samples,
8 sampleRate: sourceSampleRate,
9 language: "en"
10)
These read-speech measurements are not Artificial Analysis Conversational or
ElevenLabs Scribe results.
The base model is
mistralai/Voxtral-Mini-3B-2507 and is
released under Apache 2.0.