ORBiS Tree

ORBiS TREE · ENGLISH DOCUMENT

Concepts →

Context Window

The amount of tokenized input and generated text a model can consider within one inference context.

한국어 English
English updated 8월 29, 2026 Source article updated 8월 29, 2026 1 sources
This English page is a curated translation layer linked to the Korean source article. Community changes are currently made on the Korean source, where the full revision history and anonymous edit trail are preserved.
A context window is the token budget available to a model for the current interaction. It may include instructions, user messages, retrieved documents, tool outputs, conversation history, and generated tokens.

How it works

Longer context allows more information to be supplied directly, but it increases memory and compute requirements and does not guarantee that every detail will be used equally well. Tokenization means the limit is measured in tokens rather than characters or words.

Why it matters

Context limits influence application design, retrieval strategies, summarization, and cost. Large windows can reduce some retrieval pressure, while RAG remains useful for selecting relevant information from larger corpora.

Related concepts

SOURCES

Sources

  1. Open source ↗