Model List differ between the CLI and Web. #6914

Open
opened 2026-02-16 18:05:35 -05:00 by yindo · 4 comments
Owner

Originally created by @bmonish on GitHub (Jan 20, 2026).

Originally assigned to: @adamdotdevin on GitHub.

Description

These are the models which are available in the Ollama Cloud provider which is being displayed in the CLI.

Image

But in the OpenCode web:

Image Image

For example, if you notice models like
GLM-4.6
GPT-OSS 20B
Qwen3 Coder are missing in the web.

Plugins

No response

OpenCode version

1.1.25

Steps to reproduce

  1. Launch OpenCode CLI and connect to Ollama Cloud
  2. Launch OpenCode web and check the model list available for Ollama Cloud in both.

Screenshot and/or share link

No response

Operating System

macOS 15.5

Terminal

Warp

Originally created by @bmonish on GitHub (Jan 20, 2026). Originally assigned to: @adamdotdevin on GitHub. ### Description These are the models which are available in the Ollama Cloud provider which is being displayed in the CLI. <img width="630" height="493" alt="Image" src="https://github.com/user-attachments/assets/78dbccb6-2477-439e-a8ca-ddedd6742d03" /> But in the OpenCode web: <img width="393" height="364" alt="Image" src="https://github.com/user-attachments/assets/75d48aa6-a245-4863-956a-39a287d7ddc3" /> <img width="330" height="248" alt="Image" src="https://github.com/user-attachments/assets/9836a35b-1ad1-48eb-952f-47e1f76a781c" /> For example, if you notice models like GLM-4.6 GPT-OSS 20B Qwen3 Coder are missing in the web. ### Plugins _No response_ ### OpenCode version 1.1.25 ### Steps to reproduce 1. Launch OpenCode CLI and connect to Ollama Cloud 2. Launch OpenCode web and check the model list available for Ollama Cloud in both. ### Screenshot and/or share link _No response_ ### Operating System macOS 15.5 ### Terminal Warp
yindo added the bugweb labels 2026-02-16 18:05:35 -05:00
Author
Owner

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

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

  • #7873: [FEATURE]: Ollama - Multiple Ollama Cloud Models are missing - Also reports missing Ollama Cloud models and suggests using API to retrieve available models
  • #6582: Ollama Cloud Models - Reports that new models added to Ollama Cloud don't show up in OpenCode and requests model refresh functionality
  • #9520: opencode/gpt-5-nano model available in CLI but missing from TUI - Similar issue where models are available in CLI but not in the web/UI interface

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Jan 20, 2026): This issue might be a duplicate of existing issues. Please check: - #7873: [FEATURE]: Ollama - Multiple Ollama Cloud Models are missing - Also reports missing Ollama Cloud models and suggests using API to retrieve available models - #6582: Ollama Cloud Models - Reports that new models added to Ollama Cloud don't show up in OpenCode and requests model refresh functionality - #9520: opencode/gpt-5-nano model available in CLI but missing from TUI - Similar issue where models are available in CLI but not in the web/UI interface Feel free to ignore if none of these address your specific case.
Author
Owner

@neriousy commented on GitHub (Jan 20, 2026):

Hi, to show all of the models you'd need to configure them in the app

here's a step by step guide:

  1. CTRL+P
  2. Type in models -> Choose model
  3. Click "Manage models" on the bottom left
  4. You can hide / show your models there
@neriousy commented on GitHub (Jan 20, 2026): Hi, to show all of the models you'd need to configure them in the app here's a step by step guide: 1. CTRL+P 2. Type in models -> Choose model 3. Click "Manage models" on the bottom left 4. You can hide / show your models there
Author
Owner

@yxshee commented on GitHub (Jan 20, 2026):

The web UI builds its model list from providers.connected() in local.tsx, and the selector further filters via local.model.visible() in dialog-select-model.tsx. Since visible() defaults to true, the missing models likely aren’t being delivered to the web client (provider metadata/sync payload), while the CLI is listing them directly from the provider.

@yxshee commented on GitHub (Jan 20, 2026): The web UI builds its model list from [`providers.connected()`](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-browser/workbench/workbench.html) in [`local.tsx`](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-browser/workbench/workbench.html), and the selector further filters via [`local.model.visible()`](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-browser/workbench/workbench.html) in [`dialog-select-model.tsx`](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-browser/workbench/workbench.html). Since [`visible()`](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-browser/workbench/workbench.html) defaults to true, the missing models likely aren’t being delivered to the web client (provider metadata/sync payload), while the CLI is listing them directly from the provider.
Author
Owner

@bmonish commented on GitHub (Jan 21, 2026):

Hi, to show all of the models you'd need to configure them in the app

here's a step by step guide:

  1. CTRL+P
  2. Type in models -> Choose model
  3. Click "Manage models" on the bottom left
  4. You can hide / show your models there

Okay. This seems to be working! Thank you.

@bmonish commented on GitHub (Jan 21, 2026): > Hi, to show all of the models you'd need to configure them in the app > > here's a step by step guide: > > 1. CTRL+P > 2. Type in models -> Choose model > 3. Click "Manage models" on the bottom left > 4. You can hide / show your models there Okay. This seems to be working! Thank you.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#6914