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

Claude Code v2.1.157: Auto-Load Plugins from .claude/skills, Improved Agents & Worktrees
Claude Code v2.1.157 automatically loads plugins from .claude/skills, adds claude plugin init scaffolding, honors agent setting in settings.json, and fixes numerous bugs across agents, worktrees, and terminal integration.

OpenAI to deploy AI models on U.S. Department of War classified network
OpenAI has reached a deal to deploy its AI models on the U.S. Department of War's classified network, with implementation scheduled for 2026. The Reuters article generated 15 points and 6 comments on Hacker News.

Exploring Clawra's Architecture and Social Autonomy Framework
David Im's Clawra experiments with a parallel world framework for AI companions, focusing on autonomy and local-first data privacy.

Hy3 LLM Tops OpenRouter Rankings: Cheapest Model or Something Else?
Hy3 preview, a Tencent open-source LLM, surged to the top of OpenRouter's model rankings by token usage, surpassing Claude and DeepSeek V4 Flash. Priced at $0.066/1M input tokens, it's the cheapest major model, but benchmarks show quality far below leaders.