Best LLM for Document Summarisation (2026)

Short version: for summarisation, Claude Sonnet 5 is the strongest all-round pick — the most faithful, best-structured summaries, a full 1M-token window with no long-context surcharge, and less than half the price of the comparable alternatives. Gemini 3.1 Pro is a solid second, especially if you're already on Google Cloud. GPT-5.6 wins when the pipeline needs structured JSON rather than prose. And for anything enterprise, where the document goes and under what terms matters as much as model quality — the enterprise section covers that.


What makes a good summarisation LLM

Summarisation looks easy and isn't — it surfaces a model's weak spots fast:


Top recommendations

1. Claude Sonnet 5 — Best overall for summarisation

Provider: Anthropic

Cost: $2.00 / 1M input tokens · $10.00 / 1M output tokens

Context window: 1,000,000 tokens (full context at standard pricing — no long-context surcharge)

Best for: Faithful, well-structured summaries at any document length, from short reports to full books

Claude Sonnet 5 is the clear default for summarisation now. Anthropic brought the full 1M-token window down to Sonnet-tier pricing with Claude 4.6, and Sonnet 5 keeps it there at a lower per-token rate than before — the $2/$10 introductory pricing stuck as the standard rate instead of reverting to $3/$15. So you're no longer choosing between context length and cost.

Its compression is unusually clean: it picks out what actually matters and writes it up in prose you barely need to touch. And it holds Anthropic's track record for low hallucination rates on summaries — which counts when the summary gets acted on without anyone re-reading the source.

View Claude API pricing →

2. Gemini 3.1 Pro — Best if you're already on Google Cloud

Provider: Google

Cost: $2.00 / 1M input tokens (≤200K), $4.00 / 1M (>200K) · $12.00 / 1M output (≤200K), $18.00 / 1M (>200K)

Context window: ~1,000,000 tokens

Best for: Teams standardised on Vertex AI / Google Cloud billing and tooling

Gemini 3.1 Pro's context window is now roughly on par with Claude Sonnet 5, so raw document length is no longer the deciding factor it was in early 2026. Its pricing steps up for requests beyond 200K input tokens — at $4.00/M input and $18.00/M output above that threshold, it costs meaningfully more than Claude Sonnet 5 for genuinely long documents (see the cost table below).

Where it still makes sense: organisations already committed to Google Cloud for billing, data residency, or existing Vertex AI infrastructure, where the integration cost of adding a second provider outweighs the per-token price difference.

View Google AI pricing →

3. GPT-5.6 — Best for structured output summarisation

Provider: OpenAI

Cost: $5.00 / 1M input tokens · $30.00 / 1M output tokens

Context window: ~1,050,000 tokens

Best for: Pipelines requiring structured JSON output from summaries

GPT-5.6 (Sol tier) is the best choice when your summarisation pipeline needs structured output — extracting specific fields, producing JSON with defined keys, or populating a database schema from document content. It's also the most expensive of the three frontier options here, at $5/$30 per million tokens, roughly 2.5x Claude Sonnet 5's rate.

OpenAI also offers cheaper GPT-5.6 tiers (Terra and Luna) for less demanding summarisation work — worth checking if your use case doesn't need Sol-tier reasoning quality.

View OpenAI API pricing →

4. Gemini 2.5 Flash-Lite — Best budget option

Provider: Google

Cost: $0.10 / 1M input tokens · $0.40 / 1M output tokens

Context window: 1,048,576 tokens

Best for: High-volume summarisation where cost is the primary constraint

Gemini 2.5 Flash-Lite produces surprisingly good summaries for its price point, and — unusually for a budget-tier model — still carries the full ~1M token context window. For internal summarisation pipelines where summaries feed downstream processes rather than being presented directly to users, its quality is often sufficient.

At $0.10/M input, summarising a 50,000-token document costs roughly $0.005 — essentially free at moderate volumes. For high-volume batch summarisation jobs, it remains the clear cost winner.


Side-by-side comparison

ModelInput $/MOutput $/MContextFaithfulnessCompression
Gemini 2.5 Flash-Lite$0.10$0.401M★★★☆☆★★★☆☆
Gemini 3.1 Pro$2.00–4.00$12.00–18.00~1M★★★★☆★★★★☆
GPT-5.6 (Sol)$5.00$30.00~1.05M★★★★☆★★★★☆
Claude Sonnet 5$2.00$10.001M★★★★★★★★★★

Gemini 3.1 Pro's pricing steps up above 200K input tokens — the higher figures apply to genuinely long documents, not short ones.


Cost per document — real-world estimates

Document sizeModelApprox. cost
10-page report (~7,500 tokens)Gemini 2.5 Flash-Lite$0.001
10-page report (~7,500 tokens)Claude Sonnet 5$0.02
100-page report (~75,000 tokens)Gemini 2.5 Flash-Lite$0.008
100-page report (~75,000 tokens)Claude Sonnet 5$0.17
400-page book (~300,000 tokens)Claude Sonnet 5$0.65
400-page book (~300,000 tokens)Gemini 3.1 Pro$1.29

Estimates assume a summary output of roughly 7% of input length. A 400-page book is no longer "not possible" on Claude — Sonnet 5's 1M context handles it directly, and at less than half Gemini 3.1 Pro's cost at that length.


Enterprise considerations

The models above are ranked on summarisation quality and cost — but "enterprise-grade" usually means something more specific: where does the document actually go, and under what terms?

None of this changes which model produces the best summary — it changes which deployment path is appropriate for a given document. For legal-specific confidentiality requirements, see our best LLM for legal work guide.


FAQ

What is the best LLM for summarising long documents?

Claude Sonnet 5. It now gives you a full 1M token window at standard pricing with no long-context surcharge, plus strong faithfulness on summarisation. Gemini 3.1 Pro is a close second, especially if you're on Google Cloud.

Which LLM hallucinates least in summaries?

Claude Sonnet 5 carries forward Anthropic's consistent reputation for the lowest hallucination rate among frontier models on summarisation tasks. This is particularly important for legal, financial, and medical document summarisation where factual accuracy is critical.

Can I summarise a full book with an LLM?

Yes. Claude Sonnet 5, Gemini 3.1 Pro, and Gemini 2.5 Flash-Lite all now offer roughly 1M token context windows, sufficient for most books in a single pass.

Is chunking documents and combining summaries a good approach?

It is a workaround, not a solution. Chunked summarisation loses cross-section relationships. With 1M-token context windows now standard across the frontier models, chunking is rarely necessary for documents under roughly 700,000 words.

What should enterprises check before sending documents to an LLM API?

Data residency options (whether inference can be pinned to a specific region), whether the provider trains on your data by default, and confidentiality/compliance commitments for your industry. Anthropic, for example, offers a data-residency option on Claude 4.6+ models at a pricing premium, and separate Enterprise-tier plans with custom terms.

Related

Best LLM for RAG Pipelines →Gemini vs GPT-4o →

Last verified: August 2026 · Back to LLM Selector

Not sure which model fits your use case? Try the NexTrack selector — answer 3 questions and get a personalised recommendation. Try the selector →