Multi-Modal Agent CLI
Work with images, PDFs, and files from the command line.Commands
Analyze Image
Generate Image
Process PDF
Options
| Option | Type | Default | Description |
|---|---|---|---|
--model | string | gpt-4o | Model to use |
--prompt | string | - | Analysis prompt |
--output | string | - | Output file path |
--size | string | 1024x1024 | Image size |
--quality | string | standard | Image quality |
--json | boolean | false | JSON output |
Examples
Batch Image Analysis
Compare Images
Interactive Vision Chat
Environment Variables
| Variable | Required | Description |
|---|---|---|
OPENAI_API_KEY | Yes | For GPT-4o and DALL-E |
ANTHROPIC_API_KEY | For Claude | Claude vision |
Related Commands
praisonai-ts image list-models- List vision modelspraisonai-ts image history- View generation history

