Authorization: Bearer ********************{ "model": "qwen-image-max", "prompt": "sample text,sample text,sample text", "size": "1328x1328", "n": 1, "watermark": false, "prompt_extend": true }curl --location '/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "model": "qwen-image-max", "prompt": "sample text,sample text,sample text", "size": "1328x1328", "n": 1, "watermark": false, "prompt_extend": true }'{
"created": 1767842675,
"data": [
{
"url": "https://dashscope-result-bj.oss-cn-beijing.aliyuncs.com/...",
"b64_json": ""
}
]
}