π¦ ClawHub
Pixmind Image
by @fuyunzhishang
Generate or edit AI images via Pixmind API (text-to-image and image-to-image)
β‘ When to Use
π‘ Examples
Use curl or the included helper script:
# Text to image (via curl)
curl -X POST https://aihub-admin.aimix.pro/open-api/v1/image/generate \
-H "Content-Type: application/json" \
-H "X-API-Key: $PIXMIND_API_KEY" \
-d '{"prompt": "ζθΏ°ζε", "model": "nano-banana-2", "aspectRatio": "16:9"}'Or use the helper script
node {baseDir}/image-generate.js --prompt "ζθΏ°ζε" --model nano-banana-2 --aspect-ratio 16:9
βοΈ Configuration
1. Register at pixmind.io β 注εε³ι 200 η§―εε
θ΄Ήθ―η¨
2. Create an API key at pixmind.io/api-keys
3. Set env PIXMIND_API_KEY with your key
TERMINAL
clawhub install pixmind-image