Authorization: Bearer ********************{
"model": "gpt-image-2-beta",
"prompt": "一只可爱的猫咪在阳光下打盹",
"size": "auto"
}curl --location 'https://api.with7.cn/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-image-2-beta",
"prompt": "一只可爱的猫咪在阳光下打盹",
"size": "auto"
}'{}