The AI arena is free today

Open Playground
GoogleReleased on Dec 17, 2025

Gemini 3 Flash: API Pricing, Context Window & Benchmarks

Gemini 3 Flash is a language model from Google, released in December 2025, with multimodal input, a 1M-token context window, and pricing from $0.500/M input, $0.050/M cached input, $3.00/M output.

Gemini 3 Flash offers frontier intelligence built for speed at a fraction of the cost. It combines Gemini 3's Pro-grade reasoning with Flash-level latency, efficiency and cost. Features a 1 million-token input context window and is

Input
TextImageAudioVideo
Output
Text

Gemini 3 Flash benchmarks

Rankings

Quality Tracker

Gemini 3 Flash Performance Across Datasets

Scores sourced from the model's scorecard, paper, or official blog posts

LLM Stats Logollm-stats.com - Thu Aug 06 2026
Notice missing or incorrect data?

Gemini 3 Flash pricing

Providers

Gemini 3 Flash starts at $0.500 per million input tokens and $3.00 per million output tokens via Google. Reused prompt prefixes cost $0.0500 per million cached input tokens.

ProviderInput $/MCached input $/MOutput $/MContext in / outTTFT p95 sOutput p5 c/sModalities in / out
Google logoGoogle
$0.500$0.0500$3.001.0M/65.5K
4.11
65
/

Cached input is the discounted price for prompt tokens served from a provider cache. TTFT is time to first token. Output is characters per second; p5 is the sustained floor exceeded by 95% of observed requests.

Gemini 3 Flash context window

Input and output token limits for Gemini 3 Flash, plus how it ranks on long-context understanding.

InputOutput
1Mtokens
66Ktokens
1.5k pages of text
1M
8K128K1M

Gemini 3 Flash API

POST/v1/chat/completions

Run a request to see the response

Use it in your code

Billed at $0.50 input / $0.05 cached input / $3.00 output per 1M tokens through the LLM Stats gateway.

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://gateway.llm-stats.com/v1"
)

response = client.chat.completions.create(
    model="gemini-3-flash-preview",
    messages=[
        {"role": "user", "content": "What is machine learning?"}
    ]
)

print(response.choices[0].message.content)

Need an API key? Create one above in the playground, or read the API documentation.

Gemini 3 Flash latency

Gemini 3 Flash time to first token, sustained output throughput, and failed-request rate from live API traffic over the trailing 7 days.

Provider operational metrics

Time to first token, output throughput, and failed-request rate from live API traffic

Loading chart...
Loading chart...
Loading chart...

Gemini 3 Flash examples

Recent arena outputs from Gemini 3 Flash, picked from the highest-ranked matchups.

Gemini 3 Flash license

Gemini 3 Flash is a proprietary model available under its provider's product and API terms, has a knowledge cutoff of January 2025.

License
Proprietary
Hosted access
Knowledge cutoff
January 2025

Proprietary license - usage restrictions apply

Gemini 3 Flash resources

Official sources for Gemini 3 Flash: api documentation, official playground, official launch post.

Gemini 3 Flash vs other models

The most-compared alternatives to Gemini 3 Flash are Claude Opus 4.6, Gemini 3 Pro, GPT-5.1 High. Open any pair side-by-side for benchmarks, pricing, context, and latency.

Models like Gemini 3 Flash

Models ranked just above and below Gemini 3 Flash by LLM Stats score.

 

Claude Opus 4.6

Score pending
 

Gemini 3 Pro

Score pending
 

GPT-5.1 High

Score pending
 

MiMo-V2-Pro

Score pending
 

LongCat-Flash-Thinking-2601

Score pending
 

Qwen3.7 Max

Score pending

FAQ

Common questions about Gemini 3 Flash.

When was Gemini 3 Flash released?

Gemini 3 Flash was released on December 17, 2025 by Google. This is the official Gemini 3 Flash release date tracked on LLM Stats.

How much does Gemini 3 Flash cost?

Gemini 3 Flash costs $0.50 per million input tokens, $0.05 per million cached input tokens, $3.00 per million output tokens through the LLM Stats API, which works with any OpenAI-compatible SDK. Across tracked providers, the lowest price is $0.50 per million input tokens via Google. That provider charges $0.05 per million cached input tokens.

Is Gemini 3 Flash available via API?

Yes. Gemini 3 Flash is available through the LLM Stats API and works with any OpenAI-compatible SDK — point your client at the gateway base URL and pass the model name. It is served by 1 provider tracked on LLM Stats.

Who created Gemini 3 Flash?

Gemini 3 Flash was created by Google.

What is the license for Gemini 3 Flash?

Gemini 3 Flash is released under the Proprietary license.

What is the knowledge cutoff date for Gemini 3 Flash?

Gemini 3 Flash has a knowledge cutoff of January 2025, meaning it was trained on data up to that point and may not know about events after it.

Is Gemini 3 Flash multimodal?

Yes, Gemini 3 Flash is multimodal and can accept both text and images as input.

What is Gemini 3 Flash latency?

Gemini 3 Flash p95 time to first token is 4.11 seconds via Google over the trailing 7 days. Lower time to first token means the model begins responding sooner for chat, agents and API workloads.

Where can I use Gemini 3 Flash?

Gemini 3 Flash is available through 1 provider including Google.

Where is the Gemini 3 Flash paper or technical report?

Gemini 3 Flash has a paper or technical report available at https://blog.google/products/gemini/gemini-3-flash/. Use that source for architecture, training, release and evaluation details.

What models should I compare Gemini 3 Flash against?

Common Gemini 3 Flash comparisons include Gemini 3 Flash vs Claude Opus 4.6, Gemini 3 Flash vs Gemini 3 Pro, Gemini 3 Flash vs GPT-5.1 High. Compare them side by side for benchmark scores, pricing, context window, latency and API availability.