Authorization: Bearer ********************
{
"model": "stable-diffusion-3-5-large", // 非dalle3参数,可以访问 /v2/images
"prompt": "鸟瞰图,海岸线,海水清澈见底,细节和自然之美。特写,超高清,最好的质量,超高细节的画质,8K分辨率",
"n": 1,
"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": "stable-diffusion-3-5-large", // 非dalle3参数,可以访问 /v2/images
"prompt": "鸟瞰图,海岸线,海水清澈见底,细节和自然之美。特写,超高清,最好的质量,超高细节的画质,8K分辨率",
"n": 1,
"size": "1024x1024"
}'
{
"created": 1730767517,
"data": [
{
"b64_json": null,
"revised_prompt": null,
"url": "https://sf-maas-uat-prod.oss-cn-shanghai.aliyuncs.com/outputs/a76fc09e-6da7-47da-8c26-d303b1296153_0.jpeg"
}
],
"images": [
{
"url": "https://sf-maas-uat-prod.oss-cn-shanghai.aliyuncs.com/outputs/a76fc09e-6da7-47da-8c26-d303b1296153_0.jpeg"
}
],
"timings": {
"inference": 17.075
},
"seed": 611969032,
"shared_id": "0",
"model": ""
}