wan2.7-image-图生图
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/jsonRequired
{
"model": "wan2.7-image",
"prompt": "有个老司机在车里,车外有一个小孩子,不要改变图片中汽车的位置和视角",
"image": "https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20251229/pjeqdf/car.webp",
"size": "2K"
}
Request Code Samples
curl --location --request POST 'https://api.toiotech.com/v1/images/edits' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wan2.7-image",
"prompt": "有个老司机在车里,车外有一个小孩子,不要改变图片中汽车的位置和视角",
"image": "https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20251229/pjeqdf/car.webp",
"size": "2K"
}'
Responses
application/json {
"data": [
{
"url": "https://dashscope-7c2c.oss-accelerate.aliyuncs.com/1d/71/20260403/7423dd75/d0271d7b-c62b-4790-8334-7cb9c760ca3a_0.png?Expires=1775315262&OSSAccessKeyId=LTAI5tPxpiCM2hjmWrFXrym1&Signature=d4Za%2Bv2ffAyeIbR6ph4Ahu1%2Fxkg%3D",
"b64_json": "",
"revised_prompt": ""
}
],
"created": 1775228852,
"metadata": {
"output": {
"choices": [
{
"finish_reason": "stop",
"message": {
"content": [
{
"image": "https://dashscope-7c2c.oss-accelerate.aliyuncs.com/1d/71/20260403/7423dd75/d0271d7b-c62b-4790-8334-7cb9c760ca3a_0.png?Expires=1775315262&OSSAccessKeyId=LTAI5tPxpiCM2hjmWrFXrym1&Signature=d4Za%2Bv2ffAyeIbR6ph4Ahu1%2Fxkg%3D",
"type": "image"
}
],
"role": "assistant"
}
}
],
"finished": true
},
"usage": {
"image_count": 1,
"input_tokens": 9486,
"output_tokens": 2,
"size": "2048*2048",
"total_tokens": 9488
},
"request_id": "e1c6b290-559f-939b-adeb-e6dd0a31b0ad"
}
}
Modified at 2026-04-03 14:51:43