Route requests to Cloudflare Workers AI, Groq, OpenAI, and more — through a single endpoint. No vendor lock-in.
# Same as OpenAI SDK — just change the base URL
curl http://localhost:8081/v1/chat/completions \
-H "Authorization: Bearer lr-your-key" \
-H "Content-Type: application/json" \
-d '{"model":"cf/llama-3.3-70b","messages":[{"role":"user","content":"Hello"}]}'
All models accessible via one endpoint