Contact
What are you interested in?
Context Window.
The context window is the maximum amount of text a language model can take into account in a single request, measured in tokens. It covers everything at once: the system instruction, the conversation so far, any documents supplied, tool results and the generated answer.
Context Window — Explained in Detail
The unit of measurement is not characters or words but tokens. A token is a text fragment the model treats as its smallest unit: sometimes a short whole word, sometimes a syllable, sometimes a punctuation mark. As a rough rule, a thousand tokens correspond to about seven hundred words of English. German runs lower because of long compounds and umlauts, so a German text needs more tokens than an English translation of the same length. The consequence matters more than the arithmetic: everything in a request competes for the same space, and the answer needs room inside it too.
The technical sizes are no longer the bottleneck in 2026. Widely used models sit between roughly two hundred thousand and one million tokens, and some providers quote higher figures still. The more important finding comes from independent testing: the reliably usable length is considerably shorter than the advertised one. The fuller the window, the more often details are overlooked, particularly those sitting in the middle of a long input. In practice a large window is no substitute for selection. Relevant material in the right place beats a great deal of material in arbitrary order.
Then there is the cost side, which is easy to overlook. Billing is per token in both directions, and in a conversation the entire history is re-sent with every turn. A chat that keeps a sixty-page attachment in context pays for that attachment again with every follow-up question, and response times grow with it. The countermeasures are interim summaries of the conversation, caching of unchanging instructions where the provider supports it, and above all resisting the urge to include everything you happen to have.
A worked example makes the rule concrete. A company wants an assistant that answers questions about a four-hundred-page manual. The naive approach is to put the whole manual into every request. It works technically, but costs a multiple per question and produces worse answers, because the relevant passage drowns in the mass. The usual approach is retrieval: the manual is split into sections, the five to ten matching sections are selected per question, and only those go into the context. The window stays free for reasoning rather than ballast.
Related Page
RAG (Retrieval-Augmented Generation)Frequently Asked Questions About Context Window
A densely written A4 page of around five hundred words comes to roughly seven hundred to nine hundred tokens, depending on the text. Technical writing with many compounds, figures and abbreviations sits towards the upper end. For a cost estimate that order of magnitude is enough: it quickly shows whether a document fits comfortably into the context or whether retrieval is the better route.
No. A larger window allows more material but does not guarantee that all of it is used equally well. Measurements consistently show falling recall on very long inputs, especially for details in the middle. Higher costs and longer response times come on top. The sensible approach is to include only what is needed and to place the most important material at the beginning or the end.
Depending on the application, the call either fails with an error or older parts of the conversation drop out. In the second case the model suddenly seems forgetful: it contradicts earlier statements or asks again for details that were given long ago. The remedies are regular summaries of the conversation, moving facts into a tool the model can query, or a deliberate fresh start.
More Terms Starting with "C"
CLS (Cumulative Layout Shift)
CLS is one of Google's three Core Web Vitals and measures the visual stability of a page. It quantif...
CMS (Content Management System)
A CMS is software that allows you to create and edit website content without programming knowledge. ...
CDN (Content Delivery Network)
A CDN is a global network of servers that delivers your website files as close to the user as possib...
Ready for Your Project?
Apply this knowledge to your website — DLM Digital will help you.