官方网站:http://openclaw.ai/ · 本站基于官网提供更快更易部署的中文教程与 GitHub 快装方案

Star FastOpenClaw
FastOpenClaw 快速一键安装OpenClaw官方教程百科

各大模型 API 申请地址与官网导航(2026-03-03 校验)

2026-03-03

#模型API#OpenAI#Claude#Qwen#DeepSeek#OpenRouter

本文为 FastOpenClaw 教程站的导航页,聚焦“能快速找到正确入口并成功申请 API Key”。
链接于 2026-03-03 做过可达性校验;若你所在网络受限,请切换网络后重试。

一页总览

平台官方网站API Key 申请入口说明
OpenAIhttps://platform.openai.com/https://platform.openai.com/api-keys需登录后管理 Key,部分网络环境会触发访问限制
Anthropic (Claude)https://www.anthropic.com/https://console.anthropic.com/settings/keys推荐用于高质量文本与复杂推理
Google Geminihttps://ai.google.dev/https://aistudio.google.com/apikey通过 Google AI Studio 创建 Key
OpenRouterhttps://openrouter.ai/https://openrouter.ai/settings/keys统一接入多模型,适合快速试错
DeepSeekhttps://www.deepseek.com/https://platform.deepseek.com/api_keys成本友好,部分时段可能触发频控
通义千问(Model Studio)https://modelstudio.console.alibabacloud.com/https://modelstudio.console.alibabacloud.com/国际/全球控制台入口
通义千问(百炼)https://www.aliyun.com/product/bailianhttps://bailian.console.aliyun.com/国内可达性通常更稳定
Moonshot (Kimi)https://www.moonshot.cn/https://platform.moonshot.cn/console/api-keys中文语境表现较好
智谱 GLMhttps://open.bigmodel.cn/https://open.bigmodel.cn/usercenter/apikeys国内模型服务常见选项
Groqhttps://groq.com/https://console.groq.com/keys低延迟推理服务常见入口
Coherehttps://cohere.com/https://dashboard.cohere.com/api-keys英文语义检索/生成常见选项
Mistralhttps://mistral.ai/https://console.mistral.ai/api-keys/欧洲模型服务代表之一
SiliconFlowhttps://siliconflow.cn/https://cloud.siliconflow.cn/account/ak国内聚合与推理服务入口

快速选择建议(面向 OpenClaw 用户)

  1. 新手想快速跑通:先用 OpenRouter 或百炼(配置路径清晰,试错成本低)。
  2. 追求高质量长文本:Claude / OpenAI / Gemini。
  3. 追求成本与速度平衡:DeepSeek / Qwen / GLM。
  4. 团队上线生产:准备主模型 + 备用模型,不要单点依赖。

申请后必做 4 步

  1. 给 Key 命名并记录用途(dev/staging/prod)。
  2. 开启额度或账单提醒,避免突然停服。
  3. 不要把 Key 写进 Git 仓库。
  4. 配置完成后执行服务重启和健康检查。
openclaw gateway restart
openclaw status
openclaw health

常见错误

1) 401 Unauthorized

  • Key 过期、填错、复制时多了空格。
  • 使用了云账号 AK/SK,而不是模型 API Key。

2) 403 Forbidden

  • 账号没有该模型权限。
  • 组织或项目策略限制了访问。

3) 429 Too Many Requests

  • 调用频率过高或额度不足。
  • 需要限流、排队或切换备用模型。

推荐延伸阅读