Authorization: Bearer ********************{
"model": "gpt-4o-image-vip",
"prompt": "生成一个牛马",
"n": 3,
"size": "1024x1024"
}curl --location --request POST 'https://vibecodingapi.ai/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-4o-image-vip",
"prompt": "生成一个牛马",
"n": 3,
"size": "1024x1024"
}'{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}