Model missing in the Model list, but when I want to use DeepSeek API, the model used is gemini-2.0-flash-exp which is not in my model list


so I want to enter the DeepSeek API Key through OpenAI but when verifying an error appears:

curl https://api.deepseek.com/chat/completions -H “Content-Type: application/json” -H “Authorization: Bearer ***“ -d ”{ \“messages\”: [ { “role”: \“system”, “content”: \“You are a test assistant.” }, { \“role\”: \“user”, “content”: "Testing. Just say hi and nothing else." } ], \“model\”: "gemini-2.0-flash-thinking-exp" }”

where the model used is gemini-2.0-flash-thinking-exp, and in my model list there is no option to disable gemini-2.0-flash-thinking-exp, is there any way to disable the model or change the content of the message to change the model used?

Cursor Version = 0.48.8

Hey, just to try get this up and running, can you try disable every other model besides DeepSeek v3 and see if that works to authorise the key?

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