Verified limit lookup

Claude Context Windows & Output Limits

Current Claude API context-window and output constraints by model family, with official model documentation and practical caveats.

Verified Aug 22, 20261 official source
Quick answer

Claude Fable 5, Opus 5, and Sonnet 5 list a 1,000,000 tokens context window and 128,000 tokens maximum output. Claude Haiku 4.5 has a smaller documented context window.

Verified Aug 22, 2026Official source

Current limits

ConstraintCurrent valueScopeVerified source
Claude Fable 5, Opus 5, and Sonnet 5 contextAPI model specification; model availability can differ by provider.1,000,000 tokensClaude 5 familyAnthropicAug 22, 2026
Claude 5 family maximum outputSeparate maximum output for the listed Claude 5 API models.128,000 tokensClaude 5 familyAnthropicAug 22, 2026
Claude Haiku 4.5 contextModel-specific API context window.200,000 tokensClaude Haiku 4.5AnthropicAug 22, 2026

Why does this limit matter?

Context and output are different budgets, and applications must reserve room for the response they request.

Provider and model availability can affect which documented specification is relevant to a deployed endpoint.

What should you check?

  1. Read the model ID from the request or deployment configuration.
  2. Match it to the current Anthropic models table.
  3. Add instructions, messages, tools, retrieved documents, and expected output before comparing the total.

Important caveats

  • This page covers API model specifications, not consumer claude.ai usage allowances.
  • Pinned snapshots and aliases can point to different lifecycle states; record the exact model ID.
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.