概览
模型提供商快速开始
选择一个提供商,完成身份验证,然后将默认模型设置为 provider/model。
快速开始(两步)
- 向提供商进行身份验证(通常通过
openclaw onboard)。 - 设置默认模型:
{ agents: { defaults: { model: { primary: "anthropic/claude-opus-4-6" } } },}支持的提供商(入门集合)
- 阿里云百炼
- Amazon Bedrock
- Anthropic(API + Claude CLI)
- BytePlus(国际版)
- Chutes
- Cloudflare AI Gateway
- Cohere
- ComfyUI
- DeepInfra
- fal
- Fireworks
- MiniMax
- Mistral
- Moonshot AI(Kimi + Kimi Coding)
- NovitaAI
- OpenAI(API + Codex)
- OpenCode(Zen + Go)
- OpenRouter
- Qianfan
- Qwen
- Runway
- StepFun
- Synthetic
- Venice(Venice AI)
- Vercel AI Gateway
- xAI
- Z.AI (GLM)
有关完整的提供商目录和高级配置,请参阅 提供商目录和模型提供商。
其他提供商变体
anthropic-vertex- 安装@openclaw/anthropic-vertex-provider,以便在 Vertex 凭据可用时支持通过 Google Vertex 隐式使用 Anthropic;无需单独选择新手引导身份验证方式copilot-proxy- 本地 VS Code Copilot Proxy 桥接;使用openclaw onboard --auth-choice copilot-proxygoogle-gemini-cli- 非官方 Gemini CLI OAuth 流程;需要在本地安装gemini(brew install gemini-cli或npm install -g @google/gemini-cli);默认模型为google-gemini-cli/gemini-3-flash-preview;使用openclaw onboard --auth-choice google-gemini-cli或openclaw models auth login --provider google-gemini-cli --set-default
相关内容
Was this useful?