jev-router
rajdhakad9826
Cost-aware LLM router that picks the cheapest model capable of handling a query, using TypeSafe's Jev for fast classification instead of an LLM call.
- License
- MIT
- GitHub Stars
- 4
- Source reviewed
- —
Where Jev makes a decision
Jev returns a structured decision for the local program; consult the source for the exact decision policy.
What this project offers
Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.
Review scope
Author and repository text is preserved where clear; missing languages are enriched automatically. Checks establish source-level Jev integration, not runtime, safety, or performance validation.
Sources and implementation
- rajdhakad9826/jev-router/blob/9c332db56da87a559a1e18d0331c8fcb303b40fd/README.md
- rajdhakad9826/jev-router/blob/9c332db56da87a559a1e18d0331c8fcb303b40fd/src/router.ts
- rajdhakad9826/jev-router/blob/9c332db56da87a559a1e18d0331c8fcb303b40fd/src/jev/classifier.ts
- rajdhakad9826/jev-router/blob/9c332db56da87a559a1e18d0331c8fcb303b40fd/src/core/loss.ts
- rajdhakad9826/jev-router/blob/9c332db56da87a559a1e18d0331c8fcb303b40fd/src/core/normalise.ts
- rajdhakad9826/jev-router/blob/9c332db56da87a559a1e18d0331c8fcb303b40fd/src/core/selection.ts
- rajdhakad9826/jev-router/blob/9c332db56da87a559a1e18d0331c8fcb303b40fd/src/index.ts
- rajdhakad9826/jev-router/blob/9c332db56da87a559a1e18d0331c8fcb303b40fd/src/types.ts
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.