All models

Nano Banana

google/nano-banana
Google Image GenerationFast

Google's fast image generation model producing high-quality images from text prompts.

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",
    "prompt": "<your prompt>"
  }'

# 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", "prompt": "<your prompt>"}'

Examples

example
example
example
example
example

Parameters

Input
prompt string required

Text prompt describing what to generate.

aspect_ratio string optional

Output aspect ratio (e.g. 16:9, 1:1, 9:16).

image_input array optional

Reference image(s) to guide generation (HTTPS URL or upload).

image_size string optional

Output image dimensions.

output_format string optional

File format of the output (e.g. png, jpeg, mp4).

Output
image: string