# Gemini 2.5 Pro vs Gemini 3.5 Flash cost > Gemini 2.5 Pro is cheaper than Gemini 3.5 Flash on input-heavy work. The two cross at an output-to-input ratio of 0.25. The arithmetic, shown. URL: https://getculpa.com/gemini-2-5-pro-vs-gemini-3-5-flash-cost Last reviewed: 2026-08-02 ## Answer Gemini 2.5 Pro costs less than Gemini 3.5 Flash on input-heavy work, and more on output-heavy work. They cross at an output-to-input ratio of 0.25, so the cheaper model is decided by your own token mix rather than by the tier in the name. Culpa, a local-first LLM cost, margin, and forecast ledger, prices both against your real traffic. ## Why this happens The names imply an order that the rate card doesn't keep. Pro reads as the expensive tier and Flash as the cheap one, and here Pro is cheaper on input while Flash is cheaper on output. That happens because the two were priced for different shapes of work rather than for a single ladder. So the question isn't which model is cheaper, which has no answer. It's what your output-to-input ratio is, and most teams have never computed theirs. ## What this usually looks like - A model was chosen from its tier name rather than from your token mix. - Nobody can state your output-to-input ratio for the feature in question. - A migration to the newer model was assumed to save money and never priced. - Two features with very different shapes run on the same model by default. ## Common mistakes - Reading the tier name as a price order. Why it hurts: Pro is cheaper than Flash here on input, so the name inverts the answer for input-heavy work. Do instead: Price both against your own token volumes. The rate card is two numbers, not one. - Picking one model for every feature. Why it hurts: Features sit on opposite sides of the crossover, so one choice is wrong for half of them. Do instead: Compute the ratio per feature and route each to whichever side of 0.25 it falls on. - Assuming the newer release is the cheaper one. Why it hurts: Release order and price order are unrelated, and here they point opposite ways. Do instead: Recompute at every model change, because a new release resets the arithmetic. ## Self-check - Total input and output tokens separately for one month, per feature. - Divide output by input. That single ratio decides this comparison. - Below 0.25 the input rate dominates, so Gemini 2.5 Pro wins. - Above 0.25 the output rate dominates, so Gemini 3.5 Flash wins. - Check whether your features sit on both sides. Most stacks do. ## Two workloads, opposite answers (illustrative) Gemini 2.5 Pro at real rates of $1.25 per million input and $10.00 output, against Gemini 3.5 Flash at $1.50 and $9.00, both effective 2026-07-02. The two monthly workloads below are modelled. Crossover: (1.25 - 1.50) / (9.00 - 10.00) = 0.25 output tokens per input token Retrieval workload, 200M input and 20M output, a ratio of 0.10 2.5 Pro: (200 x $1.25) + (20 x $10.00) = $250 + $200 = $450 3.5 Flash: (200 x $1.50) + (20 x $9.00) = $300 + $180 = $480 Chat workload, 100M input and 50M output, a ratio of 0.50 2.5 Pro: (100 x $1.25) + (50 x $10.00) = $125 + $500 = $625 3.5 Flash: (100 x $1.50) + (50 x $9.00) = $150 + $450 = $600 The same two models, and the cheaper one swaps between the two workloads. Anyone who picked by tier name got one of these right by accident and the other wrong for the same reason. ## Cost figures Every figure carries its confidence and its source. No figure on this site is provider-reported. - 0.25 — output-to-input ratio at which these two models cost exactly the same [calculated] Source: ($1.25 - $1.50) divided by ($9.00 - $10.00), using real Gemini 2.5 Pro and 3.5 Flash rates per million from the price book, effective 2026-07-02. - $450 to $625 — modelled monthly cost of Gemini 2.5 Pro across a retrieval and a chat workload [estimated] Source: Both endpoints from the teardown arithmetic at real rates. A range because the token volumes are modelled. ## FAQ Q: Is Gemini 3.5 Flash cheaper than Gemini 2.5 Pro? A: Only on output-heavy work. Flash costs more on input, $1.50 against $1.25 per million, and less on output, $9.00 against $10.00. The two cost the same at an output-to-input ratio of 0.25, and the cheaper one flips either side of that. Q: How do I find my output-to-input ratio? A: Total input and output tokens separately for a month, then divide output by input. Do it per feature rather than for the whole account, because a retrieval feature and a chat feature sit on opposite sides of most crossovers. Q: Does the newer model always cost less? A: No, and this pair is the counter-example inside one vendor's own lineup. Release order and price order are set independently, so a newer release can be dearer on the side of the bill your workload actually loads. ## Sources - Gemini API pricing: https://ai.google.dev/gemini-api/docs/pricing Run the free Cost Leak Scan: https://app.getculpa.com/scan?source=pseo&slug=gemini-2-5-pro-vs-gemini-3-5-flash-cost&cluster=model_compare Machine-readable index of every guide: https://getculpa.com/api/pages Human-readable index of every guide: https://getculpa.com/guides Site overview: https://app.getculpa.com/llms.txt Privacy: Culpa runs on your infrastructure. Your prompts and responses never leave it. Culpa counts calls to run your plan, and it fails open, so if it ever breaks your app keeps running.