Replicate 格式
POST
{{BASE_URL}}/replicate/v1/models/black-forest-labs/flux-1.1-pro/predictions最后修改时间: 1 个月前
请求参数
Header 参数
Authorization
string
必需
示例值:
Bearer $API_TOKEN
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
version
string
必需
input
object
必需
seed
integer
必需
image
string
必需
steps
integer
必需
prompt
string
必需
cfg_scale
integer
必需
scheduler
string
必需
sampler_name
string
必需
negative_prompt
string
必需
denoising_strength
number
必需
outpaint_direction
string
必需
overlay_original_img
boolean
必需
示例
{
"prompt": "black forest gateau cake spelling out the words \"FLUX 1.1 Pro\", tasty, food photography",
"prompt_upsampling": true
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 1 个月前