AP
APEXPAID
LLM PROVIDER • OPENAI COMPATIBLE
CLOUDFLARE WORKERS • OPENAI COMPATIBLE

PAID LLM
via single
API KEY.

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

EXAMPLE • CURL
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
     }'
Replace YOUR_WORKER with your base URL and YOUR_API_KEY with your dashboard key.
2
MODELS
OpenAI
COMPATIBLE
99.9%
UPTIME
Saved in browser. Change after deploy if needed.
Secure API access with your own keys. No extra setup required.