AigenwayDocumentation

Google Banana / Gemini Image / Nano Banana Pro / Multi-reference image

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

Generate an image using multiple reference images plus 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
URLs of 2–6 reference images.

Example request

{
  "provider": "google_banana",
  "model": "gemini-3-pro-image-preview",
  "method": "multi_reference_image",
  "params": {
    "prompt": "Combine the subject from the first reference with the style of the second",
    "resolution": "2K",
    "aspect_ratio": "1:1",
    "input_images": [
      "https://example.com/subject.jpg",
      "https://example.com/style-ref.jpg"
    ]
  }
}

Example response

null
Pricing: see your dashboard (auth required).