One key. Many models.
OpenAI-compatible API gateway with smart auto-routing.
Send model: "auto" and we pick the best (and cheapest) model for you.
🔀 Auto-Router
Code, reasoning, or simple chat — we route to the right model automatically.
🔑 Single API Key
DeepSeek, Groq, and more — one OpenAI-compatible endpoint. BYOK supported: use your own provider keys.
🛡️ BYOK-First
Bring your own DeepSeek/Groq keys. You keep billing and provider compliance; we add smart routing.
💰 Cost Optimized
Near provider pricing. Smart routing saves you money on every request.
⚡ Edge Fast
Runs on Cloudflare Workers — low latency, global, always on.
Quick Start
# Works with Cursor, Cline, Continue, Aider...
curl https://lumirouter.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "auto",
"messages": [{"role": "user", "content": "Hello!"}]
}'
Get your API key
Early access — BYOK recommended. Contact us for a LumiRoute gateway key; connect your own provider keys for inference.