GLOSSARY > CONTEXT WINDOW
Context Window
The maximum amount of text (measured in tokens) that an LLM can analyze, remember, and reason over in a single query.
The Context Window is the working memory of the AI. Massive context windows allow organizations to dump entire codebases or hundreds of PDF contracts into the prompt at once. However, pushing the limits of the context window degrades the model's attention span and exponentially increases inference compute costs.
Explore More

