All models

Nano Banana 2

google/nano-banana-2
Google Image GenerationFastHigh Quality

Google's second-generation image generation model with improved quality and speed.

Quick start

# Inspect the price — a plain request returns the 402 challenge:
curl -i https://api.glianalabs.com/v1/infer \
  -H "content-type: application/json" \
  -d '{
    "model": "google/nano-banana-2",
    "prompt": <string>
  }'

# Pay + run in one step with the mppx CLI (create a wallet: npx mppx account create):
npx mppx https://api.glianalabs.com/v1/infer \
  -J '{"model": "google/nano-banana-2", "prompt": "<string>"}'

Examples

example
example
example
example

Parameters

Input
aspect_ratio string
google_search boolean
image_input array
image_search boolean
output_format string
prompt string required
resolution string
Output
image: string