Repo · Routing & model choice
jev-router (gargpratyush)
Routes each Claude Code task to the cheapest model that can do it.
Open github.com ↗How builders describe it
Route to the cheapest model in claude code for your task using jev-router.
Route fresh Claude Code and Codex turns through a local proxy that asks Jev to choose a model, with deterministic fallback policy and inspectable routing exchanges.
A router that, for each turn in Claude Code or OpenAI Codex, directs simple tasks to fast models and tough tasks to strong models.
The decision Jev makes
Pick an agent, a model, a skill from a catalog, or a function and its arguments.
Where it fits
Deciding which agent, model, skill or function should handle a request. Jev is a natural router: the options are fixed and the confidence tells you when to fall back. All 161 routing & model choice projects →