Duplicate models shown in model selector dialog #8625

Open
opened 2026-02-16 18:10:25 -05:00 by yindo · 5 comments
Owner

Originally created by @kuzmeech on GitHub (Feb 5, 2026).

Originally assigned to: @rekram1-node on GitHub.

When opening the model selector dialog, some models appear twice (e.g. Claude Opus 4.6 shows up twice in the list).

This happens because the same model can exist in multiple providers (e.g. both opencode and anthropic providers), and there's no deduplication when building the options list.

Steps to reproduce:

  1. Open model selector (leader+m)
  2. Scroll through the list
  3. Notice duplicate entries for some models

Expected: Each model should appear only once

Actual: Some models appear multiple times

Originally created by @kuzmeech on GitHub (Feb 5, 2026). Originally assigned to: @rekram1-node on GitHub. When opening the model selector dialog, some models appear twice (e.g. Claude Opus 4.6 shows up twice in the list). This happens because the same model can exist in multiple providers (e.g. both `opencode` and `anthropic` providers), and there's no deduplication when building the options list. **Steps to reproduce:** 1. Open model selector (leader+m) 2. Scroll through the list 3. Notice duplicate entries for some models **Expected:** Each model should appear only once **Actual:** Some models appear multiple times
Author
Owner

@github-actions[bot] commented on GitHub (Feb 5, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #12204: Models don't show the "latest" tag in the settings window - This appears to be a related issue where models look duplicated because the "(latest)" tag is missing from some entries, which could be contributing to visual duplication in model listings.

Feel free to ignore if this doesn't address your specific case.

@github-actions[bot] commented on GitHub (Feb 5, 2026): This issue might be a duplicate of existing issues. Please check: - #12204: Models don't show the "latest" tag in the settings window - This appears to be a related issue where models look duplicated because the "(latest)" tag is missing from some entries, which could be contributing to visual duplication in model listings. Feel free to ignore if this doesn't address your specific case.
Author
Owner

@ariane-emory commented on GitHub (Feb 5, 2026):

This is expected (and correct) behaviour. If the model is available on multiple providers, you need to be able to select from amongst them when searching.

@ariane-emory commented on GitHub (Feb 5, 2026): This is expected (and correct) behaviour. If the model is available on multiple providers, you need to be able to select from amongst them when searching.
Author
Owner

@s-KaiNet commented on GitHub (Feb 5, 2026):

For me the Opus 4.6 appeared two times under the same anthropic provider. But seems it was a downstream package issue, I dont' see this duplication anymore as of now.

@s-KaiNet commented on GitHub (Feb 5, 2026): For me the Opus 4.6 appeared two times under the same anthropic provider. But seems it was a downstream package issue, I dont' see this duplication anymore as of now.
Author
Owner

@ariane-emory commented on GitHub (Feb 5, 2026):

@s-KaiNet If the issue has been resolved, kindly close the issue as resolved. Thank you so much.

@ariane-emory commented on GitHub (Feb 5, 2026): @s-KaiNet If the issue has been resolved, kindly close the issue as resolved. Thank you so much.
Author
Owner

@s-KaiNet commented on GitHub (Feb 5, 2026):

we'd better ask @kuzmeech if it's resolved, but I guess yes

@s-KaiNet commented on GitHub (Feb 5, 2026): we'd better ask @kuzmeech if it's resolved, but I guess yes
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#8625