Context window checker
Paste a prompt, pick a model, and find out instantly whether it fits the context window — with the exact token count, the window size, and how many tokens you have left (optionally reserving room for the model's reply).
Context windows are approximate (some models offer larger long-context tiers) — verify against provider docs. OpenAI token counts are exact; others are estimates. "Reserve for output" subtracts space you want to leave for the model's reply.
What counts toward the context window?
The context window is the total tokens a model can handle in one request — input plus output combined. Everything you send counts: the system prompt, conversation history, retrieved/RAG context, tool definitions, and the user message. If the prompt alone fills the window, there's no room left for a response — so reserve space for the output you expect.