
Golden hour portrait
16:9A woman standing in a sunlit field at golden hour, wearing ornate gold jewelry, warm cinematic light.
google/nano-bananaNano Banana image generation API by Google — affordable Gemini 2.5 Flash-powered model with 11 aspect ratios and up to 10 reference images.
curl https://api.runbase.net/v1/runs \
-H "Authorization: Bearer $RUNBASE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "google/nano-banana",
"input": {
"prompt": "A cinematic product photo of a ceramic lamp",
"aspect_ratio": "1:1",
"resolution": "1K"
}
}'
A woman standing in a sunlit field at golden hour, wearing ornate gold jewelry, warm cinematic light.

A woman spinning in a flowing red traditional dress with floral embroidery, motion blur capturing the movement.

A vintage orange sedan parked on a night road, teal fog and palm trees in the background, moody atmosphere.
Nano Banana is Google's entry-level image model, released in August 2025. Built on Gemini 2.5 Flash, it offers fast generation at the lowest price point in the Nano Banana family. It supports 11 aspect ratios (including auto, which lets the model choose) and up to 10 reference images at 10 MB each. There is no resolution control — the model determines output resolution automatically.
Quick creative exploration and concept art iteration. Social media visuals and thumbnails on a budget. Moodboards and early-stage design work. Simple image editing tasks where speed and cost matter more than pixel-level fidelity.
All parameters are passed in the input object of the run request.
| Parameter | Required | Description |
|---|---|---|
| prompt | Yes | Text description (1–5000 chars) |
| aspect_ratio | No | Output aspect ratio. Default 1:1. Supports 11 ratios including auto |
| image_urls | No | Up to 10 reference images (max 10 MB each) for image editing |
auto aspect ratio for exploratory workWhen you are not sure what ratio suits your prompt, set aspect_ratio to auto and let the model decide. This often produces better compositions than forcing a ratio that fights the subject.
Nano Banana responds well to atmospheric cues — "golden hour light," "moody fog," "high-contrast noir." These steer the overall feel more reliably than detailed layout instructions.
Eleven options: 1:1, 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9, and auto. The default is 1:1.
No. Unlike Nano Banana 2 and Nano Banana Pro, there is no resolution parameter. The model determines output resolution automatically.
Nano Banana is faster and cheaper, built on Gemini 2.5 Flash. Nano Banana Pro uses Gemini 3 Pro for higher fidelity and sharper text rendering, but at higher cost and latency.