← All models
Nano Banana Pro — image model on LumeAPI

Nano Banana Pro

google/gemini-3-pro-image-preview

Cheaper. More stable. One-stop API aggregation.

Introduction

Nano Banana Pro (`google/gemini-3-pro-image-preview`) is Gemini Pro image preview for higher-fidelity stills, including 1K/2K and higher tiers noted in api notes.

It often uses the chat completions path with image responses.

LumeAPI price matches the published $0.134 / image reference for the standard tier.

Pricing

Official$0.134
LumeAPI$0.134 / image
per image
Last updated: July 2026Source: provider list price

Endpoint

Base URL: https://api.lumeapi.site/v1

Auth: Authorization: Bearer <your-lumeapi-key>

Developer docs

Open the integration notes for this model, or the modality guide for request fields and polling.

Call examplegoogle/gemini-3-pro-image-preview
curl https://api.lumeapi.site/v1/chat/completions \
  -H "Authorization: Bearer $LUMEAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "google/gemini-3-pro-image-preview",
    "messages": [{"role":"user","content":"A golden hour city skyline"}]
  }'