OpenClaw と mixgateway.io
OpenClaw を mixgateway.io と組み合わせ、1 本の API キーと統一された課金で複数モデルを利用できます。ベース URL は https://api.mixgateway.io/v1 です。キーとモデル名は [ダッシュボード](/dashboard) で確認してください。
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"}]}'