Source Intelligence
Sweep 28 Aug 2026 · 00:00Z Build v2.1.250 478 read Stable v2.1.236 Latest v2.1.250 Next v2.1.250 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

Reference / Slash commands

/model

A Claude Code slash command, read out of the shipped bundle. No mined inventory carries it: everything below comes from what this site has written about it.

What it is

Switch the AI model and save it as your default for new sessions. For models that support it, use left/right arrows to [adjust effort level](/docs/en/model-config#adjust-effort-level). With no argument, opens a picker; press s on a row to switch for the current session only. See [when Claude Code asks you to confirm the switch](/docs/en/prompt-caching#switching-models). Once confirmed, the change applies without waiting for the current response to finish. Also available in non-interactive mode (-p) with a model argument instead of the picker, where it applies to the current session only and isn't saved as your default; requires Claude Code v2.1.205 or later

Anthropic's own wording. Read off Commands, captured 2026-08-28.

Presence across releases

The miner has never read a build containing this name. It is here because a changelog entry of ours names it, which is evidence that it existed and not evidence of which releases carried it. The inventory starts at v2.1.138 and everything older than that was never mined.

Changelog entries naming it

  1. v2.1.248Model-switch consent can no longer fire twice

    /model can no longer apply a second model change or print a duplicate notice.

    named in this entry

  2. v2.1.248Usage-credits prompts now checked against the disable flag too

    Setting DISABLE_EXTRA_USAGE_COMMAND now also hides the buy-credits prompts, which point at /model instead.

    named in this entry

  3. v2.1.246Compaction retries on a fallback model when the summarizer is refused

    If compaction's model is refused, it retries on an allowed fallback instead of failing outright.

    named in this entry

  4. v2.1.242New modelPicker setting curates the /model list

    A new modelPicker setting curates or replaces the model list you see in /model.

    named in this entry

  5. v2.1.239Effort level is stored as a structured value

    Effort settings are wrapped in a structured value everywhere, including the model menu and SDK.

    named in this entry

  6. v2.1.236Cancellable waits when /model talks to a cloud session

    You can now escape the wait when /model loads or switches models on a cloud session.

    named in this entry

  7. v2.1.234Search field in the model picker

    The model picker has a type-to-filter search, but its entry point is hardcoded off.

    named in this entry

  8. v2.1.232Advisor picker drops unavailable models and explains Fable 5 credits

    The advisor picker hides unavailable models and explains Fable 5's usage-credit requirement.

    named in this entry

  9. v2.1.232Choosing Fable 5 as advisor now tells you to enable usage credits

    Picking Fable 5 as advisor without usage credits now points you at /model fable.

    named in this entry

  10. v2.1.232Out-of-credits and spend-limit messages rewritten for non-interactive runs

    Hitting credit or spend caps in non-interactive runs now suggests another model instead of untypeable commands.

    named in this entry

  11. v2.1.223Model-cycle shortcut opens /model in cloud sessions instead of just nagging

    The model shortcut now actually opens the model picker in cloud sessions instead of just advising you.

    named in this entry

Documentation pages

A reference table page is one whose own table defines this name, and it is where the description above came from. A page that mentions it carries the name somewhere in its text and may say nothing about it at all. Every page carrying it.

Read out of the published npm bundle release by release, and out of Anthropic's own documentation as this site captured it. Nothing on this page is a description anybody here wrote about what the slash command does. All slash commands.