M
mcp
/generate_image
Generate Image
Use this to create or edit an AI image. Text-to-image from a prompt, OR image-to-image / editing / multi-reference by passing input_images (URLs, data URIs, or
liveverifiedunknown~5s typical
mcpprobedmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-budgetpixel-mcp /generate_image for me.
Input
| Field | Type | Description |
|---|---|---|
| prompt* | string | Text prompt describing the image to generate |
| aspect_ratio | string (1:1 | 4:3 | 3:4 | 16:9 | 9:16 | 3:2) | Aspect ratio of the generated image |
| num_images | integer | Number of images to generate (1-4) |
| model | string | AI model id. Omit for the default (seedream-5.0-pro — premium flagship: top quality, stron |
| negative_prompt | string | What to avoid in the generated image |
| seed | integer | Seed for reproducible generation |
| input_images | array | Optional input image(s) for image-to-image / editing / multi-reference — each a public ima |
| resolution | string | Optional output size (per-model options, e.g. seedream-5.0-pro: 1K/2K; gpt-image-2 & nano- |
| quality | string | Optional rendering quality for models that support it (gpt-image-2: low/medium/high; grok- |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-budgetpixel-mcp","endpoint":"/generate_image","input":{"prompt":"..."}}'cli
npx cracked-ai run -p mcp-com-budgetpixel-mcp -e /generate_image -i '{"prompt":"..."}'mcp
run_tool({ provider: "mcp-com-budgetpixel-mcp", endpoint: "/generate_image", input: {"prompt":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.