Authorization: Bearer ********************{
"model": "qwen-image-2.0",
"input": {
"messages": [
{
"role": "user",
"content": [
{
"image": "https://resource.omniedu.com/public/ins-default-cover/cover1.png"
},
{
"text": "给这张图加上'你好hello'文字"
}
]
}
]
},
"parameters": {
"n": 2,
"negative_prompt": " ",
"prompt_extend": true,
"watermark": false
}
}curl --location --request POST '/v1/images/edits/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "qwen-image-2.0",
"input": {
"messages": [
{
"role": "user",
"content": [
{
"image": "https://resource.omniedu.com/public/ins-default-cover/cover1.png"
},
{
"text": "给这张图加上'\''你好hello'\''文字"
}
]
}
]
},
"parameters": {
"n": 2,
"negative_prompt": " ",
"prompt_extend": true,
"watermark": false
}
}'{
"data": [
{
"url": "https://dashscope-7c2c.oss-accelerate.aliyuncs.com/7d/f1/20260403/5abe4571/081c4507-b5b0-43b4-b24d-93154bf01744.png?Expires=1775790780&OSSAccessKeyId=LTAI5tPxpiCM2hjmWrFXrym1&Signature=corJAYdqWmP4oRiNFXjznIHwLeQ%3D",
"b64_json": "",
"revised_prompt": ""
}
],
"created": 1775184974,
"metadata": {
"output": {
"choices": [
{
"finish_reason": "stop",
"message": {
"content": [
{
"image": "https://dashscope-7c2c.oss-accelerate.aliyuncs.com/7d/d0/20260403/5abe4571/89390d46-0cfc-40df-996d-858a4a403af8.png?Expires=1775790780&OSSAccessKeyId=LTAI5tPxpiCM2hjmWrFXrym1&Signature=Ec6HmBNb81V2Syv%2FJpoG1FauTVs%3D"
},
{
"image": "https://dashscope-7c2c.oss-accelerate.aliyuncs.com/7d/f1/20260403/5abe4571/081c4507-b5b0-43b4-b24d-93154bf01744.png?Expires=1775790780&OSSAccessKeyId=LTAI5tPxpiCM2hjmWrFXrym1&Signature=corJAYdqWmP4oRiNFXjznIHwLeQ%3D"
}
],
"role": "assistant"
}
}
]
},
"usage": {
"height": 768,
"image_count": 2,
"width": 1376
},
"request_id": "1d12c737-b90d-9b45-b5a9-442d1baed289"
}
}