Gemini 3 Pro Image
everyais/gemini-3-pro-image
Gemini 3 Pro Image (everyais/gemini-3-pro-image) availability, capabilities, context limits, and public reference pricing on everyais.
Model family geminiInput TextOutput Image
Available now
Method
The page starts with current public catalog metadata and reference costs; operational metrics are added only when measured samples are available.
Source and update
GET /models/catalogUpdated
- Model type
- Image
- Released
- 2025-11-20
- Context window
- -
- Price unit
- Per 1M tokens
- Maximum output
- -
- Model reference price (USD)
- Input / 1M tokens
- $2
- Output / 1M tokens
- $120
- Web search reference price (USD)
- $0.014 /queryAdded to token pricing
Capabilities
- ✓ Image generation
- ✓ Image editing
Supported endpoints
- /v1/images/generations
- /v1/images/edits
Usage and availability trend
Collecting data. Trends appear after more than one day of usage is recorded.
Code example
Use the OpenAI SDK by changing only base_url.
from openai import OpenAI
client = OpenAI(
api_key="everyais_...",
base_url="https://api.everyais.com/v1",
)
image = client.images.generate(
model="everyais/gemini-3-pro-image",
prompt="a quiet reading room at dawn",
n=1,
)
print(image.data[0].url)Full API docsOther models in this family
Compare models side by side
Compare capabilities, context windows, and reference prices to find a model for your use case. Your actual billed rate can differ by account.