OPEN-SOURCE PROJECT
jev-router
An open-source LLM router built on LiteLLM and Jev: dynamically routes requests based on task complexity and context.
- Stars
- 3
- Forks
- 0
- License
- MIT
- Last commit
- 2026-09-17
What Jev does here
Evaluates reasoning requirements of input prompts via single forward pass, delegating dispatch to LiteLLM.
Achieves high-throughput prompt triage and cost optimization without brittle heuristic regexes.
Verified with code-level Jev executable integration evidence; decision mechanisms extracted from source.