[FEATURE]: Expand model picker options after OAuth subscription #7551

Open
opened 2026-02-16 18:07:33 -05:00 by yindo · 3 comments
Owner

Originally created by @jc-244 on GitHub (Jan 25, 2026).

Originally assigned to: @adamdotdevin on GitHub.

Feature hasn't been suggested before.

  • I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

After subscribing via OAuth in the desktop app, the model picker currently exposes only 2 options.

Image

Could we expand the available models in the picker, like what OpenAI offers in their official IDE plugin?

Image
Originally created by @jc-244 on GitHub (Jan 25, 2026). Originally assigned to: @adamdotdevin on GitHub. ### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request After subscribing via OAuth in the desktop app, the model picker currently exposes only 2 options. <img width="292" height="361" alt="Image" src="https://github.com/user-attachments/assets/283fa614-d574-4a27-b993-e5091b296720" /> Could we expand the available models in the picker, like what OpenAI offers in their official IDE plugin? <img width="154" height="177" alt="Image" src="https://github.com/user-attachments/assets/e47828bb-c8ea-43f7-a4b0-decee76923ad" />
yindo added the discussionweb labels 2026-02-16 18:07:33 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 25, 2026):

This is a well-documented feature request that appears to be unique. I've searched for related issues but found no clear duplicates addressing the specific request to expand model picker options after OAuth subscription.

Related issues that may be of interest:

  • #10476: Clarify gpt-5.2 vs gpt-5.2-codex (OAuth model clarification)
  • #6798 & #6169: Custom models not appearing in TUI picker (UI rendering issue)
  • #10522: Display usage multipliers for GitHub Copilot models

Feel free to ignore this comment if your specific case is already covered by any of these.

@github-actions[bot] commented on GitHub (Jan 25, 2026): This is a well-documented feature request that appears to be unique. I've searched for related issues but found no clear duplicates addressing the specific request to expand model picker options after OAuth subscription. Related issues that may be of interest: - #10476: Clarify gpt-5.2 vs gpt-5.2-codex (OAuth model clarification) - #6798 & #6169: Custom models not appearing in TUI picker (UI rendering issue) - #10522: Display usage multipliers for GitHub Copilot models Feel free to ignore this comment if your specific case is already covered by any of these.
Author
Owner

@jc-244 commented on GitHub (Jan 25, 2026):

Desktop model picker shows only two options because it does selections based on family values in models.dev upstream.

The reviewer suggests modifying the upstream code.

@jc-244 commented on GitHub (Jan 25, 2026): Desktop model picker shows only two options because it does selections based on `family` values in models.dev upstream. The reviewer suggests modifying the upstream code.
Author
Owner

@jc-244 commented on GitHub (Jan 25, 2026):

BTW, I tried the TUI tonight and noticed it already supports the feature.

Image

Haven't dug into the code yet, but it seems there might be a way to do it without necessarily changing the family values.

@adamdotdevin Thanks!

@jc-244 commented on GitHub (Jan 25, 2026): BTW, I tried the TUI tonight and noticed it already supports the feature. <img width="418" height="212" alt="Image" src="https://github.com/user-attachments/assets/8cae2fb4-e912-4c9e-b8ee-9b741aa23e8a" /> Haven't dug into the code yet, but it seems there might be a way to do it without necessarily changing the `family` values. @adamdotdevin Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#7551