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:
- Faithfulness — the model must summarise what the document says, not what it thinks the document probably says. Hallucination in summaries is often subtle and difficult to catch
- Context window — you need the model to read the full document in a single pass. Chunking and stitching summaries degrades quality and introduces inconsistencies
- Instruction following — you need to specify format, length, tone, and focus area. Models that drift from these instructions produce summaries that require editing
- Compression ratio — the ability to distil a 50-page document into 3 coherent paragraphs without losing critical information. Not all models do this equally well
Top recommendations
1. Claude Sonnet 5 — Best overall for summarisation
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
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
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
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
| Model | Input $/M | Output $/M | Context | Faithfulness | Compression |
|---|---|---|---|---|---|
| Gemini 2.5 Flash-Lite | $0.10 | $0.40 | 1M | ★★★☆☆ | ★★★☆☆ |
| 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.00 | 1M | ★★★★★ | ★★★★★ |
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 size | Model | Approx. 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?
- Data residency — Anthropic offers a data-residency option on Claude 4.6+ models (including Sonnet 5) that pins inference to a specific region, at a 1.1x pricing premium over global routing. Confirm your provider's equivalent before sending regulated documents.
- Training on your data — check whether API traffic is used for model training by default, and whether that can be disabled or is already off for your account tier. This varies by provider and by plan (self-serve API vs. enterprise agreement).
- Confidentiality and compliance commitments — providers with dedicated Enterprise-tier plans typically offer custom terms, SLAs, and admin controls not available on standard API access. If you're summarising privileged, regulated, or otherwise sensitive documents at volume, this is worth a direct conversation with the provider's sales team rather than assuming standard API terms apply.
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.
Last verified: August 2026 · Back to LLM Selector