Authorization: Bearer ********************{
"model": "gpt-image-2",
"prompt": "一只橘猫坐在赛博朋克街头,电影感,超清细节",
"n": 1,
"size": "4096x2304",
"quality": "4k"
}curl --location 'v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-image-2",
"prompt": "一只橘猫坐在赛博朋克街头,电影感,超清细节",
"n": 1,
"size": "4096x2304",
"quality": "4k"
}'{}