Voxtral Mini 3B 2507

This first-party Soniqo page documents Voxtral Mini 3B 2507 from the local speech-swift / speech-core implementation. Hugging Face bundles are linked below after the integration notes.

Internal Page First

Landing cards and docs menus now point here first; source model and bundle links remain available from this page.

At a Glance

ModelVoxtral Mini 3B 2507
RoleHigh-accuracy multilingual offline speech-to-text
BackendNative MLX on Apple Silicon
OutputPlain-text transcription
LanguagesEnglish, French, German, Spanish, Italian, Portuguese, Dutch, and Hindi
LicenseApache-2.0
StatusPublished FP16, INT5, and INT8 bundles; INT5 is the default
SourceMistral Voxtral Mini 3B 2507
Swift productVoxtralASR
CLI / runtimespeech transcribe --engine voxtral

Use

The snippet below mirrors the current speech-swift API or command exposed by the repo.

# INT5 is the default.
speech transcribe recording.wav --engine voxtral

# Select another published precision and pass a language hint.
speech transcribe recording.wav --engine voxtral --model int8 --language fr

Model Links

Implementation Notes