{
"model": "gemini-3-pro-image-preview-vip",
"stream": false,
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "Generate an image based on this reference."
},
{
"type": "image_url",
"image_url": {
"url": "https://api.baoyouhuyu.com/images/baoyou_ai.png"
}
}
]
}
],
"extra_body": {
"google": {
"image_config": {
"aspect_ratio": "16:9",
"image_size": "1K"
}
}
}
}curl --location --request POST 'https://www.s1edge.ai/v1/chat/completions' \
--header 'Authorization: Bearer sk-jx0qYeEbU4QZCXGAmjpql5NRNxFolIidy92WZxoTqwEoKSM9' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gemini-3-pro-image-preview-vip",
"stream": false,
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "Generate an image based on this reference."
},
{
"type": "image_url",
"image_url": {
"url": "https://api.baoyouhuyu.com/images/baoyou_ai.png"
}
}
]
}
],
"extra_body": {
"google": {
"image_config": {
"aspect_ratio": "16:9",
"image_size": "1K"
}
}
}
}'{
"id": "chatcmpl-20251211160744809365000fdOhL0KY",
"model": "gemini-3-pro-image-preview",
"object": "chat.completion",
"created": 1765440499,
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": ""
},
"finish_reason": "stop"
}
],
"usage": {
"prompt_tokens": 4,
"completion_tokens": 1359,
"total_tokens": 1363
}
}