Interactive chat with AI models.

Synopsis

izwi chat [OPTIONS]

Description

Starts an interactive chat session with a loaded chat model. Type messages and receive AI responses in real-time.

Options

OptionDescriptionDefault
-m, --model <MODEL>Chat model to useqwen3-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

izwi chat

With system prompt

izwi chat --system "You are a helpful coding assistant"

With specific model

izwi chat --model Qwen3-8B-GGUF
izwi chat --model Qwen3.5-4B
izwi chat --model LFM2.5-1.2B-Instruct-GGUF
izwi chat --model Gemma-3-1b-it

With voice responses

izwi chat --voice default

Interactive Commands

During a chat session:
CommandAction
Type message + EnterSend message
exit or quitEnd session
clearClear conversation
Ctrl+CExit immediately

See Also