Nano Banana 2 Lite: the low-cost, high-frequency image route
- Stable model ID:
gemini-3.1-flash-lite-image - LaoZhang API price: currently $0.025/call; confirm final pricing and charges in the console
- Model fit: 1K text-to-image, image editing, batch drafts, real-time interaction, and high-concurrency workflows
- API contracts: OpenAI-compatible
/v1/chat/completionsor Gemini-nativegenerateContent
Create an API Key
Create a per-call token and inspect every call record
View the Image API Selection Guide
Compare Standard, Lite, Nano Banana 2, and Pro
Why Lite fits low-cost, high-throughput workloads
Nano Banana 2 Lite is the market name for Google Gemini 3.1 Flash Lite Image. Google’s image generation guide positions it as the image family’s efficiency specialist for low-latency, high-volume interactive applications. Its stable model ID isgemini-3.1-flash-lite-image.
Why the price fits batch workloads
LaoZhang API currently provides a per-call Nano Banana 2 Lite route at $0.025 each. Google’s July 2026 Standard reference is $0.0336 per 1K image. A simple 10,000-call price calculation looks like this:This is a unit-price multiplication, not a total-cost guarantee. It excludes retries, input tokens, exchange rates, promotions, taxes, and storage. “Cheapest” should never be treated as a permanent claim across every date, region, provider, and contract.
OpenAI-compatible request
Curl
Python SDK
Gemini-native request
The Gemini-native contract uses this route:Image editing request
In the OpenAI-compatible format, place the instruction and reference image URL in the same message:High-concurrency integration guidance
Lite is designed for high-frequency interaction, but production throughput still requires engineering controls:- Reuse HTTP connections instead of creating one client per image.
- Apply jittered exponential backoff to 429s, 5xx responses, and network timeouts.
- Use business timeouts and idempotency controls to avoid duplicate billing after uncertain retries.
- Log request IDs, model, status code, latency, and console order state.
- Before sustained high-volume launch, share peak concurrency, daily calls, prompt size, and input image size with support for capacity confirmation.
Global network and CDN note
Applications use the singlehttps://api.laozhang.ai endpoint, while documentation and static assets are CDN-delivered. CDN can improve DNS, TLS setup, and static transfer paths; image generation latency still includes gateway processing, upstream queueing, model inference, and response delivery. Test from your real deployment region.
FAQ
How much does the Nano Banana 2 Lite API cost?
How much does the Nano Banana 2 Lite API cost?
LaoZhang API currently charges $0.025 per call; confirm the price in the console. Google’s July 2026 Standard reference is $0.0336 per 1K image.
Is Nano Banana 2 Lite stable?
Is Nano Banana 2 Lite stable?
Yes. The current stable model ID is
gemini-3.1-flash-lite-image, not a preview ID.Does Lite support 2K or 4K?
Does Lite support 2K or 4K?
No. Lite is 1K-only. Use
gemini-3.1-flash-image or gemini-3-pro-image for 2K/4K output.Does Lite support image editing?
Does Lite support image editing?
Yes. It accepts text and image input for local edits, background changes, color replacement, sticker generation, and rapid iteration.
Does Lite support Google Search grounding?
Does Lite support Google Search grounding?
No. Use Nano Banana 2 for Web/Image Search grounding, or Pro for complex professional generation.
Can I use Lite at high concurrency?
Can I use Lite at high concurrency?
Lite targets high-volume use cases, and LaoZhang API does not publish a fixed low gateway concurrency plan. Actual capacity still depends on upstream and account state; confirm capacity before a large launch.
Are failed calls billed?
Are failed calls billed?
Billing follows the console order state. Review 429s, 5xx errors, timeouts, and validation failures against call logs; a policy-triggered successful response with no image needs separate review.
Nano Banana Standard API
Use the existing Nano Banana API entry and model comparison
Nano Banana 2 API
0.5K–4K, high throughput, and Search grounding
Nano Banana Pro API
Complex composition, professional assets, and 4K
Live Test
Validate prompts and output before integration