{
"contents": [
{
"parts": [
{
"text": "一只狗"
}
]
}
],
"generationConfig": {
"responseModalities": ["IMAGE"],
"temperature": 0.8,
"topP": 0.95,
"maxOutputTokens": 8192,
"seed": 0,
"imageConfig": {
"aspect_ratio": "21:9",
"image_size": "2K"
}
},
"response_format": "url"
}curl --location 'https://api.xheai.cc/v1beta/models/gemini-3-pro-image-preview:generateContent' \
--header 'Authorization: Bearer sk-a60iMZUk2GUqMq1R3WrpvSxu4RHDkadHbY1Y4T4RwTV4kd1Q' \
--header 'Content-Type: application/json' \
--data '{
"contents": [
{
"parts": [
{
"text": "一只狗"
}
]
}
],
"generationConfig": {
"responseModalities": ["IMAGE"],
"temperature": 0.8,
"topP": 0.95,
"maxOutputTokens": 8192,
"seed": 0,
"imageConfig": {
"aspect_ratio": "21:9",
"image_size": "2K"
}
},
"response_format": "url"
}'{
"data": [
{
"url": "",
"b64_json": "/9j/4AAQSkZJ省略一万个字母",
"revised_prompt": ""
}
],
"created": 1768290751
}