Best LLM for Document Summarisation (2026)
Bottom line up front: For document summarisation, Claude Sonnet 5 is now the strongest all-round pick — it combines the most faithful, well-structured summaries with a full 1M-token context window at no long-context surcharge, at less than half the price of comparable alternatives. Gemini 3.1 Pro is a solid alternative, especially for teams already on Google Cloud. GPT-5.6 remains the best choice when your pipeline needs structured JSON output rather than prose summaries. For enterprise-grade deployments, data residency and confidentiality terms matter as much as raw model quality — see the enterprise section below.
What makes a good summarisation LLM
Summarisation seems simple but it exposes model weaknesses quickly:
- 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 extended the full 1M-token context window to Sonnet-tier pricing with Claude 4.6, and Sonnet 5 carries that forward at a lower per-token rate than its predecessor — the $2/$10 introductory pricing became the permanent standard rate rather than reverting to $3/$15 as originally scheduled. That removes the previous trade-off between context length and cost.
Its training produces unusually clean compression — it identifies the most important content reliably and presents it in well-formed prose that requires minimal editing. It carries forward Anthropic's consistent reputation for low hallucination rates on summarisation tasks, which matters for summaries that will be acted upon without a human 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 is the best all-round choice: it now offers a full 1M token context window at standard pricing, with no long-context surcharge, alongside strong faithfulness on summarisation tasks. Gemini 3.1 Pro is a close alternative, particularly on Google Cloud infrastructure.
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