OpenClaw com mixgateway.io

Use OpenClaw com mixgateway.io em https://api.mixgateway.io/v1. Obtenha a chave no [Dashboard](/dashboard); use o modelo openclaw ou o ID indicado.

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"}]}'