mixgateway.io

通过 mixgateway.io 使用 OpenClaw

通过 OpenClaw 与 mixgateway.io 对接,可使用同一 API Key 和统一账单接入多模型。

为什么用 mixgateway 接入 OpenClaw

  • 一个 API Key — 使用 mixgateway.io 的 API Key 即可调用 OpenClaw 及其他厂商。
  • 统一计费 — 在 [控制台](/dashboard) 查看一份账单、一个用量视图。
  • 接口一致 — 使用 OpenAI 兼容的接口,基础地址为 https://api.mixgateway.io/v1

快速开始

  1. 在 [控制台](/dashboard) 获取 API Key。
  2. 将 OpenClaw 客户端或 SDK 的 base URL 配置为:https://api.mixgateway.io/v1
  3. 在请求中使用模型名 openclaw(或控制台中提供的模型 ID)。

请求示例

curl https://api.mixgateway.io/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"openclaw","messages":[{"role":"user","content":"你好"}]}'

下一步

  • AI 工具集成 — 安装 OpenClaw、引导向导与本网关的 openclaw.json 示例。
  • API 概览 — 完整接口说明。
  • 认证 — API Key 与安全说明。