Authorization: Bearer ********************
{
"model": "qwen-image",
"prompt": "a dog",
"size": "16x9",
// "image": "https://oss.ffire.cc/files/kling_watermark.png"
}
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": "qwen-image",
"prompt": "a dog",
"size": "16x9",
// "image": "https://oss.ffire.cc/files/kling_watermark.png"
}'
{
"data": [
{
"url": "https://gitee-ai.su.bcebos.com/v1/public/temp/25081217/HKLJY4SSF5JOWPIT.png"
}
],
"created": 1754992392571
}