Gemini Word Limit by Model (2026)

Gemini offers a full 1-million-token window across its current lineup. Here's how much text actually fits in each model, what it costs, and why the number on the spec sheet isn't the full story.

Quick Answer

Gemini 3.1 Pro accepts 1,000,000 tokens of input, roughly 760,000 words or about 3,000 single-spaced pages. Gemini 3.5 Flash, released May 2026, takes the same 1,000,000 tokens (~760,000 words). The 2.5 line matches it on the standard API. Output is capped separately at around 65,000 tokens (~49,000 words) for Pro. The Gemini app and API have nearly identical limits — unlike ChatGPT and Claude, Google doesn't heavily throttle the consumer interface.

Word limits by Gemini model

ModelInput tokensInput wordsMax output words
Gemini 3.1 Pro1,000,000~760,000~49,000
Gemini 3.5 Flash1,000,000~760,000~49,000
Gemini 2.5 Pro1,000,000~760,000~49,000
Gemini 2.5 Flash1,000,000~760,000~49,000
Gemini 2.5 Flash-Lite1,000,000~760,000~49,000
Gemini 1.5 Pro (legacy)2,000,000~1,500,000~6,000
Gemini 1.5 Flash (legacy)1,000,000~760,000~6,000

Token figures from Google DeepMind's published model cards. Word conversions at ~0.76 words per token for English prose with Gemini's SentencePiece tokenizer.

The 1-million-token window in practice

Gemini 3.1 Pro's 1M window matches GPT-5.5, GPT-4.1 and Claude's top tier, and is 5x Claude Haiku's 200k tier. In practical terms:

  • The entire Lord of the Rings trilogy (~480,000 words) takes about two-thirds of the window
  • War and Peace (~587,000 words) fits with roughly 170,000 words to spare
  • A full novel manuscript plus all your research notes and prior drafts fits several times over
  • All seven Harry Potter books combined (~1.08 million words) need about 1.4M tokens, more than a single window holds
  • A full codebase for a medium-sized application (100,000 to 500,000 lines of code) typically fits in one prompt

This makes Gemini genuinely different for whole-codebase analysis, multi-document legal review, long-form research synthesis, and anything where you'd otherwise have to build a retrieval pipeline. For a lot of "analyze this corpus" tasks, you can skip the pipeline entirely and just paste.

Pro vs Flash vs Flash-Lite

Google's three-tier lineup mirrors Anthropic's Opus/Sonnet/Haiku split. The tradeoffs:

  • Gemini 3.1 Pro. The current reasoning flagship. 1M context, stronger reasoning than the 2.5 line. Input around $2.00 per million tokens for prompts up to 200k (long-context rates above that), output $12.
  • Gemini 3.5 Flash. Launched at Google I/O in May 2026. 1M context at $1.50 per million input tokens and $9 output. The default pick for new Gemini work.
  • Gemini 2.5 Pro. The previous reasoning flagship. 1M context on the standard API (2M on enterprise Vertex tiers), deep analysis. Input around $1.25 per million tokens (scaling to $2.50 for very long contexts). Best for complex multi-step reasoning over long documents.
  • Gemini 2.5 Flash. Fast and cheap at $0.30 per million input tokens, still with a 1M context window that outclasses most competitors' flagships. This is where most production workloads should land.
  • Gemini 2.5 Flash-Lite. Cheapest at $0.10 per million input tokens, designed for high-throughput classification, extraction, and routing. Same 1M context — unusual for a lite tier.

The pricing gap between Pro and Flash is the biggest of any provider. For large-context workloads, Flash at $0.30 vs Pro at $1.25 is the difference between $300 and $1,250 per day if you're running a thousand full-context calls.

Does a 1M window actually work?

This is where honesty matters. Google published needle-in-a-haystack benchmarks showing near-100% recall across the full 1M context on Gemini 1.5 Pro, and 2.5 Pro improved on that. Independent research from academic teams largely confirms Gemini is better than any other production model at retrieving specific facts from deep context.

But retrieval isn't reasoning. Asking "what does page 847 say about X" is a different task from "synthesize the arguments across all 1,000 pages." On complex synthesis tasks, quality degrades well before you hit the 1M ceiling. Published evaluations show meaningful drop-off on multi-step reasoning tasks past roughly 500,000 tokens.

Rules of thumb that work in practice:

  • For fact retrieval and summarization: the full window is usable, Gemini holds up well across the entire 1M context.
  • For complex reasoning: try to stay under 500,000 tokens if quality matters. Chunk if you can.
  • For code analysis: full codebases up to several hundred thousand lines work. Multi-million-line monorepos still need pre-filtering.

What Gemini can do that others can't

Two capabilities that meaningfully separate Gemini from the pack on context:

Native video input. You can upload hours of video and ask questions about visual content. A two-hour movie is roughly one million tokens, which fits in Flash and Flash-Lite. Neither ChatGPT nor Claude takes raw video input at this scale.

Native audio input. You can feed in full podcast episodes, meetings, or lecture recordings and get transcript-free summarization, translation, or Q&A. Audio tokens consume context at roughly 32 tokens per second, so a 1M-token window fits about 8.7 hours of audio.

For multimodal workloads — video indexing, meeting analysis, research video Q&A — there's currently no production competitor at the same context scale.

Gemini app vs API

The Gemini app (gemini.google.com) is one of the few consumer AI interfaces that gives you close to the full API context. Unlike Claude.ai's per-message caps or ChatGPT's retrieval-layer file handling, Gemini's web app passes large inputs straight through to the model in most cases.

Caveats:

  • Free Gemini tier limits you to less capable models and smaller per-turn budgets
  • Gemini Advanced (in Google One AI Premium) unlocks Pro models and the full 1M window
  • Uploaded files get converted to their native format (images as images, PDFs with layout preserved) rather than flattened to text, which actually improves quality
  • Very large uploads through the web app may have per-file size caps that don't exist on the API

Pricing at scale

Filling the full 1M Gemini 2.5 Pro window once costs roughly $1.25 at list input pricing. Doing that a thousand times a day is $1,250, which undercuts Claude Opus at the same context. On a per-word basis, Gemini Pro at full context is one of the cheapest top-tier options.

Gemini Flash at $0.30 per million input tokens is remarkably cheap. Filling the full 1M window costs $0.30. Running a thousand full-context Flash calls a day is $300, which is why it wins on price-performance for most high-volume workloads.

Context caching works similarly to Anthropic's implementation: reused prefixes get charged at about 25% of normal input rates, which makes document-QA products built on Gemini genuinely cost-effective at scale.

See how your prompt fits across every model

Our AI prompt word counter shows token count, context percentage, and cost for all major models side by side

AI Prompt Word CounterTokens to Words

Frequently Asked Questions

What is Gemini's word limit?

Gemini 3.1 Pro and the 2.5 line accept 1,000,000 tokens on the standard API, about 760,000 English words. Gemini 2.5 Flash and Flash-Lite match that 1,000,000-token window.

How big is Gemini's context window?

Gemini's current models hold 1,000,000 tokens on the standard API, matching GPT-4.1 and the top Claude and GPT-5.5 tiers. A few models go larger: Grok 4.1 and Grok 4 Fast reach 2M, and Gemini 2.5 Pro extends to 2M on enterprise Vertex tiers.

Does Gemini really use all 1 million tokens well?

For fact retrieval and summarization, yes. Independent benchmarks show Gemini holds up better than competitors deep into long contexts. For complex multi-step reasoning, quality degrades past roughly 500,000 tokens even though the window is larger.

Can Gemini read an entire book series?

Partly. The Lord of the Rings trilogy (~480,000 words) fits in about two-thirds of the 1M window, and War and Peace fits with room to spare. All seven Harry Potter books (~1.08 million words) need about 1.4M tokens, so the full series won't fit in a single standard prompt.

Can Gemini process video or audio?

Yes, natively. Video consumes context at about 256 tokens per second, audio at 32 tokens per second. A 1M window fits roughly one hour of video or 8.7 hours of audio.

What's Gemini's output limit?

Around 65,000 tokens (~49,000 words) per response on the 2.5 models. Older 1.5 models capped at about 8,000 tokens of output.

What's the cheapest way to use Gemini's long context?

Gemini 2.5 Flash-Lite at $0.10 per million input tokens. Filling the full 1M window costs $0.10 per call. For reused long prefixes, context caching drops repeat reads to roughly 25% of normal input pricing.

Related Tools and Guides