{
"model": "wan2.7-image-pro",
"prompt": "一间有着精致窗户的花店,漂亮的木质门,摆放着花朵",
"images": [
"string"
],
"negative_prompt": "string",
"size": "2K",
"n": 1,
"enable_sequential": false,
"thinking_mode": true,
"prompt_extend": true,
"watermark": false,
"seed": 0,
"color_palette": [
{
"hex": "#FF5733",
"ratio": "20%"
}
],
"bbox_list": [
[
[
0
]
]
]
}curl --location '/v1/images/generations' \
--header 'Content-Type: application/json' \
--data '{
"model": "wan2.7-image-pro",
"prompt": "一间有着精致窗户的花店,漂亮的木质门,摆放着花朵",
"images": [
"string"
],
"negative_prompt": "string",
"size": "2K",
"n": 1,
"enable_sequential": false,
"thinking_mode": true,
"prompt_extend": true,
"watermark": false,
"seed": 0,
"color_palette": [
{
"hex": "#FF5733",
"ratio": "20%"
}
],
"bbox_list": [
[
[
0
]
]
]
}'{
"created": 1714000000,
"data": [
{
"url": "string",
"b64_json": "string",
"revised_prompt": "string"
}
],
"usage": {
"prompt_tokens": 0,
"completion_tokens": 0,
"total_tokens": 0
}
}