infery
← All models

Nano Banana Pro

nano-banana-pro

Image generationby Google

Nano Banana Pro (or Gemini 3 Pro Image) is Google's new state-of-the-art image generation and editing model. Use Nano Banana Pro with an API.

images

Details

Accepts
text + image

Pricing

Input
250 cr / 1M tokens
Output
1500 cr / 1M tokens

Prices in credits (1 credit = $0.01).

Data schema

approximate

Input

FieldTypeDescription
nintegerHow many images to generate.
maskstringOptional mask for the edit; transparent pixels mark the area to change.
imagestringImage to edit — a URL, a data URI, or an artifact reference. Supplying one turns the call into an edit.
promptrequiredstringThe text prompt. Describes the image to generate, or the change to make when an image is supplied.
image_sizestringRequested output size.
aspect_ratiostringAspect ratio of the result, e.g. 16:9.
output_formatstringEncoding of the returned image.
resolutionenum: 1K, 2K, 4KResolution of the generated image
image_inputarrayInput images to transform or use as reference (supports up to 14 images)
safety_filter_levelenum: block_low_and_above, block_medium_and_above, block_only_highblock_low_and_above is strictest, block_medium_and_above blocks some prompts, block_only_high is most permissive but some prompts will still be blocked
allow_fallback_modelbooleanFallback to another model (currently bytedance/seedream-5) if Nano Banana Pro is at capacity.
seedThe seed for the random number generator.
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.
image_urlsarrayThe URLs of the images to use for image-to-image generation or image editing.
num_imagesintegerThe number of images to generate.
system_promptstringOptional system instruction that steers the model's persona and output style across the request. Leave blank to omit; when provided, it is sent as the system instruction to Gemini (or as a system message on OpenAI-compatible providers).
safety_tolerancestringenum: 1, 2, 3, 4, 5, 6The safety tolerance level for content moderation. 1 is the most strict (blocks most content), 6 is the least strict.
enable_web_searchbooleanEnable web search for the image generation task. This will allow the model to use the latest information from the web to generate the image.
limit_generationsbooleanExperimental parameter to limit the number of generations from each round of prompting to 1. Set to `True` to to disregard any instructions in the prompt regarding the number of images to generate.

Output

FieldTypeDescription
imagesarrayGenerated images ([{ url }]).