Authorization: Bearer ********************
{
"model": "flux-pro",
"prompt": "鸟瞰图,海岸线,海水清澈见底,细节和自然之美。特写,超高清,最好的质量,超高细节的画质,8K分辨率", // 必需参数,描述所需图像的文本,最大长度为500个字符
"n": 1,
"response_format": "url",
"size": "1024x1024"
}
curl --location --request POST 'https://api.chatfire.cn/v1/images/generations' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "flux-pro",
"prompt": "鸟瞰图,海岸线,海水清澈见底,细节和自然之美。特写,超高清,最好的质量,超高细节的画质,8K分辨率", // 必需参数,描述所需图像的文本,最大长度为500个字符
"n": 1,
"response_format": "url",
"size": "1024x1024"
}'
{
"created": 1730768940,
"data": [
{
"b64_json": null,
"revised_prompt": null,
"url": "https://sf-maas-uat-prod.oss-cn-shanghai.aliyuncs.com/outputs/9b27193d-2f14-4f46-8936-2551917b3cd7_00001_.png"
}
],
"images": [
{
"url": "https://sf-maas-uat-prod.oss-cn-shanghai.aliyuncs.com/outputs/9b27193d-2f14-4f46-8936-2551917b3cd7_00001_.png"
}
],
"timings": {
"inference": 14.445
},
"seed": 1688073736,
"shared_id": "0",
"model": ""
}