Dify
Add Bitdeer AI as a custom model provider in the Dify platform.
Dify is an open-source LLM application development platform. You can add Bitdeer AI as a custom model provider using Dify's provider flow that accepts a custom API base URL.
Configuration steps
Open Dify and navigate to Settings → Model Providers.
Click Add Custom Model Provider and select OpenAI-API-compatible.
Fill in the configuration: Provider name = Bitdeer AI, API Key = your Bitdeer AI API key, API Base URL = https://api-inference.bitdeer.ai/v1
Add the models you want to use (e.g.
deepseek-ai/DeepSeek-V4-Pro, Qwen/Qwen3.5-397B-A17B).Save and test the connection.
Provider configuration fields
| Field | Value |
|---|---|
| Provider name | Bitdeer AI |
| API Key | Your Bitdeer AI API key |
| API Base URL | https://api-inference.bitdeer.ai/v1 |
Adding models
For each model, you need to specify:
| Setting | Example |
|---|---|
| Model name | deepseek-ai/DeepSeek-V4-Pro |
| Model type | LLM |
| Context length | 65536 |
Use in workflows
Once configured, Bitdeer AI models appear in Dify's model selector for:
- Chat applications
- Text generation workflows
- Agent configurations
Last updated on