Show HN: We built open OpenRouter that turns usage into a better model (github.com)
It’s is rust native, built for concurrency, and implements all the config quirks across models and providers (streaming formats, tool calls, model parameters, rate limits, and different error behavior).
The gateway adds under 1 ms for BYOK requests and under 2 ms when Experiential supplies the provider key. It has every major inference provider, and 1000+ models refreshed daily via a codex agent that opens a PR.
Compared to other similar projects we’re open source, take no markup, allow you to mix local models with a marketplace, and use your traffic to (opt in) train you a model. Simple routing doesn’t warrant a 10% token markup.
The way we do this is given standardized OTel traces, we mine representative real tasks, use text world models to simulate rollouts for various models, apply an LLM judge, and fit a nearest neighbor classifier on top of an embedding of a prompt to decide the optimal model for each request. Usually this can map out a better pareto curve on cost/quality than just calling single models but it’s not perfect.
Using these simulations we can also do things like suggesting cache hit optimizations, new model suggestions, and training models.
It’s open source, so you can deploy it on your own infrastructure, use our hosted version with 0 markup, or read how we design for maximum availability on our website.
Just have the harness able to choose which model its sub-agents use, then tell it how to split up tasks and which models to use when doing so.
Amazing! Really brilliant idea, thank you for sharing this project. There is so much ground to cover in the LLM gateway / routing / reporting world, and this is a great start. The Tinker implementation is my favorite part, fine tuning is much better than a sea of context files.
So, two months. Still impressive!
unfortunately a small team can reproduce it in two months, which greatly lowers value of it.
we, as a collective, have to change our value-judging logic and tune it to post AI world.
Look at the Intelligence features in the Enterprise plan:
* Per-prompt model optimization
* Caching
* A model you own, trained on your traffic
proof: boldly claiming being open source in literally first sentence, while cowardly hiding on-by-default telemetry (WTF??) in truly last paragraph of readme.
sorry to sound harsh, but this is typical old era playbook here.
in the era of AI, fortunately, such products has much lower value. people and VCs didn’t yet tune to it.
We make money off enterprise licenses and hosting models.
I have strong reason to suspect you either can't read or are a bad actor.
At least for open source inference, it seems like there's healthy competition centered around vllm/sglang, but 2026 seems to be for model routers what 2025 was for agent harnesses.
Is there more info on this? I'm curious exactly what it is. Is it fine-tuning/LoRA on some base model? Don't cloud providers encrypt reasoning now - does that prevent this?
Rereading I see you wrote "open OpenRouter", which looks a bit like a typo at first glance.
- https://github.com/ENTERPILOT/GoModel - https://github.com/maximhq/bifrost - https://github.com/BerriAI/litellm
Would you care to share what makes experiential different?