Skip to content

/model default resolves to 'anthropic/default' instead of resetting to configured default model #13982

@dennisklappe

Description

@dennisklappe

Bug

When using /model deepseek/deepseek-chat to switch to a fallback model, then running /model default to switch back, OpenClaw interprets 'default' as a model name rather than a reset command.

Expected behavior

/model default should reset the model override and return to the configured default model (e.g. anthropic/claude-opus-4-6).

Actual behavior

/model default tries to set the model to anthropic/default, which fails with:

Model "anthropic/default" is not allowed. Use /models to list providers, or /models <provider> to list models.

Workaround

Use the full model name: /model anthropic/claude-opus-4-6

Or use the session_status tool with model=default parameter, which correctly resets the override.

Environment

  • OpenClaw 2026.2.9
  • Channel: WhatsApp

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingstaleMarked as stale due to inactivity

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions