UnifyRoute – Self-hosted OpenAI-compatible LLM gateway with failover
Drop-in OpenAI API gateway with failover—LiteLLM does this but this has a dashboard.
High-performance self-hosted AI gateway (OpenAI-compatible) with routing, retries, and streaming
Go gateway with circuit breakers, but auth isn't production-ready yet.
Backend developers running multiple LLM providers in production
LiteLLM · Portkey · Helicone
It exists because once you add multiple model providers, retries, fallbacks, routing, and observability logic start leaking into app code.
LunarGate moves that into one gateway layer.
Current features: - provider/model routing - retries and fallbacks - circuit breakers - optional caching and rate limiting - hot-reloadable YAML config - optional observability - complexity-aware routing
Important caveat: inbound auth/security is not production-complete yet, so it should run behind an auth-enforcing proxy/gateway. I’m actively working on that now.
I also have a long roadmap, but I’m trying to figure out what matters most in practice. If you’ve run something like this before, I’d especially love to know: what 1–2 things would you need before trusting a gateway like this in production?
It’s open source: https://github.com/lunargate-ai/gateway
Docs / site: https://docs.lunargate.ai/ https://lunargate.ai
Drop-in OpenAI API gateway with failover—LiteLLM does this but this has a dashboard.
Prompt injection detection at 100% precision — but only catches 43% of actual injections.
Stripped-down Portkey fork handling protocol translation for 77 providers without enterprise bloat.
Open-source proxy making 77+ LLM providers OpenAI-compatible without the enterprise bloat.
Zero-trust networking via zrok beats LiteLLM when your GPUs sit behind NAT.
LLM gateway with Redis + Qdrant caching, but LiteLLM does this.