Voxtral Mini 3B 2507

Esta página de Soniqo documenta Voxtral Mini 3B 2507 tal como está implementado en speech-swift / speech-core. Los enlaces a Hugging Face aparecen debajo de las notas de integración.

Primero página interna

Las tarjetas y menús apuntan primero aquí; los enlaces al modelo fuente y a los bundles siguen disponibles en esta página.

Resumen

ModeloVoxtral Mini 3B 2507
RolHigh-accuracy multilingual offline speech-to-text
BackendNative MLX on Apple Silicon
SalidaPlain-text transcription
IdiomasEnglish, French, German, Spanish, Italian, Portuguese, Dutch, and Hindi
LicenciaApache-2.0
EstadoPublished FP16, INT5, and INT8 bundles; INT5 is the default
FuenteMistral Voxtral Mini 3B 2507
Producto SwiftVoxtralASR
CLI / runtimespeech transcribe --engine voxtral

Uso

El fragmento siguiente refleja la API o el comando actual expuesto 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

Enlaces del modelo

Notas de implementación