claude-code - 💡(How to fix) Fix Max subscription: 'Extra usage is required for 1M context' error on default model [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#47054Fetched 2026-04-13 05:42:41
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Timeline (top)
labeled ×4commented ×1cross-referenced ×1

On a Max subscription, selecting the default model (Opus 4.6 with 1M context) produces the error:

API Error: Extra usage is required for 1M context · run /extra-usage to enable, or /model to switch to standard context

This shouldn't happen — Opus 4.6 with 1M context is the default model for Max subscribers and shouldn't require extra usage to be enabled.

Error Message

On a Max subscription, selecting the default model (Opus 4.6 with 1M context) produces the error:

API Error: Extra usage is required for 1M context · run /extra-usage to enable, or /model to switch to standard context Error message blocks execution, suggesting /extra-usage or /model switch.

Root Cause

On a Max subscription, selecting the default model (Opus 4.6 with 1M context) produces the error:

API Error: Extra usage is required for 1M context · run /extra-usage to enable, or /model to switch to standard context

This shouldn't happen — Opus 4.6 with 1M context is the default model for Max subscribers and shouldn't require extra usage to be enabled.

RAW_BUFFERClick to expand / collapse

Description

On a Max subscription, selecting the default model (Opus 4.6 with 1M context) produces the error:

API Error: Extra usage is required for 1M context · run /extra-usage to enable, or /model to switch to standard context

This shouldn't happen — Opus 4.6 with 1M context is the default model for Max subscribers and shouldn't require extra usage to be enabled.

Steps to Reproduce

  1. Be on a Max subscription plan
  2. Launch Claude Code (latest version)
  3. Use default model (Opus 4.6 with 1M context)
  4. Attempt any prompt

Expected Behavior

Prompt executes normally. Max subscription includes 1M context by default.

Actual Behavior

Error message blocks execution, suggesting /extra-usage or /model switch.

Environment

  • Subscription: Max
  • Model: Opus 4.6 (1M context) — default
  • Persists after restart and update to latest version
  • Platform: macOS

extent analysis

TL;DR

Run the /extra-usage command to enable extra usage for the 1M context model, as the error message suggests, despite having a Max subscription.

Guidance

  • Verify that the Max subscription is active and up-to-date, as the issue might be related to subscription status.
  • Check if there are any specific settings or configurations in the Claude Code application that might be overriding the default model settings for Max subscribers.
  • Consider switching to a standard context model using the /model command as a temporary workaround to execute prompts.
  • Review the documentation or support resources for Claude Code to see if there are any known issues or limitations with the Opus 4.6 model and Max subscriptions.

Notes

The issue seems to be related to the specific configuration of the Opus 4.6 model with 1M context on Max subscriptions, and running the /extra-usage command might be a necessary step to enable this feature, despite the expectation that it should be included by default.

Recommendation

Apply workaround: Run the /extra-usage command to enable extra usage for the 1M context model, as this is the most direct solution suggested by the error message, and it may be necessary to use the default model with a Max subscription.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING