Prerequisites
Before setting up DeepSeek models, you need:- A DeepSeek account at platform.deepseek.com
- An API key from the DeepSeek platform
- Admin access to your Langdock workspace
Setup Steps
- Go to the model settings and click on Add Model
-
Configure the Display Settings:
- Provider: DeepSeek
- Model name: The model you want to add
- Hosting provider: DeepSeek
- Region: US (DeepSeek’s API is hosted in the US)
- Image analysis: Disabled (DeepSeek models do not support vision)
-
Configure the Model Configuration:
- SDK: Select DeepSeek
- Base URL:
https://api.deepseek.com/v1 - Model ID: Use the official model identifier (e.g.,
deepseek-reasonerfor R1,deepseek-chatfor V3) - API key: Paste your DeepSeek API key
- Context Size: Set according to the model (check DeepSeek’s documentation for current values)
- For reasoning models (like DeepSeek R1), enable Display Thinking to show the model’s reasoning process in the UI.
- Click Save and test the model by sending a prompt before making it visible to all users.
Model IDs
DeepSeek uses two main model identifiers:| Model ID | Type |
|---|---|
deepseek-reasoner | Reasoning model (R1 series) — excels at step-by-step problem solving and coding |
deepseek-chat | General-purpose model (V3 series) — fast responses, good for everyday tasks |
Check DeepSeek’s API docs for the latest available models and their specifications.
Configuration Notes
- DeepSeek models are hosted in the US region only
- DeepSeek R1 is a reasoning model — enable Display Thinking to see its reasoning steps
- The base URL must include the
/v1path:https://api.deepseek.com/v1
Troubleshooting
Model not responding:- Verify your API key is valid and has not expired
- Check that you have sufficient credits in your DeepSeek account
- Ensure the model ID matches exactly (case-sensitive)
- DeepSeek R1 (reasoning model) may take longer due to its step-by-step reasoning process
- Consider using DeepSeek V3 for faster responses on simpler tasks