Generate images from text prompts or reference images using 20+ AI models. Ideal for agentic content pipelines that need programmatic image creation.
Available Models
| Provider | Models |
|---|---|
| Flux | flux.flux-realism · flux.flux-kontext-pro · flux.flux-schnell |
google.imagen-4.0-generate-001 | |
| OpenAI | openai.imgen · openai.imgen-1.5 |
| Stability | stability.diffusion |
| Recraft | recraft.recraft |
| Ideogram | ideogram.ideogram-v3-turbo |
| ByteDance / Qwen | and more... |
Run simplified ai-image:models for the full current list.
Commands
| Command | Description |
|---|---|
ai-image:generate | Generate image from text prompt or reference image |
ai-image:models | List available AI models and their capabilities |
ai-image:status | Check generation status by art variation ID |
Async Workflow
# Without --wait: returns task_id and art_variation_id immediately
simplified ai-image:generate --model flux.flux-realism --prompt "A sunset"
# { "task_id": "...", "id": "...", "art_variation_id": "..." }
# With --wait: polls every 3s (timeout: 180s), returns asset URLs
simplified ai-image:generate --model flux.flux-realism --prompt "A sunset" --wait
# [{ "asset_id": "...", "url": "https://..." }]
# Manual status check
simplified ai-image:status --id "ART_VARIATION_ID"