Overview
Thecactus transcribe command provides speech-to-text capabilities using on-device models. Supports both live microphone input and audio file transcription.
Syntax
Arguments
[model]- Optional transcription model name. Default:parakeet-1.1b
Flags
—file
Transcribe an audio file instead of live microphone input:—precision
Set the quantization precision level:INT4
Options:
INT4- 4-bit quantization (smallest size, fastest)INT8- 8-bit quantization (balanced)FP16- 16-bit floating point (highest quality)
—token
Provide a HuggingFace API token for gated models:—reconvert
Force reconversion of the model from source weights:Examples
Live Microphone Mode
When run without--file, transcription starts from your default microphone:
File Transcription Mode
With--file, the audio is processed and transcription is displayed:
Default Model
The default transcription model is parakeet-1.1b, which provides:- Fast real-time transcription
- Good accuracy for general speech
- Low memory footprint (~300MB INT4)
Available Models
Supported speech-to-text models:parakeet-1.1b(default)moonshine-basemoonshine-tiny
See Also
Download Command
Pre-download transcription models
Test Command
Run STT benchmarks