DocsZ-Image Turbo
Image
Z-Image Turbo
Text-to-image generation powered by CuteZImage with fused Triton kernels. Generates high-quality 1024x1024 images in seconds.
$1.00 per generation
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| prompt | string | required | — | Text description of the image to generate |
| width | int | optional | 1024 | Image width in pixels (must be divisible by 64) |
| height | int | optional | 1024 | Image height in pixels (must be divisible by 64) |
| num_steps | int | optional | 4 | Number of denoising steps (more = higher quality, slower) |
| guidance | float | optional | 3.5 | Guidance scale — how closely to follow the prompt |
| seed | int | optional | — | Random seed for reproducible results (0 = random) |
Example Request
curl -X POST https://cutedsl.cc/api/service \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"service": "zimage",
"prompt": "a cute cat wearing a tiny top hat, watercolor style",
"width": 1024,
"height": 1024,
"num_steps": 4,
"guidance": 3.5
}'Example Response
{
"result": {
"image_base64": "<base64-encoded WebP image>",
"width": 1024,
"height": 1024,
"format": "webp"
},
"credits_used": 1000,
"credits_remain": 49000,
"usd_equivalent": 1
}Playground
Connect your wallet to try the playground.
Connect Wallet