OPENCLAW使用GGBOOM公益站的正确配置

2026-04-11 15:180阅读0评论SEO基础
  • 内容介绍
  • 文章标签
  • 相关推荐
问题描述:

经常坛里老师们的指导和摸索,在龙虾里的openclaw.json的配置如下:

"models": { "mode": "merge", "providers": { "proxy": { "baseUrl": "https://ai.qaq.al/v1", "apiKey": "sk-你的KEY", "api": "openai-responses", "models": [ { "id": "gpt-5.4", "name": "gpt-5.4", "reasoning": false, "input": [ "text", "image" ], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 100000, "maxTokens": 81920 } ] }, "zai": { "baseUrl": "https://open.bigmodel.cn/api/paas/v4", "api": "openai-completions", "models": [ { "id": "glm-5",

主要的内容如下:
“baseUrl”: “Sub2API - AI API Gateway”,
“apiKey”: “sk-你的KEY”,
“ap

阅读全文
问题描述:

经常坛里老师们的指导和摸索,在龙虾里的openclaw.json的配置如下:

"models": { "mode": "merge", "providers": { "proxy": { "baseUrl": "https://ai.qaq.al/v1", "apiKey": "sk-你的KEY", "api": "openai-responses", "models": [ { "id": "gpt-5.4", "name": "gpt-5.4", "reasoning": false, "input": [ "text", "image" ], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 100000, "maxTokens": 81920 } ] }, "zai": { "baseUrl": "https://open.bigmodel.cn/api/paas/v4", "api": "openai-completions", "models": [ { "id": "glm-5",

主要的内容如下:
“baseUrl”: “Sub2API - AI API Gateway”,
“apiKey”: “sk-你的KEY”,
“ap

阅读全文