Skip to content

Commit 6a904b9

Browse files
authored
Update deepseek.md
1 parent b0df69b commit 6a904b9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/providers/deepseek.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# DeepSeek
22

33
Roo 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

89
1. **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.
1011
3. **Create a Key:** Click "Create new API key". Give your key a descriptive name (e.g., "Roo Code").
1112
4. **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
1516
Roo 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

2223
1. **Open Roo Code Settings:** Click the gear icon (<Codicon name="gear" />) in the Roo Code panel.
2324
2. **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.
2526
4. **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

Comments
 (0)