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

モデルリンク

実装メモ