CLI /model picker doesn't list Sonnet 5 as a preset; shows custom model instead

Open 💬 7 comments Opened Jul 1, 2026 by palminha

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet (closest related: #63456, #72584 — neither is an exact match)
  • [x] This is a single bug report
  • [x] I am using the latest version of Claude Code

What's Wrong?

The /model interactive picker in the terminal CLI does not list Claude Sonnet 5 (claude-sonnet-5) as a named preset option, unlike the VSCode extension, which already shows "Sonnet 5" as a proper labeled entry with pricing info in its model picker.

Setting the model manually via claude --model claude-sonnet-5 (or /model followed by typing the model ID) works correctly — the CLI accepts it and confirms with "Kept model as claude-sonnet-5". However, afterward the /model picker/status UI displays it generically as "custom model" instead of showing it as "Sonnet 5" with its description/pricing, the way Opus, Sonnet 4.6, Haiku, and Fable presets are shown.

What Should Happen?

The CLI's /model picker should include Sonnet 5 as a first-class named preset (with description and pricing, e.g. "Sonnet 5 · Efficient for routine tasks · $2/$10 per Mtok · promo through Aug 31"), matching what's already shown in the VSCode extension's picker, instead of falling back to a generic "custom model" label.

Steps to Reproduce

  1. Update Claude Code CLI to the latest version
  2. Run claude --model claude-sonnet-5 or set it via /model
  3. Run /model again to view the picker/current selection
  4. Observe the model is labeled "custom model" rather than "Sonnet 5"
  5. Compare with the VSCode Claude Code extension's model picker, which already lists "Sonnet 5" as a proper named preset

Claude Code Version

2.1.185

Platform

Anthropic API

Operating System

macOS (Darwin 25.5.0)

Terminal/Shell

zsh

Is this a regression?

No — this is a new model (Sonnet 5) not yet added to the CLI's preset list, while it has already been added to the VSCode extension's preset list.

Additional Information

Related issues describing the same underlying pattern (new model available on one surface but missing from the CLI /model preset list):

  • #63456 — Opus 4.8 not selectable in CLI /model despite being available on account
  • #72584 — Sonnet 5 vs Sonnet 4.6 display/context mismatch on Windows desktop app (different symptom, same model)

View original on GitHub ↗

This issue has 7 comments on GitHub. Read the full discussion on GitHub ↗