Gemini 2.0 Flash pricing
Gemini 2.0 Flash API cost from Google — $0.100 per 1M input tokens and $0.400 per 1M output tokens. Estimate your real monthly bill below, then compare it against every other model.
Fast / cheap 1M context · all prices USD per 1M tokens, list price last verified 2026-06-27.
Gemini 2.0 Flash capabilities & limits
Representative specs for this tier — confirm exact limits in the Google docs.
API acting up? Check live Google status → · all AI API status
Call Gemini 2.0 Flash from your code
The exact model string and endpoint to use. Works with the OpenAI SDK — just point base_url at the URL below.
gemini-2.0-flashhttps://generativelanguage.googleapis.com/v1betaGEMINI_API_KEYcurl "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash:generateContent" \
-H "x-goog-api-key: $GEMINI_API_KEY" \
-H "content-type: application/json" \
-d '{
"contents": [{"parts": [{"text": "Hello"}]}]
}' Model strings follow each provider's naming convention; confirm the current id in the Google docs before relying on it.
What a Gemini 2.0 Flash API call actually costs
Blended input + output cost at Gemini 2.0 Flash's list rates — useful yardsticks before you commit to volume.
Gemini 2.0 Flash cost calculator
Enter your monthly volume to estimate the Gemini 2.0 Flash bill. Runs entirely in your browser.
Google models — Gemini 2.0 Flash in context
How Gemini 2.0 Flash prices against its siblings. Cheapest reference cost first.
| Model | Input /1M | Output /1M | Cost / call* | Context | Type |
|---|---|---|---|---|---|
| Gemini 1.5 Flash-8B Cheapest capable model | $0.037 | $0.150 | $0.0002 | 1M | Fast / cheap |
| Gemini 2.0 Flash | $0.100 | $0.400 | $0.0005 | 1M | Fast / cheap |
| Gemini 2.5 Flash | $0.300 | $2.50 | $0.0028 | 1M | Balanced |
| Gemini 2.5 Pro 1M context (≤200k tier) | $1.25 | $10.00 | $0.011 | 1M | Flagship |
*Reference cost of one call with 1,000 input + 1,000 output tokens — a neutral yardstick. Use the calculator for your real usage. Cheapest row highlighted.
How Gemini 2.0 Flash pricing works
Gemini 2.0 Flash is billed per token: a lower input price of $0.100 per million tokens for everything you send, and a higher output price of $0.400 per million for everything the model generates. To turn that into a real Gemini 2.0 Flash bill, multiply by your monthly request volume and average prompt/response length — the calculator above does exactly that.
Gemini 2.0 Flash does not list a separate cached-input rate, so every input token bills at $0.100 per million. If repeated context is a big part of your prompts, a model with prompt caching may end up cheaper in practice.
List prices move fast — always confirm the current numbers on the official Google pricing page before relying on them for budgeting.
Gemini 2.0 Flash pricing FAQ
How much does the Gemini 2.0 Flash API cost?
Gemini 2.0 Flash costs $0.100 per 1M input tokens and $0.400 per 1M output tokens. A typical 3K-input / 500-output call works out to about $0.0005.
What is Gemini 2.0 Flash's context window?
Gemini 2.0 Flash has a 1M-token context window. Tokens you put in the prompt are billed at the $0.100 per 1M input rate.
Does Gemini 2.0 Flash charge extra for output tokens?
Yes. Output (generated) tokens cost $0.400 per 1M, versus $0.100 per 1M for input — about 4.0× more, which is normal for LLM APIs.
Is there a cheaper alternative to Gemini 2.0 Flash?
In the same fast / cheap tier, Gemini 1.5 Flash-8B (Google) is cheaper at $0.037 in / $0.150 out. The overall cheapest model on the market is Gemini 1.5 Flash-8B.