Create an API key in the dashboard — it works instantly. Available models: claude-opus-4-8 and claude-opus-4-8-thinking. temperature is always 0
curl https://YOUR_WORKER.workers.dev/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-opus-4-8",
"messages": [{"role":"user","content":"Explain quantum entanglement in one paragraph."}],
"temperature": 0
}'
Create a key with any name. It works instantly for the API.
Authorization: Bearer <your_key> and model: claude-opus-4-8 / thinking.Manage users and keys. Admin only.
Choose active upstreams. Keys named async → gorouter, desync → tokengate, apexpaid → Apex Paid LLM. Other keys use the default provider.