Model support
flux-dev
flux-proSize support
1024x512
1024x1024
1024x576
1024x768
1024x512
512x1024
512x768
1280x960
1280x960
960x1280
960x1280
768x1366
768x512
1366x768
1344x576
Request
Body Params application/json
{
"prompt": "A colorful sunset over the mountains",
"n": 1,
"model": "flux-pro",
"size": "1024x1024"
}
Request Code Samples
curl --location --request POST '/v1/images/generations' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "A colorful sunset over the mountains",
"n": 1,
"model": "flux-pro",
"size": "1024x1024"
}'
Responses
application/json {
"created": 1724554354,
"data": [
{
"b64_json": null,
"revised_prompt": null,
"url": "https://sf-maas-uat-prod.oss-cn-shanghai.aliyuncs.com/outputs/3aa7758a-bdda-4889-b4cc-c1c4040adac9_0.png"
}
]
}
Modified at 2025-07-23 10:01:53