Edit images using Gemini model.
API Key
Array of contents with editing instructions and source images.
[
{
"role": "user",
"parts": [
{
"text": "Change the background to blue sky with clouds"
},
{
"inline_data": {
"mime_type": "image/png",
"data": "BASE64_IMAGE_DATA"
}
}
]
}
]