OpenClaw mit mixgateway.io
Nutzen Sie OpenClaw mit mixgateway.io — ein Schlüssel, eine Abrechnung über mehrere Modelle.
- Ein Schlüssel — mixgateway.io-API-Schlüssel für OpenClaw und andere Anbieter.
- Ein Dashboard — [Dashboard](/dashboard).
- OpenAI-kompatible URL —
https://api.mixgateway.io/v1.
- Schlüssel im [Dashboard](/dashboard) erstellen.
- OpenClaw-Client auf
https://api.mixgateway.io/v1zeigen. - Modell
openclawoder ID aus dem Dashboard nutzen.
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"}]}'