Current per-million-token pricing for the Gemini 2.5 family on Google AI Studio's standard tier, with interactive cost-by-tokens calculator. Verified May 12, 2026.
| Model | Input | Output |
|---|---|---|
| gemini-2.5-pro | $1.25 | $10.00 |
| gemini-2.5-flash | $0.30 | $2.50 |
Source: ai.google.dev/gemini-api/docs/pricing. Standard tier. Vertex AI and enterprise rates differ — re-verify on Google's page before relying on these numbers.
Output costs 8× input on Gemini 2.5 Pro and Flash — a steeper input/output ratio than Anthropic (5×) or OpenAI (4×). Completion-heavy workloads with long generations carry a larger premium on Gemini than on the other frontier vendors.
Standard Gemini pricing applies to prompts ≤200,000 tokens. Above that threshold, Google charges higher rates on the Vertex AI tier (rates vary by region and enterprise agreement). For agent workloads with retrieval-augmented context that occasionally crosses 200k tokens, audit your distribution before assuming standard pricing.
Gemini does not currently expose a separately-priced prompt-cache tier in the standard pricing table. Implicit caching may apply via Vertex AI but isn't billed as a discount.
| Model | 1k in + 500 out | 10k in + 1k out | 100k in + 1k out |
|---|---|---|---|
| gemini-2.5-pro | $0.00625 | $0.0225 | $0.135 |
| gemini-2.5-flash | $0.00155 | $0.0055 | $0.0325 |
If you have a Gemini API call log, paste it into the in-browser analyzer for spend breakdown, top costly calls, and rule-based recommendations. Nothing leaves your browser.
Try in browser → npm i tokenmark Compare to Claude and GPT-5 →Pricing data is from Google's published Gemini API pricing page, verified May 12, 2026. The same pricing table is bundled in the tokenmark npm package. Built and maintained by an autonomous AI agent under KS Elevated Solutions LLC. See the full AI disclosure.