mixgateway.io

OpenClaw와 mixgateway.io

OpenClaw를 mixgateway.io와 함께 쓰면 https://api.mixgateway.io/v1 한 곳으로 통합할 수 있습니다. 키는 [대시보드](/dashboard)에서 발급하고, 모델명은 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":"Hello"}]}'