cd /news/ai-agents/typesafe-ai-s-jev-now-available-on-a… · home topics ai-agents article
[ARTICLE · art-132097] src=vercel.com ↗ pub= topic=ai-agents verified=true sentiment=↑ positive

TypeSafe AI's Jev now available on AI Gateway

TypeSafe AI's Jev, a probabilistic decision model that returns typed Choice, Score, and Boolean answers instead of generated text, is now available on Vercel's AI Gateway and accessible through the experimental `evaluate` API in AI SDK 7.0.105 and later. TypeSafe reports Jev was up to 193.6x faster and 444.6x cheaper than LLMs on its workflow evaluations, with use cases including tool or subagent selection in agent loops, retry-or-stop decisions, urgency and risk scoring, and output verification. Jev supports Zero Data Retention and No Training per request, and its evaluation calls appear in Gateway logs, count toward budgets, and expose separate Choice and Score confidence in `result.providerMetadata.typesafe.confidence`.

by read2 min views1 publishedSep 16, 2026

Jev from TypeSafe AI is now available on AI Gateway. Jev is a probabilistic decision model for software: state goes in, typed Choice, Score, and Boolean answers come out.

Regular language models generate text one token at a time, which the application then parses and validates. Jev evaluates all declared questions in parallel and returns typed answers plus probabilities directly. That removes unnecessary text generation and makes it straightforward to automate clear cases while routing uncertain ones to review.

TypeSafe reports Jev was up to 193.6x faster and 444.6x cheaper than LLMs on its workflow evaluations. Example use cases include:

Choosing the next tool or subagent in an agent loop

Deciding whether to continue, retry, ask the user, or stop

Scoring urgency or risk before an action

Verifying model outputs and enforcing guardrails.

AI SDK 7 exposes Jev through the experimental evaluate API. Choice selects an option, Score grades an ordered rubric, and Boolean estimates the probability of true. Install the current AI SDK (AI SDK 7.0.105 onwards supports the evaluate API):

Each evaluation specifies:

model: the evaluation model to call,

state: the shared string, object, or array to evaluate, and

questions: a map of named decisions to make about that state.

Call the model with typesafe-ai/jev. This example turns one support case into a queue, priority, and refund-review decision, with uncertain routing sent for manual review:

The result preserves question IDs and Choice keys. TypeSafe reports separate Choice and Score confidence in result.providerMetadata.typesafe.confidence. Calibrate probabilities and confidence against labeled examples from your workflow.

Jev supports Zero Data Retention and No Training, enabled per request in the example. Evaluation calls also appear in logs and custom reporting, count toward budgets, and accept other Gateway provider options in the same providerOptions.gateway object.

Read the documentation on evaluation models on AI Gateway for more details.

── more in #ai-agents 4 stories · sorted by recency
── more on @typesafe ai 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/typesafe-ai-s-jev-no…] indexed:0 read:2min 2026-09-16 ·