google/gemini-3-pro-preview

google/gemini-3-pro-preview
by google · text+image+audio+video+file in
INPUT$4.00/ 1M tokens
OUTPUT$18.00/ 1M tokens
p50 TTFT5.54 s7d
p95 TTFT7.72 s7d
TRAFFIC13.8Ktokens / 7d
Code samples
from openai import OpenAI

client = OpenAI(
    base_url="https://orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

response = client.chat.completions.create(
    model="google/gemini-3-pro-preview",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)
Pricing
Input / 1M tokens$4.00
Output / 1M tokens$18.00
Cache read / 1M$0.400
CurrencyUSD
Performance
TTFT p50
5.54 s
Output speed
424 tok/s
TTFT p95
7.72 s
Error rate
7.1%
Public benchmarks
AA Coding
46.5
AA Intelligence
48.4
AA Math
95.7
AIME 2025
95.7
GPQA Diamond
90.8
Humanity's Last Exam
37.2
IFBench
70.4
LiveCodeBench
91.7
Long-Context Recall
70.7
MMLU-Pro
89.8
SciCode
56.1
TerminalBench Hard
41.7
τ²-Bench
87.1
Source: artificialanalysis.ai
FAQ
How much does google/gemini-3-pro-preview cost on OrcaRouter?
google/gemini-3-pro-preview is priced at $4.00 per 1M input tokens and $18.00 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is google/gemini-3-pro-preview's context window?
google/gemini-3-pro-preview supports a context window of — tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call google/gemini-3-pro-preview via the OpenAI SDK?
Set OpenAI base_url to https://orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="google/gemini-3-pro-preview" in the chat.completions.create call.
Does OrcaRouter rate-limit google/gemini-3-pro-preview?
Per-model rate limits follow your OrcaRouter plan. Free tiers ship with conservative caps; paid tiers lift them. Check /pricing for current quotas.
Embed this badge
google/gemini-3-pro-preview$4.00/M in5539ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/google/gemini-3-pro-preview" target="_blank"> <img src="https://www.orcarouter.ai/embed/google/gemini-3-pro-preview.svg" alt="google/gemini-3-pro-preview on OrcaRouter" /> </a>
Markdown [![google/gemini-3-pro-preview](https://www.orcarouter.ai/embed/google/gemini-3-pro-preview.svg)](https://www.orcarouter.ai/models/google/gemini-3-pro-preview)