jev-router
prismhq
An open-source LLM router built on LiteLLM and Jev: dynamically routes requests based on task complexity and context.
- 라이선스
- MIT
- GitHub Stars
- 3
- 소스 확인일
- —
Jev가 판단하는 지점
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.
검토 범위
공개 소스와 연동 논리를 확인했습니다.
소스 및 구현
- 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
같은 분류의 프로젝트
jev-codex-router
0xNatoshi · 모델 라우팅
Codex의 각 턴을 Jev가 분류하고 로컬 규칙으로 모델, 추론 깊이, 속도를 선택한다.
jev-research
sherajdev · 모델 라우팅
Jev와 Herdr 연동 가이드와 작업을 여러 Agent에 배분하는 라우터 프로토타입.
jev-demo
minghanminghan · 모델 라우팅
Jev에 경로 질문을 묶어 보내고 분류 결과에 따라 처리하는 고객 지원 데모.
jev-router-playground
hugo-alves · 모델 라우팅
Jev가 후보 모델을 고르고 사용자가 실제 답변을 비교하는 라우팅 실험 화면이다.