
OpenRouter 是一个大模型 API 聚合平台,一个账号、一个 API Key 就能调用 OpenAI、Anthropic、Google、Meta、DeepSeek 等几乎所有主流模型。
截至 2026 年 3 月,OpenRouter 提供 30 多个完全免费的模型,无需绑卡卡,让你零成本体验顶级 AI 能力。

可以通过Models页面查看免费模型。

openrouter/free: 自动从可用免费模型中选择,支持图片理解、工具调用、结构化输出
在 OpenClaw 终端输入配置命令:
openclaw config按提示选择:
按提示选择:
如果没生效,执行以下命令重启:
openclaw gateway restart配置多个模型实现智能路由:
{
"model": {
"provider": "openrouter",
"name": "openrouter/auto"
},
"models": [
{"provider": "openrouter", "name": "openrouter/openrouter/free"},
{"provider": "openrouter", "name": "anthropic/claude-3-opus"}
]
}简单任务走免费模型,复杂任务才触发付费模型,极致性价比。
访问你的 飞书、钉钉、QQ 等渠道,即可使用 OpenRouter 的所有模型。
404 No endpoints found matching your data policy (Free model publication). Configure: https://openrouter.ai/settings/privacy 。
这是因为 OpenRouter 检测到你的账号数据策略与免费模型发布不匹配,导致 API 调用失败。
打开 https://openrouter.ai/settings/privacy 页面,找到 Privacy Settings > Enable free endpoints that may publish prompts 启用。