# Routing and gateways

7 entries.

- [tiershift](https://github.com/iamvatsalpatel/tiershift) - Shifts every LLM call to the cheapest model that can handle it, policy in YAML, decision in about 180 ms.
- [jev-router by prismhq](https://github.com/prismhq/jev-router) - LLM router on top of LiteLLM.
- [agent-router](https://github.com/nidhi-singh02/agent-router) - Picks Cursor, Claude Code, Codex, or OpenCode plus model and effort for a task, then launches it.
- [Janus](https://github.com/FirasSX914/Janus) - Measures on your data when Jev beats other models, then routes accordingly.
- [hono-jev-router](https://github.com/yusukebe/hono-jev-router) - Route HTTP requests by meaning in Hono.
- [JevRouter](https://github.com/BillionsBobby/JevRouter) - Models, subagents, skills, MCP tools, and CLIs as one candidate set; Jev picks, the router enforces permissions and risk; reports 44 percent first-five tool-call hits against 24 for DeepSeek on Toolathlon.
- [jev-gateway](https://github.com/vinilana/jev-gateway) - Local gateway for Codex and Claude Code that sends the "which tool next" decision to Jev and everything else to your usual model.

Page: https://awesomejev.vercel.app/c/routing-and-gateways/
