Switch language

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

FieldValue
Provider nameBitdeer AI
API KeyYour Bitdeer AI API key
API Base URLhttps://api-inference.bitdeer.ai/v1

Adding models

For each model, you need to specify:

SettingExample
Model namedeepseek-ai/DeepSeek-V4-Pro
Model typeLLM
Context length65536

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

On this page

Dify · Bitdeer AI