Friday, 7 August 2026 | Updating Daily AI insight, written for builders

Gemini API Pricing (2026): Cost per 1M Tokens for Every Model

Gemini API pricing starts at $1.25 per 1M input tokens on Gemini 2.5 Pro and reaches
$2 on Gemini 3.1 Pro, with output between $7.50 and $12.
The headline rates are
competitive, but Gemini’s pricing has a feature none of its rivals share to the same degree:
prompts above roughly 200K tokens are billed at a higher rate on several models. For a family
sold on its million-token context, that is the number that decides your real bill.

Gemini API pricing: every model, per 1M tokens

ModelInput $/1MOutput $/1MBlended $/1MContext
Gemini 3.6 Flash$1.50$7.50$2.701M
Gemini 2.5 Pro$1.25$10.00$3.001M (1,048,576 tokens)
Gemini 3.5 Flash$1.50$9.00$3.001M
Gemini 3.1 Pro$2.00$12.00$4.001.05M

Blended is the effective rate at a 4:1 input-to-output mix, which is what a typical chat or retrieval workload actually produces. It is the number to compare across vendors — a headline input price hides how much the output side costs.

What Gemini costs per month

WorkloadTokens / monthGemini 3.6 Flash
cheapest
Gemini 3.1 Pro
most capable tier
Side project1M in / 0.25M out$3.38$5.00
Small team20M in / 5M out$68$100
Production200M in / 50M out$675$1,000

Model your own volumes in the AI API cost calculator.

How Gemini compares to other providers

Each provider's cheapest priced model, so the comparison is like for like on entry cost.

ProviderCheapest modelBlended $/1M
Mistral AIMistral 7B$0.0220
MetaLlama 3.1 8B$0.0220
AlibabaQwen3 8B$0.0600
Google this pageGemma 3 4B$0.0600
MicrosoftPhi-4$0.0840
DeepSeekDeepSeek V4-Flash$0.168
Moonshot AIKimi K2.7 Code$0.980
AnthropicClaude Haiku 4.5$1.80
Zhipu AIGLM 5.2$2.00
xAIGrok 4$5.40
OpenAIGPT-5.6 Sol$10.00

Cheapest is not the same as best value — check capability alongside price on the LLM leaderboard, or browse every model in the AI models database.

Which Gemini model should you use?

The interesting thing about Google’s current line is that the cheaper tier is often the
better one.

Gemini 3.5 Flash outperforms Gemini 3.1 Pro on coding and agentic
benchmarks while running roughly four times faster and about 25% cheaper, with the same
1M-token context. When the faster, cheaper model also scores higher, the Pro tier stops being
the default and becomes a specialist choice. For coding assistants, agent loops and anything
where a user is waiting on a response, Flash wins on every axis at once — which is rare in
model selection, where speed, cost and quality normally trade against each other.

Gemini 3.6 Flash, released 21 July 2026, is the newest in the line. Its
input rate is unchanged at $1.50 while output drops from $9 to $7.50 — a 17% cut on the side of
the bill that usually dominates. For generation-heavy workloads that is a straightforward
saving with no capability trade-off implied by the pricing, which makes it the default choice
within the Flash tier for new work. On prompt-heavy retrieval workloads the two are
interchangeable on cost, since input is identical. To clear up a common search: there is no
Gemini 4 as of July 2026.

Gemini 3.1 Pro is worth choosing for multimodal depth rather than by
default, given that Flash beats it on coding at a lower price.

Gemini 2.5 Pro remains widely deployed and well supported. It reached
general availability on 17 June 2025 and was a benchmark leader in coding, mathematics and
long-context reasoning, with a native 1,048,576-token context and fully multimodal input — text,
images, audio, video and PDFs. Newer 3.x models supersede it, but at $1.25 input it is still
one of the strongest value picks among frontier reasoning models.

The 200K threshold is the thing to plan around

Gemini’s long-context billing is where budgets break. Gemini 3.1 Pro bills prompts above
200K tokens at roughly double the input rate. Gemini 2.5 Pro is explicitly tiered: $1.25 per
1M input up to 200K, rising to $2.50 above it, with output moving from $10 to $15.

The practical consequence is that a feature costing one amount in testing can cost twice
that in production, because the threshold is crossed per request and depends entirely on how
much a user pasted in. Budgeting a long-context feature on the headline figure will understate
the bill substantially once real prompts start arriving.

There are two sensible responses. Design around the threshold with aggressive retrieval and
reranking so prompts stay under it — which usually improves answer quality anyway, since
attention across very long contexts is not uniform. Or compare against a model that charges one
flat rate across its whole window; Claude Opus
4.8 has no long-context premium at all
, which for a genuinely retrieval-heavy workload can
work out cheaper despite a higher sticker price.

Google’s open models are priced separately

Gemma 3 is Google’s open-weight family and sits outside this table because it is a different
proposition: 4B, 12B and 27B models under an open licence, multimodal across text and images,
128K context, and cheap enough on hosted APIs ($0.05 to $0.16 per 1M) that the real decision is
whether to run them yourself. Gemma 3 27B needs about 16 GB of VRAM at 4-bit, which puts it on
a single consumer card. Size it in the
VRAM calculator, or work out whether
self-hosting beats the API at your volume with the
self-hosting vs API
calculator
.

Frequently asked questions

How much does the Gemini API cost?

Gemini API pricing runs from $2.70 per 1M blended tokens on Gemini 3.6 Flash up to $4.00 on Gemini 3.1 Pro. Blended assumes a 4:1 input-to-output mix. Input and output are billed separately, and output is always the more expensive side.

What is the cheapest Gemini model?

Gemini 3.6 Flash, at $1.50 per 1M input tokens and $7.50 per 1M output. A small-team workload of 20M input and 5M output tokens a month costs about $68 on it.

How much does Gemini cost per month?

At 20M input and 5M output tokens a month, Gemini 3.6 Flash costs about $68 and Gemini 3.1 Pro about $100. A side project at 1M/0.25M costs a small fraction of that. Use the AI API cost calculator for your own volumes.

Is Gemini cheaper than Mistral AI?

On entry-level pricing, Gemini starts at $2.70 per 1M blended and Mistral AI starts at $0.0220 on Mistral 7B. Mistral AI is the cheaper entry point, though capability differs — compare both on the leaderboard before switching.

Why does Gemini charge more for output tokens than input?

Output tokens are generated one at a time and cannot be batched the way a prompt can, so they cost more to serve. This is why prompt-heavy workloads such as retrieval and classification are far cheaper to run than generation-heavy ones, and why the blended rate matters more than the headline input price.

Prices are the published list rates for each model's primary API and are reviewed as providers change them. Volume, batch and cached-input discounts are not included. Last reviewed August 2026.

Scroll to Top
Featured on There's An AI For That