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

ParameterTypeRequiredDefaultDescription
promptstringrequiredText description of the image to generate
widthintoptional1024Image width in pixels (must be divisible by 64)
heightintoptional1024Image height in pixels (must be divisible by 64)
num_stepsintoptional4Number of denoising steps (more = higher quality, slower)
guidancefloatoptional3.5Guidance scale — how closely to follow the prompt
seedintoptionalRandom 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