Gateway
Operator model routing for Sessions and Harness. SuperMe super-admin only.
Live backends
- demo primary
… - Cloudflare off
- OpenAI off
- OpenRouter off
- Otari off
Set keys in .env.local. Cloudflare REST: CLOUDFLARE_ACCOUNT_ID + CLOUDFLARE_API_TOKEN. Legacy URL: CF_AI_GATEWAY_URL + CF_AIG_TOKEN (must be a valid Authenticated Gateway token). Pin with model scorton:cloudflare.
Usage
0 requests · 0 tokens
Try a request
API
curl http://localhost:3000/v1/chat/completions \
-H "Authorization: Bearer $SCORTON_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "scorton:auto",
"messages": [{"role":"user","content":"Review this control"}]
}'
# Pin Cloudflare
# "model": "scorton:cloudflare"
# or "cloudflare:openai/gpt-4o"