GGUF quantizations of mistralai/Voxtral-Mini-4B-Realtime-2602, a 4.4B-parameter realtime streaming speech-to-text model with a causal audio encoder and configurable transcription delay.
Converted and tested with CrispASR, a multi-model ASR framework built on ggml.
1# Also download the CTC aligner2huggingface-cli download cstr/canary-ctc-aligner-GGUF \3 canary-ctc-aligner-q4_k.gguf --local-dir .45./build/bin/voxtral4b-main -m voxtral-mini-4b-realtime-q4_k.gguf \6 -f audio.wav -am canary-ctc-aligner-q4_k.gguf -timestamps
CLI options
-m FNAME GGUF model file (required)
-f FNAME Input audio, 16 kHz mono WAV (required)
-t N Threads (default: 4)
-l LANG Language hint (default: en)
-n N Max new tokens (default: 512)
-am FNAME CTC aligner GGUF for word timestamps
-timestamps Enable word-level timestamps (requires -am)
-np Suppress stderr info
Upstream licence:apache-2.0. This repository redistributes under the same terms; it grants no rights the upstream licence does not.
What was done here: format conversion and/or quantisation only (GGUF). No training, no fine-tuning, no merging, no distillation, no change to architecture, vocabulary or capability. Only the numeric representation of the upstream weights differs.
Training data: documented — where it is documented at all — by the upstream provider; see the upstream model card. No training data was used, added or selected by this repository. No training-content summary was found on the upstream model card at the time of writing; that documentation gap is upstream's and is not filled here.
Provider status: under Regulation (EU) 2024/1689 the upstream authors remain the provider of this model. Converting the serialisation format does not make this repository the provider of a new general-purpose AI model, and no such claim is made. Questions about training content, copyright policy or model capability belong upstream.