New image model APIs are live — view system announcements
Back to blog

Gemini 3 Pro Image API (formerly Preview): Pricing, Resolutions, and How to Call It

Comprehensive guide to the Gemini 3 Pro (Nano Banana Pro) image API: Google GA stable model IDs, Pixapi routing aliases, curl aspect ratio examples, and savings vs official rates.

Sep 2, 2026Pixapi Team
Gemini 3 Pro Image API (formerly Preview): Pricing, Resolutions, and How to Call It

The Gemini 3 Pro Image API (formerly Preview) — widely recognized across developer communities as Nano Banana Pro — is the premium image generation and editing engine in Google's Gemini family. As teams transition AI visual features from internal demos to commercial production, it frequently becomes the default standard.

This guide covers Google's official GA naming evolution, Pixapi routing aliases, exact resolution tiers, aspect ratio syntax, and pricing math.

What is Gemini 3 Pro Image?

Gemini 3 Pro Image is Google's flagship visual model for high-fidelity text-to-image synthesis and composition-preserving image editing. It natively supports up to 4096×4096 (4K) output and excels at photorealistic edits where existing subject positions and lighting must remain intact.

Key details regarding naming and integration:

  1. Google GA transition: While early beta releases used gemini-3-pro-image-preview, Google has formalized the model under its GA production name gemini-3-pro-image.
  2. Pixapi compatibility routing: To ensure seamless operation, Pixapi recommends the official GA ID gemini-3-pro-image while actively maintaining the classic gemini-3-pro-image-preview alias.
  3. Nano Banana Pro: Nano Banana Pro is a community nickname commonly associated with Gemini 3 Pro Image.

Gemini 3 Pro Image API pricing

Pixapi bills transparently in credits where 1 credit = $0.01, matching USD costs 1:1:

Resolution TierPrimary Model IDCompatible AliasPixapi PriceCreditsGoogle Official ListSavings vs Google
1024×1024 (1K)gemini-3-pro-imagegemini-3-pro-image-preview$0.08 / image8~$0.134~40.3%
2048×2048 (2K)gemini-3-pro-image-2kgemini-3-pro-image-preview-2k$0.08 / image8~$0.134~40.3%
4096×4096 (4K)gemini-3-pro-image-4kgemini-3-pro-image-preview-4k$0.16 / image16~$0.240~33.3%

Prices verified August 2026. Because 2K output is billed at the same price as 1K ($0.08), it serves as the sweet spot for production web applications. At 4K, Pixapi charges $0.16 compared to Google's standard rate of ~$0.24, delivering roughly 33.3% in infrastructure savings. Current credit packages are available on the pricing page.

For broader budgeting context across the Gemini image family:

Model NamePrimary Model IDCompatible AliasStarting Price
Gemini 3 Pro Imagegemini-3-pro-imagegemini-3-pro-image-preview$0.08 / image
Gemini 3.1 Flash Imagegemini-3.1-flash-imagegemini-3.1-flash-image-preview$0.04 / image
Gemini 3.1 Flash Lite Imagegemini-3.1-flash-lite-image$0.02 / image
Gemini 2.5 Flash Imagegemini-2.5-flash-imagenano-banana$0.02 / image

How to call the API

Authentication uses a Bearer API key generated in your Pixapi dashboard. Important: pass desired aspect ratio (1:1, 16:9, 9:16, 4:3) in size, and select resolution tiers (1K, 2K, 4K) via the model ID.

1. Text-to-image example: 2K square render

curl -X POST https://api.pixapi.ai/v1/images/generations \
  -H "Authorization: Bearer $PIXAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gemini-3-pro-image-2k",
    "prompt": "Studio product photo of a ceramic coffee mug on linen, soft daylight",
    "size": "1:1"
  }'

2. Image edits example

For image-to-image and secondary editing, send reference URLs to the dedicated edits endpoint:

curl -X POST https://api.pixapi.ai/v1/images/edits \
  -H "Authorization: Bearer $PIXAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gemini-3-pro-image",
    "image": "https://example.com/input.jpg",
    "prompt": "Replace the background with a marble countertop, keep the mug unchanged"
  }'

Full parameter documentation and schema details live in the image generation API reference. Always keep your API key secure server-side.

When to pick Pro over Flash

When planning architecture around Gemini visual APIs:

  • Pro ($0.08) — final deliverables: primary marketing banners, commercial product photos, and print-ready high-detail imagery.
  • Flash ($0.04) — iterative prototyping: draft exploration, variant generation, and real-time interactive user flows.
  • Flash Lite / 2.5 Flash ($0.02) — bulk background jobs: avatars, batch icon transformations, and thumbnail generation.

A popular, cost-efficient strategy is presenting candidates to users via Flash, then running the confirmed favorite through Pro for 2K or 4K final delivery.

Practical tips for production deployment

  1. Explicit resolution targeting: Pixapi consistently routes default IDs (like gemini-3-pro-image) to 1K, -2k to 2K, and -4k to 4K.
  2. Standardize on 2K: Because 2K is priced identically to 1K ($0.08), default your rendering requests to 2K for noticeably sharper output at zero extra cost.
  3. Use 4K intentionally: 4K costs 16 credits ($0.16) and is best reserved for hero banners or zoomable high-resolution inspection.
Share this article

Frequently asked questions

How much does the Gemini 3 Pro Image API cost?

On Pixapi, Gemini 3 Pro costs 8 credits ($0.08) per image at 1K (1024px) and 2K (2048px) resolutions, and 16 credits ($0.16) at 4K (4096px). Compared with Google's published list price (~$0.134 at 1K–2K and ~$0.240 at 4K), you save roughly 40.3% at 1K/2K and ~33.3% at 4K.

What model ID should I use for Gemini 3 Pro?

Google officially transitioned the model to GA under the canonical name gemini-3-pro-image. Pixapi prioritizes the official stable ID gemini-3-pro-image, while maintaining full backwards compatibility for the legacy gemini-3-pro-image-preview alias. For explicit 2K or 4K resolution, use gemini-3-pro-image-2k or gemini-3-pro-image-4k.

How do I configure aspect ratio and resolution in Pixapi?

In Pixapi, the size parameter defines frame aspect ratio (such as 1:1, 16:9, 9:16, 4:3). Output resolution (1K, 2K, 4K) is declared through the corresponding model ID. For instance, passing model: "gemini-3-pro-image-2k" with size: "1:1" returns a crisp 2048×2048 square image.

Is Gemini 3 Pro Image the same as Nano Banana Pro?

Yes. Nano Banana Pro is the widespread developer community nickname for Google's Gemini 3 Pro Image model. The faster, lighter sibling (Gemini 3.1 Flash Image) is similarly known as Nano Banana 2.

When should I use the Pro version instead of Gemini 3.1 Flash Image?

Use Pro when final render quality matters more than cost or latency — hero images, print-adjacent assets, fine text, and photorealistic detail. Use Gemini 3.1 Flash Image ($0.04 per image) for drafts, A/B variants, and high-volume interactive workflows.