Core Concepts

Context Window

Also known as: context length

In one line

The maximum amount of text an AI can hold in mind at once.

What does Context Window mean?

The context window is the total tokens an LLM can consider in a single request (prompt + response). Larger windows let you paste more documents but cost more and can dilute focus.

A real-world example

Claude Sonnet 4.5 has a 200K-token window; that's about 150,000 words — roughly a 500-page book.

Related terms