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 URLhttps://api.mixgateway.io/v1.
  1. Schlüssel im [Dashboard](/dashboard) erstellen.
  2. OpenClaw-Client auf https://api.mixgateway.io/v1 zeigen.
  3. Modell openclaw oder 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"}]}'