Overview
Connect Bitdeer AI to popular AI frameworks and development tools.
These tools can point at a custom API base URL. For Bitdeer, use https://api-inference.bitdeer.ai/v1 and your Bitdeer API key.
Supported integrations
| Tool | Category | Description |
|---|---|---|
| Cursor | IDE | Use Bitdeer AI models for code completion and chat in Cursor |
| LangChain | Framework | Build LLM chains, agents, and RAG pipelines |
| OpenAI Agents SDK | Framework | Run OpenAI Agents against Bitdeer AI endpoints |
| Dify | Platform | Add Bitdeer AI as a custom model provider in Dify |
| LiteLLM | Proxy | Route and load-balance requests across multiple providers |
General configuration
In most cases you need three values:
| Setting | Value |
|---|---|
| Base URL | https://api-inference.bitdeer.ai/v1 |
| API Key | Your Bitdeer AI API key from Console |
| Model Name | A model ID from the Model Catalog, e.g. deepseek-ai/DeepSeek-V4-Pro |
Last updated on