Jev is live — try it with no waitlist

The AI model that returns
typed decisions, not text.

Jev = fast, typed decisions for AI agents and software — choice, score, or yes/no probability, in 70–500ms.

40–200× faster than an LLM$0.042/M input tokens0 hallucinations by construction
Live example — a real support message, three typed decisions in one call:
inputSubject: Charged twice again!! Hi — this is the SECOND month in a row I've been billed twice for the Pro plan. I already emailed last month and nobody…
Reading the message…
POST api.typesafe.ai/v1/systemone
state — the input software gives Jev274c
questions — the typed decisions you want back
choicetopic
What is the primary issue the customer is writing about?
one of: billing, bug, account, feature
scoreseverity
How urgent and high-risk is this message?
→ 0…3 · 4 levels
noulescalate
Should this be escalated to a human agent immediately?
probability 0.0 … 1.0
real API · free · no signup
Typed, calibrated output appears here.
Pick a demo, tweak the input, and hit Run Jev.
How it works

Messy text in, typed decision out

You hand Jev the context and the questions. It hands your code back structured, calibrated values — no prose to parse.

input · state
Any messy text your software already has
Jev · System One
Evaluates every question in one round trip · 70–500ms
output · typed
choicetopicbilling
scoreseverity3.0 / 3
noulescalateyes · 0.92
Values your code can branch on directly
Getting started

Is Jev open source?

No — Jev is a hosted model from TypeSafe AI, called over an API. But the tooling around it is open: awesome-jev, jev-mcp and the LangChain integration. The model itself runs on TypeSafe's servers.

How do I actually use Jev?

Three routes: the official TypeSafe waitlist, a gateway (Vercel AI Gateway, OpenRouter or Cloudflare), or a hosted metered key from us with no waitlist. Full walkthrough on the Get Jev page.

What Jev is for

Intelligence that lives inside your software

Most intelligence shouldn't have to become a chat window. Jev makes the small, fast, high-volume decisions that used to need brittle rules or an overkill LLM call.

?

Route & classify

Send a ticket, email, event or document to the right place with a single typed choice and calibrated probabilities.

Score & prioritize

Turn fuzzy judgments — risk, urgency, quality, lead fit — into an ordered score you can threshold on.

Guardrail & gate

Ask a yes/no noul and get a probability, so you can auto-approve the easy cases and escalate the uncertain ones.

70–500ms
Response latency
$0.042/M
Input tokens (output free)
255
Options per choice
0
Type errors, guaranteed
Where teams use it

One call, a typed decision

The same three primitives cover a huge range of the small, fast judgments software makes all day. A few:

Support triage

escalate: yes · 0.92

Route & prioritize inbound tickets

Content moderation

allow: no · 0.08

Gate user posts before they publish

Résumé screening

depth: 3.1 / 4

Score candidates across dimensions

Lead scoring

fit: strong

Qualify inbound sales leads

Code-review risk

risk: high

Flag risky pull requests

LLM guardrails

injection: yes · 0.97

Catch jailbreaks & prompt injection

Data extraction

department: receiving

Turn free text into typed fields

Churn signal

sentiment: 3 / 3

Read sentiment & intent to leave

Try these in the playground ▶
In the agent loop

The fuzzy if your agent was missing

Agents spend most of their time on tiny judgments — is this urgent, is this risky, which model, is this still needed. Too fuzzy for a hand-written if, too small for a frontier LLM. That's Jev's lane.

Route to the right model

Grade a request's complexity and send it to a fast, balanced or frontier model — the pattern LangChain and routers like pi-jev-router ship.

Guardrail tool calls

Before an agent runs a shell command or edits a file, score the risk and allow, confirm, or block — a fast safety check in the loop.

Compact context

Decide keep / truncate / drop for each stale tool result so long sessions shrink — verbatim, no lossy summary rewrite.

Try the agent presets ▶Agent skillGateways & open-source tools →
The three primitives

Every decision is one of three types

You describe the state and the questions. Jev evaluates them all in a single round trip and returns typed values with probabilities.

C

choice

Pick one of up to 255 labelled options. Returns the winning key, per-option probabilities and a confidence.

S

score

Place the input on a 2–10 level ordered spectrum. Returns a fractional score plus the full distribution.

N

noul

A calibrated yes/no as a probability from 0 to 1 — perfect for gates, filters and guardrails.

See full API examples →

Point Jev at your hardest branch

Paste your own state and questions into the playground — it runs against the real API, free.

Open the playground ▶
Jev by TypeSafe AI — Try the System One model & API · Jev by TypeSafe AI