Skip to content

Commit 8f724ad

Browse files
Update providers/deepseek.mdx
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 9ca5599 commit 8f724ad

1 file changed

Lines changed: 16 additions & 20 deletions

File tree

providers/deepseek.mdx

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,29 @@
11
---
22
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."
44
---
55

6-
CodinIT supports accessing models through the DeepSeek API, including `deepseek-chat` and `deepseek-reasoner`.
7-
86
**Website:** [https://platform.deepseek.com/](https://platform.deepseek.com/)
97

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
169

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
1814

19-
CodinIT supports the following DeepSeek models:
15+
## Configuration
2016

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
2321

24-
### Configuration in CodinIT
22+
## Supported Models
2523

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)
3026

31-
### Tips and Notes
27+
## Notes
3228

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

Comments
 (0)