Nano Banan Pro chat model is based on the reverse engineering of a chat model. It only requires specifying the image ratio in the prompt, such as 16:9, and it is inexpensive.
Built upon the robust architecture of Gemini 3 Pro, Nano Banana Pro (Gemini 3 Pro Image Preview) stands as Google’s flagship solution for image generation and editing. This iteration represents a massive leap forward from the original Nano Banana, featuring superior multimodal reasoning, real-world grounding, and high-fidelity synthesis. Capable of integrating real-time data via Search grounding, it excels at creating everything from complex data visualizations to cinematic imagery. It sets a new industry standard for text rendering—handling long, multilingual passages with ease—while ensuring consistent identity preservation for up to five subjects. With support for 2K/4K resolution, flexible aspect ratios, and precision tools for lighting, focus, and localized edits, Nano Banana Pro is engineered to meet the rigorous demands of professional design, product visualization, and storyboarding.
Google DeepMind's next-gen image generation & editing model

Prompt
A futuristic banana city with neon lights, cyberpunk style, 4K resolution, cinematic lighting...
Built on Gemini 3 Pro architecture with studio-quality creative controls, professional text rendering, and multi-image consistency.
Create images with correctly rendered text in multiple languages. From taglines to paragraphs, everything is legible and properly styled.
Adjust camera angles, focus, color grading, and lighting. Transform day to night, create bokeh effects, and fine-tune every detail.
Reference up to 14 images for style guides. Maintain character consistency across 5 subjects with the same identity, pose, or style.
Explore what Gemini 3 Pro Image can create.

A futuristic banana character in a neon city...

Convert this sketch into a photorealistic scene in anime style, preserving composition, perspective, and core storytelling elements while enhancing textures, materials, and lighting effects.

A street mural with ultra-high clarity and strong Chinese-style atmosphere. The mural depicts a beautiful card-style woman's frontal close-up portrait...
Add Nano Banana Pro to your app with our developer-friendly API. Access via Vertex AI, AI Studio, or direct API.
import requests import time # 1. Submit Task headers = {"Authorization": "Bearer YOUR_KEY"} resp = requests.post( "https://api.apipod.ai/v1/images/generations", headers=headers, json={ "model": "gemini-3-pro-image-preview", "prompt": "A futuristic banana..." } ) task_id = resp.json()["data"]["task_id"] # 2. Poll Status while True: res = requests.get( f"https://api.apipod.ai/v1/images/tasks/{task_id}", headers=headers ).json() data = res["data"] if data["status"] == "completed": print(data["result"][0]) break time.sleep(1)
Everything you need to know about Nano Banana Pro (Gemini 3 Pro Image).
Nano Banana Pro (officially Gemini 3 Pro Image) is Google DeepMind's high-fidelity image generation and editing model. It offers studio-quality creative controls, professional text rendering in multiple languages, and can maintain consistency across up to 5 characters and 14 reference images.
Nano Banana Pro is available through the Gemini API, Google AI Studio, Vertex AI, and direct REST API. Generate an API key from your dashboard and start making requests immediately. We provide SDKs for Python, Node.js, Go, and more.
Unlike traditional diffusion models, Gemini 3 Pro Image uses multimodal reasoning to understand prompts contextually. It can connect to Google Search for real-world knowledge, render accurate text in multiple languages, and maintain consistent subjects across multiple images.
Yes. Images generated via Nano Banana Pro API come with commercial usage rights. All outputs include invisible SynthID watermarks for AI content identification, which doesn't affect visual quality.
Nano Banana Pro offers pay-as-you-go pricing at approximately $0.15 per image with 4K resolution and commercial rights. Volume discounts are available for enterprise customers. Check the pricing page for current rates.
Join developers using Gemini 3 Pro Image for studio-quality AI generation.