模型 Provider

OpenClaw 可以使用多种 LLM Provider。选一个,完成认证,然后把默认模型设置为 provider/model 格式。

推荐:Venice (Venice AI)

Venice 是我们推荐的 Venice AI 配置方案,注重隐私优先的推理,同时可以在最难的任务中使用 Opus。

  • 默认:venice/llama-3.3-70b
  • 综合最佳:venice/claude-opus-45(Opus 依然是最强的)

查看 Venice AI

快速开始(两步)

  1. 向 Provider 认证(通常通过 openclaw onboard)。
  2. 设置默认模型:
{
  agents: { defaults: { model: { primary: "anthropic/claude-opus-4-5" } } },
}

支持的 Provider(入门套装)

想查看完整的 Provider 目录(xAI、Groq、Mistral 等)和高级配置,请看模型 Provider