API keys
Each key authenticates as you against the gateway. Treat them like passwords.
| Name | Key prefix | Requests · 7d | Tokens · 7d | Credits · 7d | Last used | Status | |
|---|---|---|---|---|---|---|---|
| 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"}]}'