
Alibaba
Z-Image
From $0.004 per image
Required · no length limit
256–2560 · default 1024
256–2560 · default 1024
0–2147483647 · 0 or empty = random
Off by default · your prompt is used as written
Uncensored generation is available via the API. Use your API key to generate; browser generation is disabled.
Try one of these prompts
Z-Image Pro is the uncensored text-to-image channel of the Z-Image family, exposed on reAPI as one async endpoint with five parameters: a prompt, width and height in pixels from 256 to 2560, an optional seed, and an optional prompt-rewrite flag. It takes no image input, has no content-filter switch because it has no filtered route, returns one image per request at a flat rate, and is available only through an API key.

Real-world workflows and production use cases you can build and ship with this model.

Most hosted image models moderate every prompt. Z-Image Pro doesn't, and there is no filter parameter because there is no filtered route. Dark-fantasy boards, mature-rated comic panels, swimwear and body-art shoots all go through the same way: send the prompt, get the image, pay one flat rate.
Read the API docs
Set width and height in pixels instead of picking from an aspect-ratio list. A 2560 × 1440 wallpaper costs the same as a 512-pixel avatar, and a phone-tall 1080 × 2340 frame is just another Z-Image Pro request.

Z-Image Pro reads one flowing paragraph better than a pile of tags. Pin a seed and the same prompt comes back the same way, so character sheets and ad variants stay consistent while you change one detail. Prefer tags anyway? Turn on the prompt enhancer and let it do the rewriting.
Credit-based — 1 credit = $0.001 USD. Pay only for completed generations.
One sample at the cheapest tier (1 image).
| Model | Category | Price |
|---|---|---|
| z-image-pro | Per image | $0.02 20 credits · 1 image |
One route, no content filter. Nothing to switch off, and no moderated twin that a request can quietly land on. If your product needs uncensored images through an API, Z-Image Pro is the short way there.
Any width, any height, 256 to 2560 on each side. Z-Image Pro renders the exact frame you ask for and charges the same at 256 or 2560.
1 credit equals $0.001 USD. Z-Image Pro bills one rate per image, whatever the size or options. POST, get a task_id, poll. Failed requests are refunded.
Both are pay-as-you-go text-to-image endpoints with seed control. Z-Image Pro is the uncensored Z-Image channel with one flat rate and pixel-exact sizing; FLUX moderates every request and bills by the megapixel.
Comparison reflects publicly documented behavior at the time of writing. Model behavior and pricing can change; check the pricing card above and the API docs for current values.
Z-Image Pro is API-only. Sign up, create a key in the dashboard, and pass it as a Bearer token.
OpenPOST to /api/v1/images/generations with model: z-image-pro, a prompt, and optional width, height, seed and prompt_extend. Z-Image Pro returns a task_id at once.
OpenGET /api/v1/tasks/:id until status is completed. The Z-Image Pro image URL stays valid for 30 days. Copy it to your own storage if you need it longer.
Opencurl -X POST https://reapi.ai/api/v1/images/generations \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "z-image-pro",
"prompt": "A close photograph of a lighthouse keeper on a spiral stair at dawn, cold window light, shallow depth of field",
"width": 1536,
"height": 1024
}'Rejected synchronously with the failing field named. Check enum values, ranges, and URL fields — nothing is charged.
401 means a missing or invalid Bearer key; 402 means the reserve exceeds your balance. Manage keys and credits in the console.
A provider may reject unsupported or invalid inputs. Check the task error and media requirements before retrying. Failed tasks are refunded.
A task that reaches a failed state is never charged — the reserve refunds automatically. Keep the task id and retry when ready.
Common questions about this model.
Configure parameters in the Playground, then use your API key to generate.