/mini:model

Slash command that views or sets the project model from inside Claude Code.

↔ See the non-interactive form (mini …)

Usage

/mini:model [show | reset | <scope> <model>]

  show              Print the current model setup
  reset             Clear every override
  <scope> <model>   Set the model for one scope (or just <model> for the default)

Description

The native slash command, run inside your Claude Code session. Pass a complete instruction (`show`, `reset`, `do opus`, `sonnet`) and it runs it straight away and relays the output; pass nothing, or just a scope without a model, and it first shows the current setup and asks you which scope and model you want before applying. It only uses the non-interactive forms — it never opens the terminal picker in the session. This is the in-session counterpart of the `mini model` terminal command.

Examples

# Show the current setup
/mini:model show

# Run the implementation step on opus
/mini:model do opus

# Clear every override
/mini:model reset