Install
openclaw skills install deepseek-quick-configQuickly configure DeepSeek V3 as the AI model for OpenClaw with API key setup, cost-effective Chinese optimization, and optional streaming or temperature tun...
openclaw skills install deepseek-quick-config5 分钟配置 DeepSeek V3 作为 OpenClaw 的 AI 模型。
# 方法 1:命令行配置
openclaw configure --section models
# 选择 DeepSeek,粘贴 API Key
或编辑 ~/.openclaw/config.yaml:
models:
default: deepseek-chat
providers:
deepseek:
apiKey: sk-xxxxxxxx
baseURL: https://api.deepseek.com/v1
openclaw chat "你好,介绍一下你自己"
| 模型 | Input (¥/百万) | Output (¥/百万) | 相对成本 |
|---|---|---|---|
| DeepSeek V3 | ¥0.27 | ¥1.08 | 1x |
| GPT-4o mini | ¥1.05 | ¥4.20 | 4x |
| Claude Haiku | ¥0.63 | ¥3.15 | 3x |
| GPT-4o | ¥35.00 | ¥105.00 | 130x |
| Claude Sonnet | ¥21.00 | ¥105.00 | 97x |
A: 检查 Key 是否正确复制,没有多余空格
A: 深度思考模式 (deepseek-reasoner) 会慢一些,日常用 deepseek-chat
A: 把模型名改成 deepseek-reasoner
models:
providers:
deepseek:
stream: true
models:
providers:
deepseek:
temperature: 0.7 # 0-2,默认 1
Version: 1.0.0 Created: 2026-03-21