Skip to main content

Overview

nano-banana-3-flash is Google’s preview-tier image model — the successor to nano-banana. Same edit-mode contract (image-in + prompt → image-out), same flat $0.046 pricing, sharper output. Served on a preview endpoint; Kyma handles routing automatically. Tagged preview — Google may rename the underlying model at GA. Kyma will swap the upstream id transparently; your endpoint_id stays nano-banana-3-flash.

Specs

Pricing

Same flat pricing as the stable nano-banana. The endpoint accepts an image-size field but ignores it today — every call returns ~1K output. Kyma will switch to per-quality tiering when size control is supported.

Compared to nano-banana stable

Use this when

  • You want the freshest Google image model and can absorb preview-tier risk (model id may change at GA).
  • Edit-mode output quality matters more than stability.

Pick something else when

  • You need a production SLA → use nano-banana until 3-flash promotes to stable.
  • See nano-banana for the rest of the decision tree.

Example

Async endpoint — poll GET /v1/jobs/{id} until succeeded.