Usage-based pricing
Pay with credits based on the selected model and output settings, with no separate provider account.
Run Google Gemini image models through Pixapi. One API key, credit-based billing, and the same request format as other Pixapi image routes.
Per-image list prices for Gemini variants. Open the detailed page for resolution columns and bulk estimates.
| Model | Platform | Price per image |
|---|---|---|
RecommendedGemini 3.1 Flash Image | Pixapi | 1K ~$0.04 · 2K ~$0.06 · 4K = 2× |
| Google AI Official | 1K ~$0.067 · 2K ~$0.1005 · 4K = 2× | |
| fal.ai | 1K ~$0.08 · 2K ~$0.12 · 4K = 2× | |
| Replicate | 1K ~$0.067 · 2K ~$0.1005 · 4K = 2× | |
Gemini 3 Pro Image | Pixapi | ~$0.08(1K / 2K) · 4K = 2× |
| Google AI Official | ~$0.134(1K / 2K) · 4K = 2× | |
| fal.ai | ~$0.15(1K / 2K) · 4K = 2× | |
| Replicate | ~$0.14(1K / 2K) · 4K = 2× | |
Gemini 2.5 Flash Image | Pixapi | ~$0.02 |
| Google AI Official | ~$0.039 | |
| fal.ai | ~$0.039 | |
| Replicate | ~$0.039 |
Keep the model quality you want while simplifying the infrastructure around it.
Pay with credits based on the selected model and output settings, with no separate provider account.
Use Gemini 3.1 Flash Lite Image, Gemini 3.1 Flash Image Preview, Gemini 3 Pro Image Preview, and Gemini 2.5 Flash Image from the same endpoints.
Consistent task states and errors make the integration easier to monitor and maintain.
A compact REST request is enough to add Gemini generation to an existing backend.
Choose the official Gemini image model name and canonical model id that fit your quality, speed, and cost requirements.
gemini-3.1-flash-lite-imagegemini-3.1-flash-lite-image for fast 1K workflows where velocity and cost matter most.
gemini-3.1-flash-image-previewgemini-3.1-flash-image-preview, the balanced choice for modern production workloads and broad size control.
gemini-3-pro-image-previewgemini-3-pro-image-preview for professional creative work where fidelity and composition matter most.
gemini-2.5-flash-imagegemini-2.5-flash-image, a cost-efficient option for previews and latency-sensitive product flows.
Four steps from account creation to production traffic.
Sign up and open the developer console to create an API key.
Buy a credit pack. Usage is deducted per successful image request.
POST to /v1/images/generations with a documented Gemini image model id such as gemini-3.1-flash-image-preview.
Track balance, request history, and model spend from the same account.
The Gemini Image API page explains how Pixapi exposes Google Gemini image models, with shared billing, keys, and response formats.
The Gemini Image API is useful for teams that want Google's Gemini image family without building a separate provider workflow. Pixapi exposes the Gemini image models behind one account, one API key, and credit-based billing. Product pages may use Gemini as a readable lineup name, while API requests use the documented Gemini model ids.
A clear Gemini Image API page should explain which Gemini model each option uses, how the variants differ, and when a team should choose the balanced, premium, or cost-efficient route. That reduces confusion when community names and official model ids appear in the same conversation.
The Gemini Image API is especially valuable when a product needs both image generation and image editing. Teams can use the Gemini Image API for prompt-based generation, reference-aware workflows, and product image experiments while keeping one Pixapi key on the server. The Gemini Image API does not require customers to manage a separate Google AI account for supported Pixapi routes.
Cost planning is clearer when the Gemini Image API sits inside Pixapi's credit system. Product teams can compare the Gemini Image API variants with GPT Image routes and other image models before deciding which option belongs in a free tier, paid plan, or internal workflow. Because the Gemini Image API shares usage records with the rest of Pixapi, finance and engineering see the same account history.
Implementation should keep the Gemini Image API server-side. Store the Pixapi key in backend configuration, choose a documented Gemini model id, send the request to the image generation endpoint, and save the returned asset URL. This pattern keeps browser code free of secrets while your product controls permissions and rate limits.
Choose the Gemini Image API when your product needs Gemini image generation with simpler account operations. Pixapi wraps the Gemini Image API with docs, pricing, model comparison, credits, and support workflows. That makes the Gemini Image API practical for campaign images, product photos, creative previews, reference edits, and other visual features that need a stable production path.
Use your Pixapi key and the shared image generation endpoint. Set the model field to a documented Gemini image model id.
curl https://api.pixapi.ai/v1/images/generations \
-H "Authorization: Bearer $PIXAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-3.1-flash-image-preview",
"prompt": "Editorial product photo",
"n": 1,
"size": "1:1"
}'The essentials for choosing and integrating the model family.
Use the same account for Gemini and other Pixapi image or video models.