PicoChat supports image prompts.
Set image via CLI argument:
picochat -image ./imgfile.jpgOr via command:
>>> /image ./imgfile.jpg
Behavior:
- Image path is consumed with the next user prompt.
- After sending, image path is discarded.
- Saved history stores image payloads as base64/data URL content.
Example with stdin pipe:
echo "What's on the image?" | picochat -model Qwen3-VL-8B-Instruct-4bit -image ./imgfile.jpg -quiet