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 が候補モデルを選び、利用者が各回答を比較するルーティング実験画面。