Flux-Schnell(图片生成)
POST
/302/submit/flux-schnell前Stability.ai成员创建的black forest labs公司,用于图片生成,来自于:https://blackforestlabs.ai/
平均运行时长5-10s
价格:0.005 PTC/次
请求参数
Header Params
Authorization
string
required
Example:
Bearer {{YOUR_API_KEY}}
Body Params application/json
prompt
string
required
image_size
object
optional
width
integer
required
height
integer
required
num_inference_steps
integer
optional
Example
{
"prompt": "Extreme close-up of a single tiger eye, direct frontal view. Detailed iris and pupil. Sharp focus on eye texture and color. Natural lighting to capture authentic eye shine and depth. The word \"FLUX\" is painted over it in big, white brush strokes with visible texture.",
"image_size": {
"width": 1024,
"height": 1024
},
"num_inference_steps": 4
}
示例代码
Responses
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
completed_at
string
required
created_at
string
required
error
string
required
id
string
required
model
string
required
output
string
required
started_at
string
required
status
string
required
Example
{
"completed_at": "",
"created_at": "",
"error": "",
"id": "",
"model": "",
"output": "",
"started_at": "",
"status": ""
}
Last modified: 2 个月前