OpenClaw với mixgateway.io
Dùng OpenClaw với mixgateway.io tại https://api.mixgateway.io/v1. Lấy khóa ở [Dashboard](/dashboard); model openclaw hoặc ID hiển thị trên bảng điều khiển.
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"}]}'