Verified limit lookup

OpenAI API Context Windows & Output Limits

Current source-backed GPT-5.6 context-window and maximum-output values, plus the budgeting distinction developers need.

Verified Aug 22, 20261 official source
Quick answer

The current GPT-5.6 Sol, Terra, and Luna API models list a 1,050,000 tokens context window and a separate 128,000 tokens maximum output. Always match the exact model ID you deploy.

Verified Aug 22, 2026Official source

Current limits

ConstraintCurrent valueScopeVerified source
GPT-5.6 Sol / Terra / Luna context windowModel-specific API context window; output is also bounded separately.1,050,000 tokensGPT-5.6OpenAIAug 22, 2026
GPT-5.6 maximum outputSeparate output ceiling shown for the current GPT-5.6 Sol, Terra, and Luna models.128,000 tokensGPT-5.6OpenAIAug 22, 2026

Why does this limit matter?

The context window is a shared budget across instructions, conversation state, retrieved material, tool data, and generated tokens.

A large context ceiling does not mean the model can generate that many output tokens; output has its own cap.

What should you check?

  1. Confirm the exact API model ID in your request.
  2. Read that model's current catalog entry.
  3. Count prompt and expected output tokens with a safety margin before dispatch.

Important caveats

  • Older and specialized models have different limits.
  • API context specifications do not automatically describe ChatGPT product allowances.
HyperObserve reports the documented platform constraint. Your application, SDK, gateway, provider, region, or account can impose a lower effective limit.
Related

Related references and tools

Found an outdated limit? Report it.