Authorization: Bearer ********************curl --location --request POST '/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "qwen-image-max",
"prompt": "A cute orange cat sitting on a windowsill, sunlight shining on it, with a city landscape in the background",
"size": "1328x1328",
"n": 1,
"watermark": false,
"prompt_extend": true
}'{
"created": 1767842675,
"data": [
{
"url": "https://dashscope-result-bj.oss-cn-beijing.aliyuncs.com/...",
"b64_json": ""
}
]
}