claude-code - 💡(How to fix) Fix /model picker should show all available models

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Fix Action

Workaround

Users must type /model <model-id> directly with the exact model ID, but there's no way to discover valid IDs from within Claude Code itself.

RAW_BUFFERClick to expand / collapse

Problem

The /model interactive picker only shows a curated subset of available models. For example, claude-opus-4-6 is a valid model that works with /model claude-opus-4-6, but it doesn't appear in the picker list.

This means users don't know what's available unless they already know the model IDs. There's no --all flag or configuration option to show the full list.

Expected behavior

The /model picker should list all models available to the user's account, not a curated subset. The model family is small — there's no UX reason to hide options.

Workaround

Users must type /model <model-id> directly with the exact model ID, but there's no way to discover valid IDs from within Claude Code itself.

Suggestion

Either:

  1. Show all available models in the picker by default, or
  2. Add a configuration option / flag (e.g., /model --all) to display the full list

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

The /model picker should list all models available to the user's account, not a curated subset. The model family is small — there's no UX reason to hide options.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING