AigenwayDocumentation

Google Banana / Gemini Image / Nano Banana Pro / Image to image

google_banana/gemini-3-pro-image-preview/image_to_image
Async

Transform a source image into a new image guided by a prompt.

Parameters

NameTypeRequiredDescriptionAllowed valuesBundle dim.
promptstring
yes
Text prompt describing the desired output.
resolutionstringnoOutput image resolution tier.0.5K, 1K, 2K, 4K
aspect_ratiostringnoOutput aspect ratio.1:1, 3:4, 4:3, 9:16, 16:9
callback_urlstringnoWebhook URL invoked when async task completes.
images_countintegerno
input_imagesstring[]
yes

Example request

{
  "provider": "google_banana",
  "model": "gemini-3-pro-image-preview",
  "method": "image_to_image",
  "params": {
    "prompt": "Make this photo look like an oil painting, impressionist style",
    "resolution": "2K",
    "aspect_ratio": "1:1",
    "input_images": [
      "https://example.com/portrait.jpg"
    ]
  }
}

Example response

null
Pricing: see your dashboard (auth required).