创建图生图任务
ByteDance
Seedream 5.0 图生图
使用 doubao-seedream-5-0-260128 模型从文本和参考图片生成图片。
POST
创建图生图任务
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
请求体
application/json
Model ID
可用选项:
doubao-seedream-5-0-260128 示例:
"doubao-seedream-5-0-260128"
图片生成提示词。
示例:
"生成女孩和奶牛玩偶在游乐园开心地坐过山车的图片"
参考图片 URL 列表,用于图生图。图生图时必填。
示例:
[
"https://example.com/ref1.png",
"https://example.com/ref2.png"
]连续图片生成模式。设为 'auto' 可批量生成多张图片。
可用选项:
auto 连续图片生成选项。
输出图片尺寸。
可用选项:
2048x2048, 1728x2304, 2304x1728, 2848x1600, 1600x2848, 2496x1664, 1664x2496, 3136x1344, 3072x3072, 2592x3456, 3456x2592, 4096x2304, 2304x4096, 2496x3744, 3744x2496, 4704x2016 示例:
"2048x2048"
是否添加水印。
随机种子,用于复现结果。
自定义 Logo 水印配置。

