{
"model": "gemini-2.5-flash-image-preview",
"contents": [
{
"role": "user",
"parts": [
{
"text": "'Hi, This is a picture of me. Can you add a llama next to me"
},
{
"inline_data": {
"mime_type": "image/png",
"data": "iVBORw++dr59PZ9=" //图片base64
}
},
{
"inline_data": {
"mime_type": "image/png",
"data": "iVBORw++dr59PZ9=" //图片base64
}
}
]
}
],
"generationConfig": {
"responseModalities": [
"TEXT",
"IMAGE"
]
}
}curl --location --request POST 'https://api.agicto.cn/v1/gemini/images/generations' \
--header 'Authorization: Bearer xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gemini-2.5-flash-image-preview",
"contents": [
{
"role": "user",
"parts": [
{
"text": "'\''Hi, This is a picture of me. Can you add a llama next to me"
},
{
"inline_data": {
"mime_type": "image/png",
"data": "iVBORw++dr59PZ9=" //图片base64
}
},
{
"inline_data": {
"mime_type": "image/png",
"data": "iVBORw++dr59PZ9=" //图片base64
}
}
]
}
],
"generationConfig": {
"responseModalities": [
"TEXT",
"IMAGE"
]
}
}'{}