|
1 | 1 | --- |
2 | 2 | title: "DeepSeek" |
3 | | -description: "Learn how to configure and use DeepSeek models like deepseek-chat and deepseek-reasoner with CodinIT." |
| 3 | +description: "Configure DeepSeek models for coding and reasoning tasks with CodinIT." |
4 | 4 | --- |
5 | 5 |
|
6 | | -CodinIT supports accessing models through the DeepSeek API, including `deepseek-chat` and `deepseek-reasoner`. |
7 | | - |
8 | 6 | **Website:** [https://platform.deepseek.com/](https://platform.deepseek.com/) |
9 | 7 |
|
10 | | -### Getting an API Key |
11 | | - |
12 | | -1. **Sign Up/Sign In:** Go to the [DeepSeek Platform](https://platform.deepseek.com/). Create an account or sign in. |
13 | | -2. **Navigate to API Keys:** Find your API keys in the [API keys](https://platform.deepseek.com/api_keys) section of the platform. |
14 | | -3. **Create a Key:** Click "Create new API key". Give your key a descriptive name (e.g., "CodinIT"). |
15 | | -4. **Copy the Key:** **Important:** Copy the API key _immediately_. You will not be able to see it again. Store it securely. |
| 8 | +## Getting an API Key |
16 | 9 |
|
17 | | -### Supported Models |
| 10 | +1. Go to [DeepSeek Platform](https://platform.deepseek.com/) and sign in |
| 11 | +2. Navigate to [API keys](https://platform.deepseek.com/api_keys) |
| 12 | +3. Click "Create new API key" and name it (e.g., "CodinIT") |
| 13 | +4. Copy the key immediately - you won't see it again |
18 | 14 |
|
19 | | -CodinIT supports the following DeepSeek models: |
| 15 | +## Configuration |
20 | 16 |
|
21 | | -- `deepseek-v3-0324` (Recommended for coding tasks) |
22 | | -- `deepseek-r1` (Recommended for reasoning tasks) |
| 17 | +1. Click the settings icon (⚙️) in CodinIT |
| 18 | +2. Select "DeepSeek" as the API Provider |
| 19 | +3. Paste your API key |
| 20 | +4. Choose your model |
23 | 21 |
|
24 | | -### Configuration in CodinIT |
| 22 | +## Supported Models |
25 | 23 |
|
26 | | -1. **Open CodinIT Settings:** Click the ⚙️ icon in the CodinIT panel. |
27 | | -2. **Select Provider:** Choose "DeepSeek" from the "API Provider" dropdown. |
28 | | -3. **Enter API Key:** Paste your DeepSeek API key into the "DeepSeek API Key" field. |
29 | | -4. **Select Model:** Choose your desired model from the "Model" dropdown. |
| 24 | +- `deepseek-v3-0324` (Recommended for coding) |
| 25 | +- `deepseek-r1` (Recommended for reasoning) |
30 | 26 |
|
31 | | -### Tips and Notes |
| 27 | +## Notes |
32 | 28 |
|
33 | | -- **Pricing:** Refer to the [DeepSeek Pricing](https://api-docs.deepseek.com/quick_start/pricing/) page for details on model costs. |
| 29 | +- **Pricing:** See [DeepSeek Pricing](https://api-docs.deepseek.com/quick_start/pricing/) |
0 commit comments