Latest Google Vertex AI with enhanced capabilities
# Nano Banana 2 Lite (G) ## Overview Fast, cost-effective Google Gemini 3.1 Flash Image Lite model via Vertex AI. Optimized for ultra-fast turnarounds and low latency. ## Model Metadata - Provider: vertex - Category: static - Output Type: image - Slug: nano-banana-2-lite-g ## Notes Use the Playground tab above to test prompts and parameters.
Model input reference derived from preset schema.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| top_p | number | No | 0.95 | Cumulative probability threshold for token selection (0.0-1.0) |
| prompt | string | Yes | null | Text description of the image you want to generate or edit |
| image_size | select | No | "1K" | Output image resolution (Vertex imageConfig.imageSize). |
| temperature | number | No | 1 | Controls randomness in generation (0.0 = deterministic, 2.0 = maximum creativity) |
| aspect_ratio | select | No | "1:1" | Aspect ratio of generated images |
| input_images | image | No | [] | Optional reference images for editing or style transfer (up to 14 images) |
| output_format | select | No | "png" | Requested output format for generated images |
| thinking_level | select | No | "MINIMAL" | Reasoning intensity for Gemini 3.1 Flash Image Lite. |
| candidate_count | select | No | "1" | Number of image variations to generate (fixed at 1 per request) |