jev-router
prismhq
An open-source LLM router built on LiteLLM and Jev: dynamically routes requests based on task complexity and context.
- License
- MIT
- GitHub Stars
- 3
- Source reviewed
- —
Where Jev makes a decision
Evaluates reasoning requirements of input prompts via single forward pass, delegating dispatch to LiteLLM.
What this project offers
Achieves high-throughput prompt triage and cost optimization without brittle heuristic regexes.
Review scope
Verified with code-level Jev executable integration evidence; decision mechanisms extracted from source.
Sources and implementation
- prismhq/jev-router/blob/583f0a1d1e0534cda3b6bbfa4b19aa1ec25d73a7/README.md
- prismhq/jev-router/blob/583f0a1d1e0534cda3b6bbfa4b19aa1ec25d73a7/jev_router/__init__.py
- prismhq/jev-router/blob/583f0a1d1e0534cda3b6bbfa4b19aa1ec25d73a7/jev_router/config.py
- prismhq/jev-router/blob/583f0a1d1e0534cda3b6bbfa4b19aa1ec25d73a7/jev_router/deciders.py
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.