Gemini 3 Pro Image Preview
Google
google/gemini-3-pro-image-preview
Premium image generation and editing
Context Window
1.0M
1,000,000 tokens
Max Output
66K
65,536 tokens
About this model
Premium image generation and editing
Access it through Chuizi.AI with a single ck- API key — no separate upstream provider account needed.
Highlights
Up to 4K
Image editing
Vision understanding
High-quality output
Best For
Brand visualsProduct imageryCreative designHigh-quality image editing
2026-02-01
Capabilities
ChatVisionChat Imageimage-edit
Pricing (per 1M tokens)
| Pricing (per 1M tokens) | / 1M tokens |
|---|---|
| Input / 1M | $0 |
| Output / 1M | $0 |
Final prices shown
Quick Start
main.py
from openai import OpenAI client = OpenAI( base_url="https://api.chuizi.ai/v1", api_key="ck-your-key-here", ) response = client.chat.completions.create( model="google/gemini-3-pro-image-preview", messages=[{"role": "user", "content": "Hello!"}], ) print(response.choices[0].message.content)