CalibratedDecisions.

Repo · Routing & model choice

jev-router

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.

Open github.com ↗

How builders describe it

small TS lib that routes each query to the cheapest LLM tier that can handle it, using Jev for classification.

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 →

Related projects