POST https://api.goenhance.ai/api/v1/images/generations with model: z-image. Z-Image costs a flat $0.004 (0.2 tokens) per image—the lowest per-image price in the GoEnhance image catalog—and returns an async img_uuid for polling or callbacks.POST https://api.goenhance.ai/api/v1/images/generations with model: z-image. Z-Image costs a flat $0.004 (0.2 tokens) per image—the lowest per-image price in the GoEnhance image catalog—and returns an async img_uuid for polling or callbacks.
Use the required prompt field (1–2000 characters) to describe the image. The current unified endpoint requires model: z-image.

Every Z-Image generation costs 0.2 tokens, equal to $0.004. There are no resolution or volume tiers on this model, which makes cost estimation straightforward.

https://api.goenhance.ai/api/v1/images/generations with {"model":"z-image","prompt":"...","ratio":"16:9"}.data.img_uuid. Store it with your application record instead of waiting synchronously for the image.GET https://api.goenhance.ai/api/v1/jobs/detail?img_uuid=..., or register custom_callback_url and handle processing, success, and failure states.