{
"model": "gpt-image-1",
"prompt": "会飞的小白兔,吉卜力风格",
"n": 4,
"size": "1024x1024"
}curl --location --request POST 'https://apihk.unifyllm.top/v1/images/generations' \
--header 'Authorization: Bearer 123' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-image-1",
"prompt": "会飞的小白兔,吉卜力风格",
"n": 4,
"size": "1024x1024"
}'{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}