generate_image_async
Submit asynchronous image generation prompts to Qwen models. Returns a task ID for polling results.
Instructions
Submit async image generation task (qwen-image-plus, qwen-image). Returns task_id for polling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Random seed [0, 2147483647]. | |
| size | No | Size. Options: 1664*928 (16:9), 1472*1104 (4:3), 1328*1328 (1:1), 1104*1472 (3:4), 928*1664 (9:16). Default: 1664*928. | |
| model | No | Model. Default: qwen-image-plus. Options: qwen-image-plus, qwen-image. | |
| prompt | Yes | Image generation prompt. Max 800 chars. | |
| watermark | No | Add watermark. Default: false. | |
| prompt_extend | No | Intelligent prompt rewriting. Default: true. | |
| negative_prompt | No | Negative prompt. Max 500 chars. |