Generates photorealistic images with precise prompt and text rendering, mask-free editing, and layout-aware outpainting, ideal for creative and multilingual…
Use this file to discover all available pages before exploring further.
Try nano-banana in the Workbench
Run this model interactively, tune parameters, and compare outputs.
Model ID:nano-banananano-banana is an image generation model (sometimes referred to as Gemini 2.5 Flash Image) that excels in efficient on-device image synthesis, high prompt adherence, and advanced text rendering within images. It is designed for both speed and quality, enabling image generation at native 1024x1024 resolution while maintaining consistent quality across various aspect ratios and device types.The model’s main strengths are its ability to process and generate photorealistic images with accurate text integration, its efficiency on mobile and cloud hardware, and its strong semantic understanding of prompts. It reliably interprets and renders complex scenes, textual elements, and styles, outperforming previous diffusion models in prompt adherence and visual coherence, especially for applications requiring accurate text in images and mobile deployment.Some other noteworthy features of nano-banana include mask-free inpainting (editing image regions with natural language rather than pixel masks), layout-aware outpainting (extending images while preserving perspective and lighting), and high style transfer consistency, making it suitable for professional branding, creative workflows, and mobile-first applications.
Metric
Value
Parameter Count
450 million (base); up to 8 billion (enterprise scaling)
Mixture of Experts
No
Context Length
Unknown
Multilingual
Yes (supports text rendering in multiple languages)
Quantized*
Yes
*Quantization is specific to the inference provider and the model may be offered with different quantization levels by other providers.
curl -X POST https://hub.oxen.ai/api/ai/images/edit \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OXEN_API_KEY" \ -d '{ "model": "nano-banana", "prompt": "Generate an ox standing in the middle of a snow storm, standing on a long windy road. Zoomed out. Cinematic."}'
curl -X POST https://hub.oxen.ai/api/ai/images/edit \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OXEN_API_KEY" \ -d '{ "model": "nano-banana", "prompt": "Generate an ox standing in the middle of a snow storm, standing on a long windy road. Zoomed out. Cinematic.", "input_image": [ "https://hub.oxen.ai/api/repos/elau/assets/file/main/bloxy/bloxy_cropped_512x512.png" ]}'
curl -X POST https://hub.oxen.ai/api/ai/images/edit \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OXEN_API_KEY" \ -d '{ "model": "nano-banana", "prompt": "Generate an ox standing in the middle of a snow storm, standing on a long windy road. Zoomed out. Cinematic.", "input_image": [ "https://hub.oxen.ai/api/repos/elau/assets/file/main/bloxy/bloxy_cropped_512x512.png" ], "aspect_ratio": "1:1"}'