Voxtral Mini 3B 2507

Cette page Soniqo documente Voxtral Mini 3B 2507 tel qu'il est implémenté dans speech-swift / speech-core. Les liens Hugging Face sont placés après les notes d'intégration.

Page interne d'abord

Les cartes et menus pointent d'abord ici; les liens vers le modèle source et les bundles restent disponibles sur cette page.

Aperçu

ModèleVoxtral Mini 3B 2507
RôleHigh-accuracy multilingual offline speech-to-text
BackendNative MLX on Apple Silicon
SortiePlain-text transcription
LanguesEnglish, French, German, Spanish, Italian, Portuguese, Dutch, and Hindi
LicenceApache-2.0
ÉtatPublished FP16, INT5, and INT8 bundles; INT5 is the default
SourceMistral Voxtral Mini 3B 2507
Produit SwiftVoxtralASR
CLI / runtimespeech transcribe --engine voxtral

Utilisation

L'extrait ci-dessous suit l'API ou la commande actuellement exposée par speech-swift.

# 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

Liens du modèle

Notes d'implémentation