- Published: July 22, 2026
- Status verified: July 22, 2026 (at publication)
- Announcement status: Restored and production-ready at publication; current access and billing are shown in the console and call logs
gpt-image-2-vip supported 4K sizes and the quality parameter again at publication. Nano Banana Pro, Nano Banana 2, and Nano Banana 2 Lite routes were also stable for professional final assets, general high-throughput generation, and lower-cost bulk work.
What changed?
These prices record the LaoZhang API per-call rates at publication. Check the console model and pricing page and call logs for current prices, token groups, and actual charges.
How do I integrate GPT-Image-2-VIP?
- Image generation:
POST /v1/images/generations - Image editing:
POST /v1/images/edits - Model ID:
gpt-image-2-vip - Sizes: common 1K / 2K / 4K outputs; see the integration guide for exact parameters
- Quality values:
low,medium,high - Token requirement: Default Group per-request billing token
Which Nano Banana model should I choose?
- Test
gemini-3-pro-imagefirst for professional design, text layout, advanced editing, or 4K final assets. - Test
gemini-3.1-flash-imagefirst for a balance of quality, speed, and price in general production. - Test
gemini-3.1-flash-lite-imagefirst for 1K drafts, bulk assets, or low-latency high concurrency.
gemini-3-pro-image-preview or gemini-3.1-flash-image-preview as compatibility aliases. These are not preferred long-term IDs; new projects should use the stable model IDs currently listed in the console.
Pre-production checklist for high concurrency
- Test generation and editing with the exact production token.
- Cover the sizes, aspect ratios, quality values, and source-image sizes used by the application.
- Increase concurrency in stages and record 429s, 5xx errors, average latency, and successful-image rate.
- Add bounded retries, fallback behavior, and human review for capacity fluctuations and content-safety rejections.
- Use call logs to verify actual charges for every model and parameter combination.
Frequently asked questions
Does GPT-Image-2-VIP support 4K and quality now?
Yes. This announcement confirms thatgpt-image-2-vip again supports common 4K output and the quality parameter. Run a small-volume request with your own token and production payload before scaling traffic.
Which endpoints handle GPT-Image-2-VIP generation and editing?
UsePOST /v1/images/generations for generation and POST /v1/images/edits for editing. Both endpoints use the model ID gpt-image-2-vip.
What is the difference between Nano Banana Pro, Nano Banana 2, and Lite?
Pro targets advanced design and high-quality final assets. Nano Banana 2 targets general high-throughput production. Lite targets 1K, low-latency, cost-sensitive bulk work. Compare quality, latency, and actual charges with your own prompts and source images.Will the announced prices remain unchanged?
Not necessarily. The table records prices at publication; the console defines current rates and billing. Google’s upstream pricing and LaoZhang API per-call pricing are separate billing contracts.Can I still use preview model IDs?
Some token groups may temporarily retain compatibility aliases. New projects should prefergemini-3-pro-image, gemini-3.1-flash-image, and gemini-3.1-flash-lite-image, subject to the model list currently shown in the console.