HybridInfer: open-source router runs local models first, auto-falls-back to cloud on stalls

simrankoulsm · reddit · 2026-09-02

A developer released HybridInfer, an Apache-2.0 reliability-aware inference router that solves the pain of local models silently stalling or OOM-ing on long prompts:

It's an OpenAI-compatible server, so any compatible client gets local-first + automatic fallback for free; remote can be OpenAI, OpenRouter, a vLLM box, etc. It orchestrates only — it doesn't run weights itself. A Kotlin/Android version exists for on-device apps.

Install:

pip install hybridinfer

hybridinfer init

hybridinfer serve

Early v0.1; the author wants feedback on the fallback heuristics from people running local models daily.

Related event: HybridInfer: Open-Source Router Auto-Falls Back to Cloud When Local Models Stall(2 posts)→

Original post →

More from coding & agent

coding & agent channel →