Close Menu

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    AI News

    Self Inspection raises $3M for its AI-powered vehicle inspections

    May 16, 2026

    YouTube AI updates include auto dubbing expansion, age ID tech, and more

    May 16, 2026

    Data center tweaks could unlock 76 GW of new power capacity in the US

    May 16, 2026
    Facebook X (Twitter) Instagram
    Virtual NewsVirtual News
    • Home
    • About Us
    • AI
    • Synthetic Media
    • Virtual Economies
    • Digital Workforce
    • Contact Us
    Subscribe
    Virtual NewsVirtual News
    Home » Claude Pro: Opus model will only be available if extra usage is enabled
    Digital Workforce

    Claude Pro: Opus model will only be available if extra usage is enabled

    ahmedthepro11@gmail.comBy ahmedthepro11@gmail.comApril 28, 2026No Comments2 Mins Read
    Share Facebook Twitter Pinterest LinkedIn Tumblr Reddit Telegram Email

    This guide shows you three ways to change which Claude model you’re using with Claude Code: the quick /model command for instant changes, the --model flag for one-time session changes, and environment variables to set your preferred model as the permanent default.

    Easiest method: Use /model command

    The simplest way to change models is to use the /model command directly within Claude Code. This works immediately without restarting your terminal.

    1. Start Claude Code: claude

    2. Type /model and choose your desired model from the interactive menu.

    3. Your model change takes effect immediately.

    Note: You can check your current model anytime by running /status in Claude Code.

    Supported models

    • Opus 4.7, claude-opus-4-7

    • Sonnet 4.6, claude-sonnet-4-6

    • Opus 4.6, claude-opus-4-6

    • Opus 4.5, claude-opus-4-5-20251101

    • Haiku 4.5, claude-haiku-4-5-20251001

    • Sonnet 4.5, claude-sonnet-4-5-20250929

    Change model for current session only

    Use the --model flag when starting Claude Code.

    1. Start a fresh Terminal session.

    2. Enter the following commands (depending on the model you’d like to use for that session):

      • For Opus 4.7: claude --model claude-opus-4-7

      • For Sonnet 4.6: claude --model claude-sonnet-4-6

      • For Opus 4.6: claude --model claude-opus-4-6

      • For Opus 4.5: claude --model claude-opus-4-5-20251101

      • For Haiku 4.5: claude --model claude-haiku-4-5-20251001

      • For Sonnet 4.5: claude --model claude-sonnet-4-5-20250929

    Change default model for all future sessions

    Step 1) Check your shell type by running: echo $SHELL

    • /bin/zsh → You’re using zsh (macOS default)

    • /bin/bash → You’re using bash (Linux default)

    Step 2) Add model setting to your shell config:

    For ZSH users (macOS)

    • Opus 4.7: echo 'export ANTHROPIC_MODEL="claude-opus-4-7"' >> ~/.zshrc

    • Sonnet 4.6: echo 'export ANTHROPIC_MODEL="claude-sonnet-4-6"' >> ~/.zshrc

    • Opus 4.6: echo 'export ANTHROPIC_MODEL="claude-opus-4-6"' >> ~/.zshrc

    • Opus 4.5: echo 'export ANTHROPIC_MODEL="claude-opus-4-5-20251101"' >> ~/.zshrc

    • Haiku 4.5: echo 'export ANTHROPIC_MODEL="claude-haiku-4-5-20251001"' >> ~/.zshrc

    • Sonnet 4.5: echo 'export ANTHROPIC_MODEL="claude-sonnet-4-5-20250929"' >> ~/.zshrc

    For BASH users (Linux)

    • Opus 4.7: echo 'export ANTHROPIC_MODEL="claude-opus-4-7"' >> ~/.bashrc

    • Sonnet 4.6: echo 'export ANTHROPIC_MODEL="claude-sonnet-4-6"' >> ~/.bashrc

    • Opus 4.6: echo 'export ANTHROPIC_MODEL="claude-opus-4-6"' >> ~/.bashrc

    • Opus 4.5: echo 'export ANTHROPIC_MODEL="claude-opus-4-5-20251101"' >> ~/.bashrc

    • Haiku 4.5: echo 'export ANTHROPIC_MODEL="claude-haiku-4-5-20251001"' >> ~/.bashrc

    • Sonnet 4.5: echo 'export ANTHROPIC_MODEL="claude-sonnet-4-5-20250929"' >> ~/.bashrc

    Step 3) Apply the changes:

    • For ZSH: source ~/.zshrc

    • For BASH: source ~/.bashrc

    Step 4) Close Terminal completely, then reopen it.

    Step 5) Start Claude Code in a fresh Terminal session: claude.

    Now your chosen model will be the default for all future Claude Code sessions.


    Related Articles

    How up-to-date is Claude’s training data?

    How large is the Claude API’s context window?

    Using Claude in Microsoft Foundry

    Model availability in Claude for Government

    Models, usage, and limits in Claude Code

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleShow HN: Need Human Lawyer – when AI for legal work isn’t enough
    Next Article Show HN: Memory Guardian – open-source memory governance for AI agents
    ahmedthepro11@gmail.com
    • Website

    Related Posts

    Digital Workforce

    GitHub Copilot shifts to usage-based pricing June 1 – why that’s no surprise

    April 28, 2026
    Digital Workforce

    Show HN: Memory Guardian – open-source memory governance for AI agents

    April 28, 2026
    Digital Workforce

    I build my LLM a Brain

    April 28, 2026
    Add A Comment
    Leave A Reply Cancel Reply

    AI News

    Self Inspection raises $3M for its AI-powered vehicle inspections

    May 16, 2026

    YouTube AI updates include auto dubbing expansion, age ID tech, and more

    May 16, 2026

    Data center tweaks could unlock 76 GW of new power capacity in the US

    May 16, 2026

    ElevenLabs now lets authors create and publish audiobooks on its own platform

    May 16, 2026
    Demo
    Facebook X (Twitter) Instagram Pinterest
    • Home
    • About Us
    • Contact Us
    © 2026 Virtual News.

    Type above and press Enter to search. Press Esc to cancel.