Overview
This is Google’s Gemini-based image generation model. It accepts text and image inputs to produce images, with native support for edit-mode workflows where you pass an existing image and a prompt to generate a modified output. It offers three resolution tiers: 512, 1024, and 2048. On Kyma, it runs on the cheap tier with fast inference speeds and supports prompt caching for repeated prefixes. The endpoint is scheduled for retirement on 2026-10-20 as Google discontinues the underlying Gemini 2.5 endpoint; Kyma will automatically handle request failover if serving paths degrade, and responses will include exact costs in the usage.cost field. It does not support reasoning or structured outputs, and it is strictly an image-to-image or text-to-image generator.Specs
Pricing
Use this when
- In-context image editing — Pass a source image with a text prompt to modify specific regions or apply new styles.
- Low-cost asset iteration — Generate multiple visual drafts quickly while staying within a tight compute budget.
- Style transfer workflows — Apply consistent visual themes across different base images using text-guided transformations.
Not ideal for
Do not use this model for tasks requiring structured JSON outputs, complex logical reasoning, or high-fidelity photorealism beyond its standard resolution tiers.Pick something else when
- You need a direct successor after the 2026-10-20 retirement: use
nano-banana-3-flash. - You need higher resolution or premium photorealism: use
imagen-4-ultra. - You need vector graphics or design-ready assets: use
recraft-v4-vector-pro.