Voxtral Mini 3B 2507

Esta página da Soniqo documenta Voxtral Mini 3B 2507 conforme a implementação local em speech-swift / speech-core. Os links do Hugging Face ficam abaixo das notas de integração.

Página interna primeiro

Cards e menus apontam primeiro para cá; os links do modelo fonte e dos bundles continuam disponíveis nesta página.

Visão geral

ModeloVoxtral Mini 3B 2507
PapelHigh-accuracy multilingual offline speech-to-text
BackendNative MLX on Apple Silicon
SaídaPlain-text transcription
IdiomasEnglish, French, German, Spanish, Italian, Portuguese, Dutch, and Hindi
LicençaApache-2.0
StatusPublished FP16, INT5, and INT8 bundles; INT5 is the default
FonteMistral Voxtral Mini 3B 2507
Produto SwiftVoxtralASR
CLI / runtimespeech transcribe --engine voxtral

Uso

O trecho abaixo reflete a API ou comando atual exposto por 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

Links do modelo

Notas de implementação