Voxtral Mini 3B 2507

此 Soniqo 页面记录本地 speech-swift / speech-core 实现中的 Voxtral Mini 3B 2507。Hugging Face 包链接放在集成说明之后。

先进入站内页面

首页卡片和文档菜单先指向这里;源模型和权重包链接仍在本页提供。

概览

模型Voxtral Mini 3B 2507
用途High-accuracy multilingual offline speech-to-text
后端Native MLX on Apple Silicon
输出Plain-text transcription
语言English, French, German, Spanish, Italian, Portuguese, Dutch, and Hindi
许可证Apache-2.0
状态Published FP16, INT5, and INT8 bundles; INT5 is the default
来源Mistral Voxtral Mini 3B 2507
Swift 产品VoxtralASR
CLI / 运行时speech transcribe --engine voxtral

使用

下面的片段对应当前 speech-swift 仓库暴露的 API 或命令。

# 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

模型链接

实现说明