Synopsis
Description
Starts an interactive chat session with a loaded chat model. Type messages and receive AI responses in real-time.Options
| Option | Description | Default |
|---|---|---|
-m, --model <MODEL> | Chat model to use | qwen3-0.6b-4bit |
-s, --system <PROMPT> | System prompt | — |
-v, --voice <VOICE> | Voice for spoken responses | — |
qwen3-0.6b-4bit remains the CLI default for backward compatibility.
For new setups, use an enabled catalog ID from izwi list (for example Qwen3-8B-GGUF or Qwen3.5-4B).
Examples
Start chat
With system prompt
With specific model
With voice responses
Interactive Commands
During a chat session:| Command | Action |
|---|---|
| Type message + Enter | Send message |
exit or quit | End session |
clear | Clear conversation |
Ctrl+C | Exit immediately |