Gemini 3 Pro
google/gemini-3-pro
Gemini 3 Pro is Google's frontier multimodal model. It is suited for research over huge contexts, video understanding and graduate-level reasoning.
Pricing & limits
Provider list price, passed through untouched. The only SwitchGate fee is 4.9% when you top up credits.
| Provider | |
|---|---|
| Input price | $1.25 / 1M tokens |
| Output price | $10 / 1M tokens |
| Context window | 1M tokens |
| Added to catalog | 2026-07-31 |
| Tokens routed (30d) | 164.9B (placeholder) |
| Cache hits | 0 credits, always |
- Same governance as every model: per-user budgets, model locks, burnable keys and the kill switch apply automatically.
- Cross-provider failover: route around outages to sibling models with one retry policy.
- Exact cost per call on one ledger, whoever on your team calls it.
Call it in one line
from openai import OpenAI
client = OpenAI(
base_url="https://api.switchgate.ai/v1",
api_key="sg-live-…",
)
r = client.chat.completions.create(
model="google/gemini-3-pro",
messages=[{"role": "user", "content": "Bonjour!"}],
)
Works with any OpenAI-compatible SDK — JavaScript, Go, cURL and more on the quickstart. Compare quality and cost on benchmarks and rankings.
More from Google
Route Gemini 3 Pro in the next five minutes
Free trial credits, list-price pass-through, and a ledger that shows exactly what each call cost.