11# DeepSeek
22
33Roo Code supports accessing models through the DeepSeek API, including ` deepseek-chat ` and ` deepseek-reasoner ` .
4+
45** Website:** [ https://platform.deepseek.com/ ] ( https://platform.deepseek.com/ )
56
67## Getting an API Key
78
891 . ** Sign Up/Sign In:** Go to the [ DeepSeek Platform] ( https://platform.deepseek.com/ ) . Create an account or sign in.
9- 2 . ** Navigate to API Keys:** Find your API keys in the " API Keys" section of the platform.
10+ 2 . ** Navigate to API Keys:** Find your API keys in the [ API keys ] ( https://platform.deepseek.com/api_keys ) section of the platform.
10113 . ** Create a Key:** Click "Create new API key". Give your key a descriptive name (e.g., "Roo Code").
11124 . ** Copy the Key:** ** Important:** Copy the API key * immediately* . You will not be able to see it again. Store it securely.
1213
@@ -15,14 +16,14 @@ Roo Code supports accessing models through the DeepSeek API, including `deepseek
1516Roo Code supports the following DeepSeek models:
1617
1718* ` deepseek-chat ` (Recommended for coding tasks)
18- * ` deepseek-reasoner ` (Recommended for reasoning tasks)
19+ * ` deepseek-reasoner ` (Recommended for reasoning tasks)
1920
2021## Configuration in Roo Code
2122
22231 . ** Open Roo Code Settings:** Click the gear icon (<Codicon name =" gear " />) in the Roo Code panel.
23242 . ** Select Provider:** Choose "DeepSeek" from the "API Provider" dropdown.
24- 3 . ** Enter API Key:** Paste your DeepSeek API key into the "API Key" field.
25+ 3 . ** Enter API Key:** Paste your DeepSeek API key into the "DeepSeek API Key" field.
25264 . ** Select Model:** Choose your desired model from the "Model" dropdown.
2627
2728## Tips and Notes
28- * ** Pricing:** Refer to the [ DeepSeek Pricing] ( https://api-docs.deepseek.com/quick_start/pricing/ ) page for details on model costs.
29+ * ** Pricing:** Refer to the [ DeepSeek Pricing] ( https://api-docs.deepseek.com/quick_start/pricing/ ) page for details on model costs.
0 commit comments