DeepSeek 是什麼?
來自中國的世界級開源 AI 大模型(101K+ Stars)
重新定義開源 AI
DeepSeek 是由深度求索開發的 開源大語言模型系列。DeepSeek-V3 已獲得 101,000+ GitHub Stars,是全球最受關注的開源 AI 專案之一。
模型家族
| 模型 | 參數量 | 特點 | 下載 |
|---|---|---|---|
| DeepSeek-V3 | 671B (37B 激活) | 通用旗艦,MoE 架構 | Hugging Face |
| DeepSeek-R1 | 671B (37B 激活) | 推理專精,媲美 o1 | Hugging Face |
| R1-Distill-Qwen-32B | 32B | 蒸餾版,超越 o1-mini | Hugging Face |
| R1-Distill-Qwen-7B | 7B | 輕量蒸餾,本地可跑 | Hugging Face |
API 定價
| 模型 | 輸入 ($/M tokens) | 輸出 ($/M tokens) |
|---|---|---|
| DeepSeek-V3.2 | $0.27 | $1.10 |
| DeepSeek-R1 | $0.55 | $2.19 |
比 GPT-5 便宜 18.5 倍。需要 DeepSeek API 充值?透過 Neuronicx 取得。
DeepSeek 部署與使用指南
三種方式:免費網頁 / API 調用 / 本地部署
方式一:免費網頁聊天
訪問 chat.deepseek.com 免費使用。支援 DeepThink 模式、Web 搜索、檔案上傳。iOS/Android App 商店搜尋 "DeepSeek" 下載。131M+ 月活用戶。
方式二:API 調用
訪問 platform.deepseek.com 註冊,取得 API Key。新用戶送 500 萬免費 tokens。相容 OpenAI 格式,修改 base_url 即可切換。
方式三A:Ollama 本地部署
安裝 Ollama,運行 ollama pull deepseek-r1 拉取模型。支援 1.5B-70B 蒸餾版。搭配 Open WebUI 取得圖形介面。完全離線。
方式三B:vLLM 部署
企業級部署。pip install vllm 安裝,Hugging Face 下載權重,tensor parallelism 跨多 GPU 推理。支援 FP8/BF16。
方式三C:SGLang 部署
官方推薦框架,MLA 優化、FP8 KV Cache、Torch Compile。支援 NVIDIA 和 AMD GPU。最佳延遲和吞吐量。
開始使用
API 充值可透過 Neuronicx 平台取得 DeepSeek、Claude、OpenAI API。
DeepSeek 部署命令速查
複製即用(來源:github.com/deepseek-ai)
# 安裝 Ollama
curl -fsSL https://ollama.com/install.sh | sh
# 拉取模型
ollama pull deepseek-r1:7b # 8GB+ GPU
ollama pull deepseek-r1:32b # 24GB+ GPU
# 運行對話
ollama run deepseek-r1:7b
# 搭配 Open WebUI
docker run -d -p 3000:8080 \
--add-host=host.docker.internal:host-gateway \
-v open-webui:/app/backend/data \
-e OLLAMA_BASE_URL=http://host.docker.internal:11434 \
ghcr.io/open-webui/open-webui:mainDeepSeek 核心能力
基於 GitHub 倉庫和官方技術報告
MoE 混合專家架構
671B 總參數,每 token 僅激活 37B。MLA + DeepSeekMoE 架構,推理效率遠超同級密集模型。
DeepThink 深度推理
R1 推理模型,純 RL 訓練,自我驗證和反思。數學、程式碼和推理媲美 OpenAI o1。
程式碼生成
HumanEval 82.6%、LiveCodeBench 40.5%、Codeforces 51.6 百分位,全面領先開源模型。
極致性價比
API 輸入 $0.27/M tokens,比 GPT-5 便宜 18.5 倍。Context Caching 再降 90%。
MIT 開源
程式碼 MIT 許可,模型支援商用。完整權重 Hugging Face 下載。32 個公開倉庫。
豐富蒸餾模型
6 個蒸餾版(1.5B-70B),32B 超越 o1-mini。小模型本地可跑。
多框架部署
SGLang、vLLM、LMDeploy、TensorRT-LLM。兼容 NVIDIA、AMD、華為昇騰。
OpenAI 相容 API
完全相容 OpenAI 格式,修改 base_url 即可從 GPT 無縫切換。
DeepSeek 介面與生態
來自 deepseek.com 和 GitHub 的產品展示
免費聊天
chat.deepseek.com
API 平台
platform.deepseek.com
Ollama 部署
本地一條命令部署
Hugging Face
權重開放下載
GitHub 開源
101K+ Stars、MIT
性能評測
全面領先開源模型
影片教程
跟著影片快速上手 DeepSeek
本地部署 DeepSeek-R1
DeepSeek R1 完整解析
AWS Bedrock 部署 DeepSeek
常見問題
關於 DeepSeek 的常見問題解答