API keys

Each key authenticates as you against the gateway. Treat them like passwords.

NameKey prefixRequests · 7dTokens · 7dCredits · 7dLast usedStatus
No keys yet — create one above.
Quick start
curl https://api.cocolada.xyz/v1/chat/completions \
  -H "Authorization: Bearer sk-live-..." \
  -H "Content-Type: application/json" \
  -d '{"model": "llama-3.3-70b", "messages": [{"role":"user","content":"hi"}]}'