有在 OpenClaw 配置 anyrouter 模型成功的吗

15 条回复
79 次浏览

我这里一直报 500 呢

种子用户

公告上有啊同志们:

复制
apply this into your ~/.openclaw/openclaw.json and enjoy free claude model access!

"providers": {
  "anyrouter": {
    "baseUrl": "https://anyrouter.top",
    "apiKey": "sk-free",
    "api": "anthropic-messages",
    "models": [
      {
        "id": "claude-opus-4-6",
        "name": "Claude Opus 4.6",
        "reasoning": true,
        "input": [
          "text",
          "image"
        ],
        "cost": {
          "input": 0,
          "output": 0,
          "cacheRead": 0,
          "cacheWrite": 0
        },
        "contextWindow": 200000,
        "maxTokens": 8192
      }
    ]
  }
},
"agents": {
  "defaults": {
    "model": {
      "primary": "anyrouter/claude-opus-4-6"
    },
  }
}

发表一个评论

R保持