本文档由 DeepSpaceAPI 自动生成,推荐使用 DeepSpaceAPI中转站用户使用本文档!
/v1/images/generations| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
| model | string | 是 | 模型名称:Seedream-4 / Seedream-4.5 / Seedream-5.0-Lite |
| prompt | string | 是 | 文本提示词 |
| image_urls | array | 否 | 参考图(最多10张) |
| size | string | 否 | 输出尺寸:2K / 4K |
| aspect_ratio | string | 否 | 比例:1:1 / 16:9 |
| seed | integer | 否 | 随机种子 |
POST /v1/images/generations
Content-Type: application/json
{
"model": "Seedream-4.5",
"prompt": "a futuristic cyberpunk city at night, neon lights, ultra detailed",
"aspect_ratio": "16:9",
"size": "4K"
}