
查看当前模型状态可以使用以下命令:
/status
这会显示:
openclaw config get models.providers
查看所有已配置的模型提供商和模型列表。
openclaw config get agents.defaults.model
查看当前设置的默认模型。
openclaw models list
列出系统中所有可用的模型。
openclaw session_status
通过工具调用查看详细的会话状态。
当你运行 /status 时,会看到类似这样的信息:
🦞 OpenClaw 2026.3.2 (85377a2)
🕒 Time: Sunday, March 8th, 2026 — 16:12 (Asia/Shanghai)
🧠 Model: deepseek/deepseek-chat · 🔑 api-key sk-c0832...c15fc063 (models.json)
🧮 Tokens: 156 in / 29 out · 💵 Cost: $0.0000
📚 Context: 20k/200k (10%) · 🧹 Compactions: 0
🧵 Session: agent:main:main • updated 3m ago
⚙️ Runtime: direct · Think: off · elevated
🪢 Queue: collect (depth 0)
最推荐使用 /status,因为它直接在会话中显示,不需要离开当前对话环境。