Download a model from Hugging Face.

Synopsis

izwi pull <MODEL> [OPTIONS]

Description

Downloads a model from the Hugging Face Hub and caches it locally. Supports resuming interrupted downloads.

Arguments

ArgumentDescription
<MODEL>Model variant to download

Options

OptionDescriptionDefault
-f, --forceForce re-download even if exists
-y, --yesDownload without confirmation

Examples

Download a model

izwi pull Qwen3-TTS-12Hz-0.6B-Base

Skip confirmation

izwi pull Qwen3-TTS-12Hz-0.6B-Base --yes

Force re-download

izwi pull Qwen3-TTS-12Hz-0.6B-Base --force

Available Models

Run izwi list to see all available models. Common models:
ModelTypeSize
Qwen3-TTS-12Hz-0.6B-BaseTTS (base)~2.3 GB
Qwen3-TTS-12Hz-0.6B-CustomVoice-4bitTTS (built-in voices)~1.6 GB
Qwen3-TTS-12Hz-1.7B-VoiceDesign-4bitTTS (voice design)~2.2 GB
Voxtral-4B-TTS-2603TTS (20 preset voices, CC BY-NC 4.0)~8.1 GB
Parakeet-TDT-0.6B-v3ASR (default)~9.4 GB
Qwen3-ASR-0.6B-GGUFASR (compact)~1.0 GB
Nemotron-3.5-ASR-Streaming-0.6BASR (NVIDIA multilingual .nemo)~2.37 GB
Granite-Speech-4.1-2B-PlusASR (IBM rich transcription)~4.2 GB
Voxtral-Mini-4B-Realtime-2602ASR (offline transcription; realtime planned)~8 GB
Qwen3-8B-GGUFChat~5.2 GB
Qwen3.5-4BChat~3.4 GB
LFM2.5-1.2B-Instruct-GGUFChat~0.7 GB
Gemma-3-1b-itChat~2.2 GB

Resume Downloads

If a download is interrupted, run the same command again. The download will resume from where it left off.

See Also