qwen-image 和 qwen-image-plus,不支持参考图片和图片编辑。task_id 是 new-api 本地任务 ID。{
"model": "qwen-image",
"input": {
"prompt": "一只橘猫坐在窗边看雨,细腻插画风格"
},
"parameters": {
"n": 1,
"size": "1328*1328",
"negative_prompt": "模糊,低清晰度,文字水印",
"prompt_extend": true,
"seed": 0,
"watermark": false
}
}curl --location 'https://api.weimeta.cn/dashscope/api/v1/services/aigc/text2image/image-synthesis' \
--header 'X-DashScope-Async: enable' \
--header 'Content-Type: application/json' \
--data '{
"model": "qwen-image",
"input": {
"prompt": "一只橘猫坐在窗边看雨,细腻插画风格"
},
"parameters": {
"n": 1,
"size": "1328*1328",
"negative_prompt": "模糊,低清晰度,文字水印",
"prompt_extend": true,
"seed": 0,
"watermark": false
}
}'output.task_id 并轮询任务查询接口。{
"output": {
"task_id": "task_sK8aLfzo7YSG9tLQB67ThwAWiP0PkuKb",
"task_status": "PENDING"
},
"request_id": "3313778a-a6ce-9e44-ac13-0988fd848d71"
}