OpenAI Dalle3格式
POST
/v1/images/generations请求参数
Body 参数application/json
prompt
string
必需
size
string
必需
steps
integer
必需
prompt_upsampling
boolean
必需
seed
integer
必需
guidance
number
必需
safety_tolerance
integer
必需
interval
integer
必需
示例
{
"model": "flux-pro-1.1",
"prompt": "ein fantastisches bild",
"size": "1024x768"
}
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 13 天前