Gemini 2.5 Pro API Pricing [2026]: Cost, Tiers & How to Access
gemini 2.5 pro api pricinggemini api pricinggemini 2.5 pro costgoogle ai apillm pricing

Gemini 2.5 Pro API Pricing [2026]: Cost, Tiers & How to Access

2026-07-03

Gemini 2.5 Pro Pricing at a Glance

Gemini 2.5 Pro (released June 2025) bills per token, with a context-length cliff to watch:

≤ 200K context> 200K context
Input$1.25 / 1M$2.50 / 1M
Output$10.00 / 1M$15.00 / 1M

Two discounts stack: Batch API — 50% off (drops to $0.625/$5), and context caching — cache reads at ~10% of input. One caveat specific to the 2.5 family: the output figure includes thinking (reasoning) tokens, so complex prompts can cost more than the visible answer suggests. Rates are from Google's Gemini API pricing — verify before budgeting.

Is 2.5 Pro Still the Right Choice?

Gemini 2.5 Pro is now a prior-generation model. Google's current lineup has moved on:

ModelInput / Output (per 1M)Note
Gemini 2.5 Pro$1.25 / $10Prior-gen flagship, still solid
Gemini 3.1 Pro~$2 / $12Current top-tier reasoning
Gemini 3.5 Flash~$1.50 / $9Frontier-ish at lower cost
Gemini 2.5 Flash$0.30 / $2.50Balanced workhorse
Gemini 2.5 Flash-Lite$0.10 / $0.40Cheapest, high-volume

If you're pinned to 2.5 Pro for stability, the pricing above holds. If you're starting fresh, weigh Gemini 3.5 Flash (often higher coding/agentic scores at ~$1.50/$9) or 3.1 Pro for the hardest reasoning. All of these are available on LinkModel alongside Claude, GPT, and DeepSeek behind one key.

How to Access It

  1. Google AI Studio / Gemini API — free tier for prototyping (Pro tiers moved to paid-only in April 2026); model ID gemini-2.5-pro.
  2. Vertex AI — same model with enterprise governance.
  3. AggregatorLinkModel exposes it through one API at up to 30% below official, useful if you're routing across multiple providers.

Cutting the Bill

  • Route down. Send classification/extraction to Flash-Lite ($0.10/$0.40); reserve 2.5 Pro for genuinely hard reasoning. This model-cascade is the biggest lever — details in how to reduce AI API costs.
  • Watch the 200K cliff. RAG pipelines that stuff large documents can silently double per-token cost. Trim context.
  • Cache + batch. Stack the 90% cache read discount with 50% batch for non-urgent jobs.

In Context

Against peers, Gemini 2.5 Pro ($1.25/$10) undercuts Claude Opus 4.8 ($5/$25) and GPT-5.5 ($5/$30) substantially, sits near GPT-5.4 ($2.50/$15), and is far above budget options like DeepSeek V4 Flash ($0.14/$0.28). The full vendor rate card is in the AI API pricing comparison.

Start on LinkModel with a $1 credit and compare your real per-call cost across Gemini, Claude, GPT, and DeepSeek.

Related Posts