Not select custom models list dropdown again

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

I added several ways custom models and is not displaying in models selection dropdown. My version is 2.6 and i tried reload, full restart, etc, etc.

may you help me? :pray: thanks

Steps to Reproduce

Add a custom model, nothing happen

Expected Behavior

show the models you added and are active

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 2.6.12
VSCode Version: 1.105.1
Commit: 1917e900a0c4b0111dc7975777cfff60853059d0
Date: 2026-03-04T21:41:18.914Z (23 hrs ago)
Build Type: Stable
Release Track: Early Access
Electron: 39.6.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.1.0

Does this stop you from using Cursor

Yes - Cursor is unusable

3 Likes

**Same issue here after updating to 2.6.12. **

Version: 2.6.12 (Universal)
VSCode Version: 1.105.1
Commit: 1917e900a0c4b0111dc7975777cfff60853059d0
Date: 2026-03-04T21:41:18.914Z
Build Type: Stable
Release Track: Default
Electron: 39.6.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Darwin arm64 24.6.0

same here with

Version: 2.7.0-pre.18.patch.0

VSCode Version: 1.105.1

Commit: b76635bbba0ad6fa8e6fb7a95caf38d9b751f360

Date: 2026-03-05T00:40:06.343Z (1 day ago)

Build Type: Stable

Release Track: Early Access

Electron: 39.6.0

Chromium: 142.0.7444.265

Node.js: 22.22.0

V8: 14.2.231.22-electron.0

OS: Darwin arm64 25.3.0

1 Like

Same issue here after updating today.

Version: 2.6.12
VSCode Version: 1.105.1
Commit: 1917e900a0c4b0111dc7975777cfff60853059d0
Date: 2026-03-04T21:41:18.914Z
Build Type: Stable
Release Track: Default
Electron: 39.6.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.2.0

**Same issue here after updating to 2.6.12. **

Hey, thanks for the report. Can you try scrolling down in the model selection dropdown? The custom model might be there, just further down the list and not visible unless you scroll.

Let me know if that helps.

I scrolled down but it’s still not there. I’m fairly certain it’s a bug, since it was working normally before the update.

2 Likes

same question

same question. custom model disappeared.

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Bug Report: Cannot Select Newly Added Custom Models in Cursor IDE

Steps to Reproduce

'm encountering an issue in Cursor IDE when trying to use custom OpenAI models:
Navigated to Settings → Models → API Keys and configured my OpenAI API key.
Attempted to add a new custom model via the Add Model option.
After successfully creating the new model entry, I am unable to select or activate it from the model dropdown menu in the editor.
The new model appears in the list but is unclickable, preventing me from using it for code completions and chat. This issue persists after restarting the application.

Operating System

Windows 10/11

Version Information

Version: 2.6.12 (system setup)
VSCode Version: 1.105.1
Commit: 1917e900a0c4b0111dc7975777cfff60853059d0
Date: 2026-03-04T21:41:18.914Z
Build Type: Stable
Release Track: Default
Electron: 39.6.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.26100

Does this stop you from using Cursor

No - Cursor works, but with this issue

是的,我也遇到了这个问题,增加自定义模型,在对话中无法选择。我的同事在旧版本上可以添加,但当我让他将 cursor 升级到新版本之后,他也面临这样的问题

The previously selected model is still usable, but I can’t reselect it. This is likely a rendering issue. Refreshing the cache didn’t fix it either

都遇到同样的问题,目前有一个比较绕的解决办法,就是先把所有可用模型关闭,只留你想用的那个模型,然后切换到auto状态,再切回来,那就会自动选择唯一可用的模型了,测试过是有效的。但是这里有另外一个问题,现在添加自定义模型的时候,cursor会自动匹配一个它自有的模型,这会导致模型名的不一致,从而调用大模型失效,暂时不知道怎么解决这个问题。

Hey! I had the same problem just now. Restart the app solves it, may be it can work for you as well

Tried restarting the app, but it still doesn’t work. Is your version correct?

Tried restarting the app, but it still doesn’t work. Is your version correct?

• I found a partial workaround for this Cursor model bug.

In my case, I was able to make the model appear again like this:

  1. Disable all other models and leave only the one you want to use enabled.
  2. Open the chat, turn on Auto mode, and send any message.
  3. After that, turn Auto mode off.

When I did this, the model showed up again in the chat model list.

This is not a permanent fix, but it does work as a partial workaround.
I spent quite a while figuring this out, so I’m sharing it here in case it helps someone else.

UP ? :grinning_face:

1 Like

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When adding / removing a GoogleAPI key manually added google models seemed to break in the Agent side panel.

Steps to Reproduce

Activate a Google API key and remove it under Cursor Settings > Models. When ‘gemini-2.5-pro’ is manually added, the user is not able to select this model from the context menu in the Agent side panel.

Expected Behavior

The manually added model should show up in the Agent side panel.

Operating System

MacOS

Version Information

Version: 2.6.12
VSCode Version: 1.105.1
Commit: 1917e900a0c4b0111dc7975777cfff60853059d0
Date: 2026-03-04T21:41:18.914Z
Build Type: Stable
Release Track: Default
Electron: 39.6.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Darwin arm64 24.6.0

For AI issues: which model did you use?

gemini-2.5-pro

For AI issues: add Request ID with privacy disabled

Not able

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

The customized model did not appear in the options.

Steps to Reproduce

  1. Add a Custom Model
  2. View the Agent’s Model Options

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 2.6.12
VSCode Version: 1.105.1
Commit: 1917e900a0c4b0111dc7975777cfff60853059d0
Date: 2026-03-04T21:41:18.914Z
Build Type: Stable
Release Track: Default
Electron: 39.6.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.3.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

this is not working..