Glossary
Context window
The maximum amount of text an LLM can consider in a single request, measured in tokens. Modern frontier models handle 200K-2M tokens.
The context window of an LLM is the maximum number of tokens (roughly, fragments of words) the model can take as input in a single request. It determines how much information you can give the model to work with — the conversation history, retrieved documents, system instructions, examples, and so on.
2026 context windows for major models:
- Claude Sonnet 4.6: 1,000,000 tokens (roughly 750,000 words)
- Claude Opus 4.7: 200,000 tokens
- Claude Haiku 4.5: 200,000 tokens
- GPT-4o / GPT-5: 128,000 tokens
- Gemini 2 Pro: 1-2M tokens
Why context window matters for automation:
- RAG depth. Larger context windows let you retrieve more grounding documents per query. With 1M tokens, you can include entire knowledge bases.
- Multi-step reasoning. Agents executing long loops can carry full state across many steps.
- Long documents. Process whole contracts, codebases, or transcripts in one pass.
Example
A Solidus-built legal document drafting agent can fit the matter facts + the firm's entire 50-document precedent library + the firm style guide + 20 example past drafts into a single Claude Sonnet 4.6 request (about 400K tokens total). Five years ago this would have required complex RAG over thousands of small chunks; now it's a direct prompt.
Apply this
Get a real automation audit on your business.
Pay $4,500, fill an intake, get a Claude Opus-written strategic roadmap inside a week.
Start the audit →