POST https://api.tokenhot.cn/v1/images/generationsdoubao-seedream-5-0-260128curl --location --request POST 'https://api.tokenhot.cn/v1/images/generations' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "doubao-seedream-5-0-260128",
"prompt": "帮我把图1的动物加到图片2中",
"size": "2k",
"image": [
"https://example1.com/image.png",
"https://example2.com/image.png"
],
"response_format": "url",
"watermark": false
}'{
"model": "doubao-seedream-5-0-260128",
"created": 1774340075,
"data": [
{
"url": "https://xxx.example.com/doubao-seedream-4-0/",
"size": "2048x2048"
}
],
"usage": {
"generated_images": 1,
"output_tokens": 16384,
"total_tokens": 16384,
"tool_usage": null
},
"error": null
}