Aelox Model Router

One endpoint. Every model. Lowest cost.

The Aelox Model Router is a single endpoint at /v1/chat/completions that sits between you and every major AI provider. Send a query, it reads your intent, picks the cheapest model that can handle it, and routes it through. If that model fails, the next one catches it instantly.

Benchmarked performance

We tested every model across 16 tests in 6 dimensions: factual accuracy, reasoning, coding, instruction following, speed, and safety.

ModelScoreCostLatency
DeepSeek Flash94% PRO$0.15/M~3s
Tencent HY3100% AGIFREE~12s
Nemotron Super82% GOODFREE~4s

Try it right now

curl -X POST http://66.179.136.203:19002/v1/chat/completions -H "Content-Type: application/json" -d '{"model":"deepseek-flash","messages":[{"role":"user","content":"Hello"}]}'

Open source. MIT license. GitHub.