Genace

Nano Banana aspect ratio options: what it accepts and what it rejects

Nano Banana accepts 5 aspect ratios through the API:

  • 16:9
  • 9:16
  • 1:1
  • 4:3
  • 3:4

That is the widest set on the platform — every ratio the API supports at all.

It does not affect price

Aspect ratio is free. Nano Banana costs 4 credits ($0.04–$0.06) at any of the ratios above.

Default

Omit aspect_ratio and you get 16:9.

-d '{"model":"nano-banana","prompt":"...","aspect_ratio":"3:4"}'

With a start frame

The API does not reconcile aspect_ratio with the image you pass in image_inputs. Supplying a 16:9 still while asking for a portrait ratio gives the model contradictory instructions. Match them — see Nano Banana image to video.

Models covered on this page

Where these facts come from

  • codebase: src/ai/providers/nano.ts — paramsSchema aspectRatio