{
"prompt": "生成小猫的图片",
"model": "gemini-3-pro-image",
"n": 1,
"size": "9:16",
"quality": "hd",
"style": "vivid",
"response_format": "url"
}curl --location --request POST 'https://api.yoboxapp.com/v1/images/generations' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "生成小猫的图片",
"model": "gemini-3-pro-image",
"n": 1,
"size": "9:16",
"quality": "hd",
"style": "vivid",
"response_format": "url"
}'