Gemini 2.5 Pro API Pricing
Gemini 2.5 Pro costs $1.25 per million input tokens and $10.00 per million output tokens on the Google Gemini API. Prices are tracked from the official Google Gemini pricing table and used by the ModelPricing.ai estimation API, so this page and the API always quote the same numbers. See all Google Gemini model pricing or the full LLM pricing comparison.
Gemini 2.5 Pro Pricing Per Million Tokens
| Tier | Input / 1M | Output / 1M | Cache read / 1M | Cache write / 1M |
|---|---|---|---|---|
| Up to 200K input tokens | $1.25 | $10.00 | $0.125 | — |
| Above 200K input tokens | $2.50 | $15.00 | $0.250 | — |
What Gemini 2.5 Pro Costs In Practice
Monthly cost at three representative workloads, using the standard text rate in effect today.
| Workload | Monthly cost |
|---|---|
| Light — 1M in / 200K out | $3.25 |
| Moderate — 10M in / 2M out | $32.50 |
| Heavy — 100M in / 20M out | $325.00 |
Need your own numbers? Use the LLM cost calculator or call the estimation API directly.
Compare Gemini 2.5 Pro With Other Models
Looking for something cheaper from Google Gemini? Gemini 2.0 Flash Lite is the lowest-priced option on input tokens.
Gemini 2.5 Pro Pricing FAQ
How much does Gemini 2.5 Pro cost per token?
Gemini 2.5 Pro costs $1.25 per million input tokens and $10.00 per million output tokens on the Google Gemini API. That works out to $0.0013 per thousand input tokens.
How much does it cost to run Gemini 2.5 Pro per month?
At 1M in / 200K out per month, Gemini 2.5 Pro costs about $3.25. A heavier workload of 100M input and 20M output tokens costs about $325.00.
Does Gemini 2.5 Pro charge more for long context?
Yes. Gemini 2.5 Pro uses breakpoint pricing: requests above 200K input tokens move to a higher rate of $2.50 per million input tokens, up from $1.25 below the threshold.
Does Gemini 2.5 Pro support prompt caching?
Yes. Cached input tokens are billed at $0.125 per million on Gemini 2.5 Pro, compared with $1.25 per million for uncached input.
Estimate Gemini 2.5 Pro costs programmatically
POST a token count to /v1/estimate with model gemini-2.5-pro and get a priced breakdown back, promotions
already applied.