Claude Code x Image Generation
Claude Code can't generate images by itself.
AnyCap adds image generation.
If the missing workflow is product visuals, mockups, thumbnails, or creative assets, this is the shortest path. Keep Claude Code for the reasoning and code. Add Seedream 5, Seedream 4.5, Nano Banana Pro, and Nano Banana 2 through one capability runtime.
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.
Install path
Step 1
npx -y skills add anycap-ai/anycap -a claude-code -y
Step 2
curl -fsSL https://anycap.ai/install.sh | sh
Step 3
anycap login
Pick the right image model
Seedream 5
Best first pick for polished text-to-image outputs.
Seedream 4.5
A strong alternate path when you want another text-first image generation option.
Nano Banana Pro
Best fit when Claude Code starts from an existing image and needs iterative editing.
Nano Banana 2
Another editing-oriented option for image-to-image workflows.
First commands to try
Text to image
anycap image generate --model seedream_5 --prompt "launch announcement visual on off-white background"
Image editing
anycap image generate --model nano_banana_pro --image ./mockup.png --prompt "add olive highlight accents and softer shadows"
FAQ
Can Claude Code generate images on its own?
Not as a built-in capability. AnyCap adds image generation to Claude Code through one install path and one CLI.
Which image models are available through AnyCap?
The current image generation stack includes Seedream 5, Seedream 4.5, Nano Banana Pro, and Nano Banana 2.
Do I need a different workflow for image editing?
No. The same AnyCap image command can cover both text-to-image and image-to-image workflows depending on the model and flags you use.