{
"contents": [
{
"parts": [
{
"text": "'Create a new picture as this pic'"
},
{
"inline_data": {
"mime_type": "image/jpeg",
"data": "$IMG_BASE64"
}
}
]
}
]
}curl --location --request POST 'https://apihk.unifyllm.top/v1beta/models/gemini-3-pro-image-preview:generateContent' \
--header 'x-goog-api-key: 123' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
{
"parts": [
{
"text": "'\''Create a new picture as this pic'\''"
},
{
"inline_data": {
"mime_type": "image/jpeg",
"data": "$IMG_BASE64"
}
}
]
}
]
}'{}