Skip to content
EN

Flux

方法: POST路径: /v1/images/generations

model 支持 flux flux-dev flux-pro

size 支持 1024x512 1024x1024 1024x576 1024x768 1024x512 512x1024 512x768 1280x960 1280x960 960x1280 960x1280 768x1366 768x512 1366x768 1344x576

请求参数

Header 参数

text
Authorization
string
可选
默认值:
Bearer {{YOUR_API_KEY}}

Body 参数 application/json

text
object
示例
{
"model"
:
"flux-dev"
,
"prompt"
:
"cat"
,
"size"
:
"1024x1024"
}

请求示例代码

Shell

bash
curl --location --request POST '/v1/images/generations' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "model": "flux-dev",
    "prompt": "cat",
    "size": "1024x1024"
}'

返回响应

🟢 200 成功

内容类型: application/json

响应结构

text
object

示例

json
{}