All models
Imagev1.0.0

Nano Banana Pro

Conversational image generation and editing with Nano Banana Pro

4 inputsIMAGE
Demo coming soon
Demo coming soon

Run the node

TEXT
IMAGE
Reference image
TEXT
TEXT
Resolution
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

Output

Fill in the inputs and run the node to see its output here.

Run it from your code

The same node, called by id from any surface. Every tab pins nano-banana-pro and passes the ports below. Full guide.

import { BlitClient } from "@blitflow/sdk";

const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });

const { outputs } = await runNode("nano-banana-pro", {
  prompt: { value: "example" },
  image: { ref: "https://..." },
  aspectRatio: { value: "1:1" },
  imageSize: { value: "1K" },
});

Schema

Inputs

prompt*TEXT
imageIMAGE
Reference image
aspectRatioTEXT
1:1 · 2:3 · 3:2 · 3:4 · 4:3 · 4:5 · 5:4 · 9:16 · 16:9 · 21:9
1:1
imageSizeTEXT
Resolution
1K · 2K · 4K
1K

Outputs

imageIMAGE