Only Claude 3.5 Sonnet is available

I’ve installed Cursor on two different computers and the issue is the same. There are no other LLM options available than Claude 3.5 Sonnet.

I’m on a Pro subscription.

Version: 0.47.5 (Universal)
VSCode Version: 1.96.2
Commit: 53d6da1322f934a1058e7569ee0847b24879d180
Date: 2025-03-14T21:40:35.200Z
Electron: 32.2.6
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Darwin x64 22.6.0

Not all models are usable in Agent.

Here is a list of all models, you should see them in your Cursor settings / Models.

If any are missing just copy the name from the list and add as new model. (Not sure why you wouldnt have them but i have none missing, perhaps Cursor team would look into that if its the case)

No that’s not it. I’ve been using Cursor through the trial period and today I purchased Pro. These past days and also earlier today the models have always been available. They are not possible to add from the settings panel. They should be, but they aren’t in my case. The reason to why I reinstalled on both my machines was that Cursor isn’t able to write to any files. It can create files, but it doesn’t write any code to them.

Not sure why it wouldnt write into files. mine just made 50 files in various ways (created files, others were created and written into, others were moved and written into,…

There is definitely a +Add model option in Models page of Cursor Settings. (the settings in the IDE, not website)

Yes I know, I can see the option to add the models but there are no models to add. Do you know how can I install older versions of Cursor? I’d like to see if it makes any difference.

on the downloads page are several versions but i dont know if that would help. Not sure what it means there are no models to add. as i sent you a full list of models.

I installed the previous version, but it made no difference. I guess I’m cursed . :wink:

Would really add the models you need. Yeah its odd and i agree the IDE should check for such issues. Unfortunately sometimes people add their own API keys and change model names which makes the page necessary to be editable. Perhaps also the Cursor Team can have a look internally.

Thanks for your fast replies. You have never experienced this from what I understand?

Nope, but i saw 1 or 2 posts about missing one model and people reported that adding it worked.

I just tested having claude 3.5 sonnet (only available LLM) creating a typescript file outputting “Hello World”. Again it creates the file, but cannot write any code to it and there is no error shown. So I wonder if the two bugs are related. I also wonder if it’s something related to my computers, it’s just weird that both have the exact same issues.

Yes its strange and even more rare that both machines you use have such an issue. When another user reported similar issues it was rather on one machine.

I highly suggest checking Developer Tools (Help menu in Cursor IDE) for Console errors and Network errors. post them here, it may likely help the Cursor team.

(I know it doesnt help you necessarily but it never occured on my machines)

i guess you went through the Cursor Documentation and the Troubleshooting guide and Common issues there. More info may help the devs i think.

You’re right and there were errors.

Uncaught Error: [composer] No composer data handle found
at So.updateComposerDataSetStore (workbench.desktop.main.js:596:38154)
at workbench.desktop.main.js:50:87377
at aN (workbench.desktop.main.js:50:87131)
at s.value (workbench.desktop.main.js:50:87366)
at Fsi.triggerScrollToBottom (workbench.desktop.main.js:2925:15014)
at workbench.desktop.main.js:2925:10297
workbench.desktop.main.js:4996 Extension Host
workbench.desktop.main.js:919

Failed to refresh server config from server: ConnectError: [unknown] The “listener” argument must be of type function. Received an instance of Object
at t (workbench.desktop.main.js:2319:114067)
at async Object.getServerConfig (workbench.desktop.main.js:97:15148)
at async tjt.forceRefreshServerConfig (workbench.desktop.main.js:919:24737)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.