Using DeepSeek With Roo Code
Roo Code supports accessing models through the DeepSeek API, including deepseek-chat
and deepseek-reasoner
.
Website: https://platform.deepseek.com/
Getting an API Key
- Sign Up/Sign In: Go to the DeepSeek Platform. Create an account or sign in.
- Navigate to API Keys: Find your API keys in the API keys section of the platform.
- Create a Key: Click "Create new API key". Give your key a descriptive name (e.g., "Roo Code").
- Copy the Key: Important: Copy the API key immediately. You will not be able to see it again. Store it securely.
Supported Models
Roo Code supports the following DeepSeek models:
deepseek-chat
(Recommended for coding tasks)deepseek-reasoner
(Recommended for reasoning tasks)
Configuration in Roo Code
- Open Roo Code Settings: Click the gear icon () in the Roo Code panel.
- Select Provider: Choose "DeepSeek" from the "API Provider" dropdown.
- Enter API Key: Paste your DeepSeek API key into the "DeepSeek API Key" field.
- Select Model: Choose your desired model from the "Model" dropdown.
Tips and Notes
- Pricing: Refer to the DeepSeek Pricing page for details on model costs.