← Reddit

Can you still use Opus 4.6 with 1M context in Claude Code after the 4.7 launch?

Reddit · ocd-134 · April 19, 2026
Following the Claude 4.7 launch, a user encountered an issue where Opus 4.6 no longer supports the 1M context window feature in Claude Code CLI. The user preferred Opus 4.6 over the newer 4.7 model for their specific use cases and sought whether others had discovered a workaround.

Detailed Analysis

Claude Opus 4.6's 1M token context window remains accessible in Claude Code following the launch of Claude Opus 4.7, though some users are encountering configuration and access issues that prevent them from utilizing it. The 1M context capability for Opus 4.6 — and its successor Opus 4.7 — is available at standard API pricing for users on Max, Team, and Enterprise subscription tiers, having graduated from beta status around March 2026 without the previously required beta flags, waitlists, or premium long-context surcharges beyond 200k tokens. The confusion surrounding post-4.7 access appears to stem primarily from environment variable conflicts, incorrect model alias syntax, or subscription tier mismatches rather than any deprecation of the feature for Opus 4.6 specifically.

The practical workarounds identified by the developer community center on a few key adjustments. Users who previously set environment variables such as `CLAUDE_CODE_BLOCKING_LIMIT_OVERRIDE=200000` to manage context limits may find those overrides now cap their session below the 1M threshold, and removing such variables restores full access. Correct model aliasing — using a syntax along the lines of `claude-opus-4-6[1m]` — is also reported as necessary in some CLI configurations to explicitly invoke the extended context version rather than defaulting to a standard-context variant. The `/context` command within Claude Code sessions can be used to verify active context window settings and diagnose whether the correct model configuration is being applied.

The broader significance of this situation reflects the rapid cadence of model releases at Anthropic and the operational complexity that cadence introduces for power users deeply integrated into specific model versions. Claude Opus 4.6 attracted a segment of professional users who calibrated their workflows — including prompt engineering, multi-file codebase analysis, and long-horizon agentic tasks — around its specific behavioral characteristics. The emergence of Opus 4.7 did not automatically invalidate those workflows, but the update did introduce friction at the infrastructure level, with documentation and tooling not always keeping pace with the speed of model iteration. This gap between release velocity and developer experience is a recurring challenge across frontier AI providers.

From a wider industry perspective, the normalization of million-token context windows at standard pricing marks a meaningful inflection point. Earlier long-context access — whether from Anthropic, Google with Gemini 1.5 Pro's 1M window, or others — typically carried premium pricing tiers or beta restrictions that limited real-world adoption. Making 1M context generally available at no additional cost for enterprise and team subscribers signals that extended context is transitioning from a differentiating premium feature to a baseline expectation in professional AI tooling. For agentic coding environments like Claude Code, where entire repositories, dependency trees, and test suites may need to be held in context simultaneously, this shift has concrete productivity implications. The fact that users are actively seeking to preserve access to older model versions with this capability — rather than migrating to the newest release — also underscores that raw capability metrics alone do not determine developer preference; behavioral consistency and workflow fit carry substantial weight in professional adoption decisions.

Read original article →