Gemini 3 Flash Preview

google/gemini-3-flash-preview
by Google · text+image+file+audio+video in · text out · 1.05M ctx · 2025-12-17

Gemini 3 Flash Preview is a high speed, high value thinking model designed for agentic workflows, mu…

INPUT$0.50/ 1M tokens
OUTPUT$3.00/ 1M tokens
p50 TTFT1.61 s7d
p95 TTFT24.37 s7d
TRAFFIC4.3Mtokens / 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-flash-preview",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)
Pricing
Input / 1M tokens$0.500
Output / 1M tokens$3.00
Cache read / 1M$0.050
CurrencyUSD
Performance
TTFT p50
1.61 s
Output speed
1806 tok/s
TTFT p95
24.37 s
Error rate
5.9%
Public benchmarks
AA Coding
37.8
AA Intelligence
35.0
AA Math
55.7
AIME 2025
55.7
GPQA Diamond
81.2
Humanity's Last Exam
14.1
IFBench
55.1
LiveCodeBench
79.7
Long-Context Recall
48.0
MMLU-Pro
88.2
SciCode
49.9
TerminalBench Hard
31.8
τ²-Bench
43.3
Source: artificialanalysis.ai
FAQ
How much does Google: Gemini 3 Flash Preview cost on OrcaRouter?
Google: Gemini 3 Flash Preview is priced at $0.50 per 1M input tokens and $3.00 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is Google: Gemini 3 Flash Preview's context window?
Google: Gemini 3 Flash Preview supports a context window of 1M tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call Google: Gemini 3 Flash 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-flash-preview" in the chat.completions.create call.
Does OrcaRouter rate-limit Google: Gemini 3 Flash 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 Flash Preview$0.50/M in1613ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/google/gemini-3-flash-preview" target="_blank"> <img src="https://www.orcarouter.ai/embed/google/gemini-3-flash-preview.svg" alt="Google: Gemini 3 Flash Preview on OrcaRouter" /> </a>
Markdown [![Google: Gemini 3 Flash Preview](https://www.orcarouter.ai/embed/google/gemini-3-flash-preview.svg)](https://www.orcarouter.ai/models/google/gemini-3-flash-preview)