Authorization: Bearer ********************{
"model": "gemini-3-pro-image-preview",
"prompt": "A futuristic cityscape at sunset with flying cars",
"n": 2,
"size": "1024x1024"
}curl --location 'https://api.baoyouhuyu.com/v1/images/generations/async' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "gemini-3-pro-image-preview",
"prompt": "A futuristic cityscape at sunset with flying cars",
"n": 2,
"size": "1024x1024"
}'{}