litellm
BerriAI
LiteLLM can use Jev to classify requests for its complexity-based model router.
- License
- MIT
- GitHub Stars
- 59123
- Source reviewed
- 2026-09-19
Where Jev makes a decision
Maps requests to configured complexity classes that drive backend routing.
What this project offers
Makes the complexity judgment behind routing inspectable.
Review scope
README and integration source reviewed at a fixed commit; not independently run or benchmarked by this site.
Sources and implementation
- BerriAI/litellm/blob/56116079c8022da0e8f7ff9ccb017ad5aca5aed2/litellm/router_strategy/complexity_router/jev_classifier.py
- BerriAI/litellm/blob/56116079c8022da0e8f7ff9ccb017ad5aca5aed2/README.md
- BerriAI/litellm/blob/56116079c8022da0e8f7ff9ccb017ad5aca5aed2/tests/README.MD
- BerriAI/litellm/blob/56116079c8022da0e8f7ff9ccb017ad5aca5aed2/LICENSE
Related projects
jev-codex-router
0xNatoshi · Model Routing
Uses Jev to classify each Codex turn, then applies local rules to choose the model, reasoning effort, and speed mode.
jev-research
sherajdev · Model Routing
A Jev and Herdr integration guide with a prototype for routing tasks to different Agents.
jev-demo
minghanminghan · Model Routing
A customer-service routing demo that batches Jev questions before following the resulting route.
jev-router-playground
hugo-alves · Model Routing
A model-routing playground where Jev picks a candidate and users compare the resulting answers.