Loading...
Loading...
Generate images using AI when user wants to create pictures, draw, paint, or generate artwork. Supports text-to-image and image-to-image generation.
npx skill4agent add bahayonghang/my-claude-code-settings gemini-imageconfig/secrets.md| Mode | Prompt Format | Example |
|---|---|---|
| Text-to-Image | | |
| Image-to-Image | | |
| Multi-Image Reference | | |
tips/image-upload.mdcurl -s -X POST "https://api.apicore.ai/v1/images/generations" \
-H "Authorization: Bearer API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "model_name",
"prompt": "prompt_text",
"size": "aspect_ratio",
"n": 1
}'data[0].urltips/image-upload.mdtips/chinese-text.md