Tabbit
ResourcesBlogModels
Tabbit LogoTabbit

Tabbit — The AI Browser that Works for You

Topics

  • AI Browser Resources
  • Agentic Browser Resources
  • Browser Downloads and Install Guides
  • Browser Comparisons
  • AI Browser Alternatives
  • Browser Productivity Resources

Popular Guides

  • AI Browser
  • Agentic Browser Download
  • Best AI Browser 2026: Top 9 Tested & Ranked
  • AI Browser Download
  • Free AI Browser
  • Best AI Browser 2026
  • AI Browser Comparison 2026
  • AI Browser for Windows
  • AI Browser for Mac
  • Chrome Alternative 2026

Events

  • Tabbit Skill Competition
  • KPOP SBTI Fandom Personality Test
  • Tabbit Campus Creator Program
  • fifi's Picks: AI Skills for Research Papers
  • User Survey

About

  • Tabbit Blog
  • Press & Media
Prompt guide
MediaClaude Sonnet 4.6

Claude Code: Fixed Configuration for opusplan Planning and Sonnet 4.6 Execution

Original source

Claude Code Docs / Model configuration

AuthorAnthropic

Tabbit curation2026-08-20

Read original

One-sentence takeaway

Set Claude Code to opusplan so planning uses Opus and execution uses Sonnet, and pin ANTHROPIC_DEFAULT_SONNET_MODEL to claude-sonnet-4-6 to avoid the sonnet alias resolving to Sonnet 5 or 4.5 on different cloud platforms.

Use cases

  • Suitable tasks: Day-to-day coding, long-session implementation, and Claude Code workflows where you need to control weekly quota usage; use a stronger model for planning/architecture and Sonnet 4.6 for execution.

  • Unsuitable tasks: Sessions that must use the same model end to end; needing 1M context without enabling extra-usage; treating the sonnet alias as always equal to 4.6.

  • Applicable model versions: When you need to pin Claude Sonnet 4.6, use the full ID claude-sonnet-4-6, not just sonnet.

  • Applicable clients, agents, or APIs: Claude Code CLI; alias resolution differs across Anthropic API, Claude Platform on AWS, Bedrock, Vertex, and Foundry.

  • Recommended reasoning tier and parameters: Use Sonnet 4.6 for day-to-day execution; planning stages use Opus. The official sonnet alias already resolves to Sonnet 5 on the Anthropic API and still resolves to Sonnet 4.6 on AWS Claude Platform.

Ready-to-use content

Switch within a session to "Opus for planning, Sonnet for execution":

/model opusplan

Pin Sonnet 4.6 as the execution model (and optionally pin Opus to the 1M window) in ~/.claude/settings.json:

{
  "env": {
    "ANTHROPIC_DEFAULT_OPUS_MODEL": "claude-opus-4-6[1m]",
    "ANTHROPIC_DEFAULT_SONNET_MODEL": "claude-sonnet-4-6"
  }
}

If you only want Sonnet 4.6 for the current project and do not want to follow the latest sonnet alias, you can also specify it explicitly at startup:

claude --model claude-sonnet-4-6

Official alias table entries directly relevant to this configuration:

AliasBehavior
sonnetUses the latest Sonnet recommended by the current provider; not pinned to 4.6
opusplanUses Opus in Plan mode, then switches to Sonnet for execution
sonnet[1m] / opus[1m]Enables the 1M context window for the corresponding model family

Test/workflow steps

  1. Run /model or check the current session model to confirm the execution-stage actual ID is claude-sonnet-4-6, not Sonnet 5 / 4.5 resolved from the sonnet alias.

  2. On the same repository, run /model opusplan and a full-session /model claude-sonnet-4-6 separately; record weekly quota consumption, planning quality, and implementation diffs.

  3. If you need a 1M window, first confirm whether your plan requires /extra-usage; on Max 5x you may see Extra usage is required for 1M context.

  4. Pin the Claude Code version before comparing: official documentation states that sonnet/opus alias resolution changes with CLI version and provider.

Original evidence and data

  • Official documentation defines opusplan as: Plan mode uses opus, then switches to sonnet for execution.

  • Official provider alias table: on Anthropic API, sonnet → Sonnet 5; on Claude Platform on AWS, sonnet → Sonnet 4.6; on Bedrock / Agent Platform / Foundry, sonnet → Sonnet 4.5.

  • Official guidance: when alias resolution points to an older model, override with the full model name or ANTHROPIC_DEFAULT_SONNET_MODEL / ANTHROPIC_DEFAULT_OPUS_MODEL.

  • Community configuration discussion on r/ClaudeCode provides a settings.json pattern consistent with the official environment variables and points to the same model-config documentation; that configuration addresses /opusplan falling back to a 200k window.

Scope and limitations

  • The sonnet inside opusplan is still subject to provider alias resolution; without setting ANTHROPIC_DEFAULT_SONNET_MODEL, you cannot guarantee the execution model is 4.6.

  • [1m] is not a free capability: official and community sources both record that 1M context may trigger extra-usage.

  • This page covers model selection and window configuration, not copy-paste task prompts.

  • Aliases update with CLI versions; at collection time the documentation already mentioned Fable 5 and Sonnet 5. To reproduce 4.6 behavior you must pin the ID.

Source excerpt or observation (short compliant paraphrase only)

Official definition of opusplan: special mode that uses opus during plan mode, then switches to sonnet for execution (short compliant paraphrase).

Curated by Tabbit

Prompt material is summarized from public sources and Tabbit editorial notes. Check the original licensing and intended use before copying it.

Claude Sonnet 4.6

Use in Tabbit

Claude Sonnet 4.6

Related prompts

MediaClaude Platform Docs / Prompting best practices

Clear Instructions, XML Context, and Self-Checking for Claude Sonnet 4.6

MediaClaude Platform Docs / Effort and Prompting best practices

Claude Sonnet 4.6: Effort and Tool-Triggering Configuration

MediaAnthropic Platform Docs / Computer Use API Reference2026-02-17

Claude Sonnet 4.6: Computer Use Tool Definitions and Automated Closed-Loop Workflow

MediaAnthropic Platform Docs / Context Management & Compaction2026-02-17

Claude Sonnet 4.6: 1M Long Context and Context Compaction Architecture Configuration

Claude Sonnet 4.6

Related reviews

MediaAnthropic News / Introducing Sonnet 4.62026-02-17

Claude Sonnet 4.6 Official Release: Coding, Computer Use, and Agent Benchmarks

MediaBenchLM2026-08-17

BenchLM's Public Evidence Ledger for Claude Sonnet 4.6

MediaIDP Leaderboard

IDP Leaderboard: Sonnet 4.6 Matches Opus 4.6 on Real-World Document Understanding

MediaArtificial Analysis

Artificial Analysis: Sonnet 4.6 Non-Reasoning Intelligence Index 37