Claude Opus 4.5 and Sonnet 4.5 removed from /model selection, require launch flag

Anthropic has removed Claude Opus 4.5 and Sonnet 4.5 from the interactive /model selection menu within active sessions. This change affects users who previously could switch between models mid-session, particularly when managing token usage near context limits.
What changed
The /model command no longer lists Opus 4.5 or Sonnet 4.5 as available options during an ongoing session. Users discovered this when attempting to switch to less token-intensive models when approaching session context limits.
How to access older models
To use Opus 4.5 or Sonnet 4.5, you must now start a new session with the --model flag and specify the full model ID:
claude --model claude-opus-4-5-20250514
claude --model claude-sonnet-4-5-20250514The model ID format follows the pattern: claude-{family}-{version}-{date}. These older model IDs are not included in the /model picker interface and must be specified directly at session launch.
Practical implications
This change means you can't switch to these older models within an existing session. If you prefer using Opus 4.5 or Sonnet 4.5, you need to start fresh sessions with the appropriate flag. This affects workflow for users who regularly adjust model selection based on token consumption or specific task requirements.
📖 Read the full source: r/ClaudeAI
👀 See Also

US Military Pressures Anthropic to Remove Claude Safeguards for Military Use
US military leaders including Defense Secretary Pete Hegseth met with Anthropic executives to demand removal of Claude's safeguards against military applications like mass surveillance and autonomous weapons. The Pentagon has given Anthropic until Friday to comply or face penalties including contract cancellation.

Bloomberg Reports on AI Coding Agents and Productivity Concerns in 2026
A Bloomberg article from February 2026 discusses AI coding agents like Claude Code and reports on a 'productivity panic' in the tech industry. The article received 44 points and 14 comments on Hacker News.

Claude Opus 4.6's effort=low parameter differs from other providers' low-reasoning modes
Claude Opus 4.6's effort=low parameter controls general behavioral effort, not just reasoning depth, unlike OpenAI's reasoning.effort=low or Gemini's thinking_level=low. This caused agents to make fewer tool calls, be less thorough in cross-referencing, and ignore parts of system prompts about web research.

Anthropic's Claude for Open Source program grants free Claude Max to qualifying maintainers
Anthropic offers six months of free Claude Max access to open source maintainers whose projects have 5,000+ GitHub stars or 1M+ monthly npm downloads with active commits in the last three months.