DeepSeek
Last updated
Was this helpful?
DeepSeek is one of the leading domestic large-model providers. Its V3 / R1 series is well regarded for programming and reasoning tasks, and it's affordable.
Go to DeepSeek Platform Register account
API Keys → Create API Key, copy sk-... Key
Top up any amount (minimum ¥1 to activate)
Open Settings → Model Services, find deepseek Provider to enter the details page
API key Fill in sk-...
API address Default https://api.deepseek.com, no need to modify
Click Get model list
deepseek-chat
General chat, extremely cost-effective
deepseek-reasoner
Math, code, complex reasoning. Note that the output will include <thinking> thinking block
DeepSeek itself does not have embedding models. If you want to use global memory or knowledge base:
For embedding models, it is recommended to use another provider's (such as SiliconFlow of bge-m3 or OpenAI of text-embedding-3-small)
The chat model can still use DeepSeek
DeepSeek pricing is billed by token; cache hits can significantly reduce costs (see its official documentation)
deepseek-reasoner Its thinking content is displayed in the chat by default; you can Conversation settings toggle "Auto-collapse thinking content" in
If you encounter any questions, bugs, or have suggestions for feature improvements during configuration or use, please refer to Feedback and Suggestions the official channels provided there.
Last updated
Was this helpful?
Was this helpful?