What is a context window?medium

Type
conceptual
Topic
context-window
Frequency
common
Tags
context, window
Answer

It is the maximum amount of text the model can consider at once.

Explanation

Inputs, retrieved context, instructions, conversation history, and outputs all consume context, so long tasks need careful context management.

Follow-upHow do you handle documents longer than the context window?