{"generate":{"path":"/image/generate","method":"POST","kind":"inference","tier":"premium","description":"Generate an image from a text prompt. Billed on the Premium tier (same tier as /music/generate), per image. Returns an image_id immediately; poll /image/status/{image_id} then download /image/download/{image_id} (both free).","parameters":{"prompt":{"type":"string","description":"Natural-language description of the image to generate"},"model":{"type":"string","description":"Image model. Default qwen-image-3.0-pro","enum":["qwen-image-3.0-pro","qwen-image-3.0","qwen-image-2.0-pro-2026-06-22"],"default":"qwen-image-3.0-pro"},"size":{"type":"string","description":"Output size as WIDTH*HEIGHT, each side 512-2048 (e.g. 1024*1024, 1664*928). Empty = model default","default":""}},"required":["prompt"],"output_example":{"image_id":"a-red-apple-on-a-table-3f9a1c","status":"generating","model":"qwen-image-3.0-pro","estimated_time_seconds":30},"latency_class":"async"}}