Skip to main content
Option 1: Native integration (recommended):
{
  "model": "deepseek-chat",
  "deepseek_api_key": "YOUR_API_KEY"
}
ParameterDescription
modeldeepseek-chat (DeepSeek-V3.2, non-thinking mode), deepseek-reasoner (DeepSeek-R1, thinking mode)
deepseek_api_keyCreate at DeepSeek Platform
deepseek_api_baseOptional, defaults to https://api.deepseek.com/v1. Can be changed to a third-party proxy
Option 2: OpenAI-compatible configuration:
{
  "model": "deepseek-chat",
  "bot_type": "openai",
  "open_ai_api_key": "YOUR_API_KEY",
  "open_ai_api_base": "https://api.deepseek.com/v1"
}