Cursor
Use Bitdeer AI models in the Cursor IDE for AI-powered coding.
Cursor is a code editor built for AI-powered programming. You can configure it to use Bitdeer AI's models through custom API keys.
Prerequisites
- A Bitdeer AI API key (get one here)
- Cursor installed
Configuration steps
Open Cursor and go to Settings.
Navigate to the Models section.
Uncheck all pre-configured models.
In the Model Name field, enter a Bitdeer AI model name, e.g.
deepseek-ai/DeepSeek-V4-Pro.Enter your Bitdeer AI API key in the designated field.
Click Verify to validate the key.
In the OpenAI Base URL field, enter:
https://api-inference.bitdeer.ai/v1Recommended models for coding
| Model | Best for |
|---|---|
deepseek-ai/DeepSeek-V4-Pro | General coding assistance |
zai-org/GLM-5.2 | Complex reasoning and debugging |
Qwen/Qwen3.5-397B-A17B | Large context analysis |
Start chatting
Open the Chat interface with Ctrl + Alt + B (or toggle the AI Pane) and start interacting with your configured model.
Tab Completion and Composer features require Cursor's default models and will not work with custom API keys.
Last updated on