Capability
Image Generation
AnyCap image generation lets AI agents create and edit images through one CLI interface. Agents can generate images from text prompts using models like Seedream 5 and Nano Banana Pro, or edit existing images with image-to-image operations. The capability works across agent products like Claude Code, Cursor, and Codex without requiring separate API integrations for each model or provider. One command, multiple models, consistent output.
Early Access
AnyCap is currently in early access. Capabilities shown on this page are available to early access users. Request access on GitHub to get started.
Supported Models
| Model | Status |
|---|---|
| Seedream 5 | Early Access |
| Seedream 4.5 | Early Access |
| Nano Banana Pro | Early Access |
| Nano Banana 2 | Early Access |
CLI Usage
Text to Image
anycap image generate --model seedream_5 --prompt "a minimalist logo on white background"
Image to Image (edit)
anycap image generate --model nano_banana_pro --prompt "add warm lighting" --image ./input.png
List available models
anycap image models
When Agents Need Image Generation
Product mockups
Generate visual assets during development workflows without leaving the agent environment.
Content creation
Create illustrations, thumbnails, and visual content as part of automated pipelines.
Image editing
Modify existing images with text prompts — adjust lighting, style transfer, background changes.
Prototyping
Rapidly iterate on visual concepts within agent-driven design workflows.
Related Models and Guides
Model
Seedream 5
Learn when agents should choose Seedream 5 for polished image generation workflows.
Model
Nano Banana Pro
Explore a stronger fit for agent-driven image editing and iteration loops.
Guide
Context Engineering for Agents
Understand how agents decide when image generation belongs in the workflow.
FAQ
What does AnyCap image generation let agents do?
It lets agents generate new images from text prompts and edit existing images through one CLI and one capability runtime.
Which image models are available through AnyCap?
The current image generation page covers Seedream 5, Seedream 4.5, Nano Banana Pro, and Nano Banana 2.
When should an agent choose Nano Banana Pro instead of Seedream 5?
Choose Nano Banana Pro when the workflow starts from an existing image and the agent needs editing or revision loops. Choose Seedream 5 when the agent needs a polished first-pass generation from text.