Detail guideline on how to use DeepSeek AI on TypingMind.
Step 1: Sign up for DeepSeek AI
First, you will need to sign up for a DeepSeek AI account at https://platform.deepseek.com/sign_in
Step 2: Get DeepSeek API key
- Create a new API key
- Copy the generated API key
Step 3: Set up DeepSeek AI on TypingMind
- Go to Manage Models
- Add Custom Models
- Updates the following information to set up DeepSeek:
- Name: DeepSeek (or you can give it any name you want)
- Endpoint:
https://api.deepseek.com/v1/chat/completions
- Model ID: it can be
deepseek-coder
ordeepseek-chat
- Add Custom Headers:
Authorization
: Bearer {{YOUR_API_KEY}}
(enter the copied API key)- Click Test
- Click Update model
Now, you can choose the model and interact with it!
DeepSeek AI currently offers 10M tokens for FREE.