Drawpie Explainers

What Is Jev? TypeSafe AI's "System One" Model, Explained

What Is Jev? TypeSafe AI's "System One" Model, Explained
Photo by Conny Schneider on Unsplash
Key takeaways
  • 🔑 Jev is not a chatbot and cannot be used as one. You send it a block of context TypeSafe calls state plus a list of typed questions, and it returns typed answers with calibrated probabilities. There are exactly three question types: Choice, Score and Noul.
  • The published price is $42 per billion input tokens — $0.042 per million — with output tokens free. The context budget is 64,000 tokens per request, of which 32,000 covers state plus the longest question. Input is text only.
  • 🔴 TypeSafe paused new signups on its own console at 06:19 UTC on Tuesday 22 September 2026, 32.8 hours after opening general availability. Existing accounts keep working, and Jev is still served by Vercel, Cloudflare, OpenRouter and MotherDuck.
  • Jev is free on Vercel AI Gateway until Friday 25 September 2026. That is the cheapest way in this week and it has a fixed end date.
  • The headline “193.6x faster, 444.6x cheaper” figures are TypeSafe’s own, from TypeSafe’s own evaluation, and the company attaches caveats almost nobody reprints — including that its 0% error figure is, in its words, “not empirical”.
  • The two named real-world datapoints disagree with each other. Vercel told TechCrunch Jev was five to 18 times quicker on a classification job; a Bryo AI engineer told the same reporter it was 10 to 20 times more expensive than Gemini for his use.

Jev is an AI model that does not write anything. You hand it a block of context TypeSafe calls state, plus a list of typed questions, and it hands back typed answers with probabilities attached — one option from a list you defined, a rating on a scale you defined, or a yes/no with the probability that it is yes. TypeSafe AI brought it out of stealth on Tuesday 15 September 2026; as of Tuesday 22 September the company has paused new signups on its own console, and four other platforms still serve it.

One disambiguation, then we move on: JEV is also the abbreviation for Japanese encephalitis virus, and Jev is the handle of a Call of Duty YouTuber formerly of FaZe Clan. Neither is what the past week’s coverage has been about. This page is about the model.

What is Jev, and why is it not a chatbot?

Jev is a classifier and scorer that returns structured data, so there is no prose for it to produce and no conversation to have with it. TypeSafe calls it a “System One” model — the company’s own term, borrowed from Daniel Kahneman’s System 1 — and its documentation defines that class as models “built to make fast, structured decisions that software can use directly”. Jev, the docs say, “returns typed decisions and probabilities rather than generated text”, and is trained so that “their probabilities are optimized against outcomes to reflect uncertainty”.

LangChain, which shipped an integration on Thursday 17 September 2026, states the consequence plainly in its own post: “Jev isn’t a drop-in replacement for an LLM. It doesn’t generate text.” What it is aimed at is the job many teams hand to a large language model — route this request, classify this ticket, decide whether this retrieved chunk is relevant — where the real answer is one of a fixed set and the prose around it is overhead.

TypeSafe AI is a San Francisco company that exited stealth on 15 September 2026 with a $40 million Series Seed led by DCVC. The investor’s own announcement names Diogo Almeida as cofounder and CEO; he spent roughly four years at OpenAI on RLHF, InstructGPT, ChatGPT and GPT-4. Two further cofounder names and a 2024 founding date circulate widely but come from Wikipedia, not from any primary source we could open. The name is usually read as a nod to the Jevons paradox — cheaper machine intelligence increasing rather than reducing total consumption of it — but TypeSafe’s own docs explain only the Kahneman half.

What are Choice, Score and Noul?

They are the only three question types Jev accepts, and all three can be mixed inside a single API call. Each constrains the answer to a shape your code can consume without parsing it.

TypeAsksReturns
ChoicePick one option from a set you defineThe selected option, with probabilities
ScoreRate against ordered descriptive levelsThe level it lands on, with probabilities
NoulA yes/no questionThe probability that the answer is yes

A Choice question can carry up to 255 options, and that cardinality ceiling is the first wall most people hit trying to use Jev as a general-purpose labeller. Cloudflare’s model page lists the same three names — the only corroboration of the primitives outside TypeSafe’s own docs.

What does Jev cost, and what are its limits?

Jev is priced at $42 per billion input tokens — $0.042 per million — and output tokens are free. That follows from what the model does: there are barely any output tokens to bill for.

SpecValue
Modeljev-1.13.0, aliased jev-latest and jev-preview
EndpointA single POST /v1/systemone
Input price$42 per billion tokens, i.e. $0.042 per million
Output priceFree
Context64,000 tokens per request; 32,000 of that for state plus the longest question
Rate limits250,000 tokens/sec and 1,200 requests/min, stated as adjusting dynamically
Input typesText only — a string, a JSON object, or an array of text
LanguageEnglish accuracy stated as currently best
Choice capUp to 255 options per question

Two footnotes. Vercel’s model page and Cloudflare’s both list a 32,000-token context rather than 64,000, and no source reconciles the two. And the $5 of free credit TypeSafe handed out at general availability, which it called roughly 120 million tokens, works out at 119.05 million — honest rounding.

Can you use Jev right now?

Not by signing up at TypeSafe directly — the company paused new signups at 06:19 UTC on Tuesday 22 September 2026 — but yes, through four third-party routes that were still serving the model at the time of writing. TypeSafe said it had to “temporarily pause signups for Jev” in order to “ensure quality of service for our existing signups, which will continue to function”, and that it is working to restore open access. The announcement carried a meme image rather than a statement card, if you see it described as a formal notice.

RouteStatus
TypeSafe APINew signups paused since 06:19 UTC on 22 September 2026; existing accounts keep working
Vercel AI GatewayAs typesafe-ai/jev — free until 25 September 2026, then $0.042 per million input tokens
Cloudflare Workers AIAs typesafe/jev, listed at a 32,000-token context, callable from a Worker
OpenRouterLists typesafe/jev-1.13 and typesafe/jev-latest
MotherDuckExposed as a prompt_jev() SQL function

One caution: none of the four says its route gets a brand-new user around the pause. They bill for the model themselves, which makes it plausible, but this page will not assert it without a source.

The week moved fast enough that most launch coverage is out of date.

DateWhat changed
Tue 15 SepOut of stealth; waitlisted early access; live on Vercel AI Gateway
Wed 16 – Thu 17 SepVercel changelog adds typesafe-ai/jev; The Register reports; LangChain ships its integration
Fri 18 SepTechCrunch report; Vercel publishes its 24-hour adoption figures
Sun 20 SepWaitlist dropped at 21:30 UTC, with $5 of free credit; console outage begins
Mon 21 SepConsole restored 08:16 UTC; separate API incident resolved 23:40 UTC
Tue 22 SepNew signups paused at 06:19 UTC
Fri 25 SepFree period on Vercel AI Gateway ends

The pause came 32.8 hours after general availability, computed from the two announcements’ own timestamps. Accounts that round it to “about two days”, or date general availability to 21 September, are reading a timezone-localised interface rather than the underlying timestamp.

Is Jev really 194 times faster than an LLM?

Nobody outside TypeSafe has verified that multiple. It comes from TypeSafe’s own evaluation, and the company attaches caveats to it that most coverage drops.

The claims: response times of 70ms to 500ms against 3 to 329 seconds for frontier LLMs; 40x to 200x faster on System One tasks, peaking at 193.6x faster and 444.6x cheaper on its workflow evaluation; and a homepage claim of a 238x lower input price than Claude Fable 5.1.

ClaimCaveat
193.6x faster, 444.6x cheaperAnswers are scored against “the average of GPT-6 Astra and Fable 5.1” — two rival models, not verified ground truth
40x–200x on System One tasksThe test workflows “were made by individuals on our model capabilities team, so some bias could exist”
Any of the above“We expect that these are on the higher end of real world gains”
70ms–500ms latencySpeed evaluations are “generally run from our laptops on the West Coast”
0% hallucination, 0% schema error“Our number is not empirical. Schema matching is guaranteed, thus we can confidently add 0% into the plots”

The reference-answer caveat cuts both ways, and the half-quote in circulation is misleading. TypeSafe says averaging two rival models “biases answers towards OpenAI and Anthropic’s models” — then argues in the next sentence that this likely understates its own model’s performance. Whichever direction the bias runs, the point stands: the benchmark measures agreement with two other models, not correctness.

What do people who have actually used it say?

Two named datapoints exist from outside the company, they point in opposite directions, and both are far from 194x. TechCrunch reported both on 18 September 2026.

Pranit Sharma of Vercel said Jev returned “results five to 18 times more quickly and with greater accuracy” than ChatGPT Luna 5.6 on a safety-review classification task. Nikhil Mudholkar, CTO of Bryo AI, told the same reporter Jev was “10 to 20 times more expensive” than Gemini for his use case, with Gemini slightly more accurate — while praising Jev for returning a “real probability which makes it ideal for automating workflows”. Neither number resembles the headline multiple.

The one large third-party measurement is about uptake, not quality. Vercel reported that by hour 24 on AI Gateway, nearly 13% of its paid teams were using Jev — roughly twice the GPT-5.6 family’s share at the same point and more than six times Fable 5.1’s, against under 7% for other recent launches after a full day. Vercel was explicit that the 194x and 445x figures are TypeSafe’s evaluations, not anything it verified.

What can Jev not do?

It cannot generate text, cannot read an image, audio or video, and cannot take a question with more than 255 options. TypeSafe’s own framing is that Jev “gives up string generation” in exchange for guaranteed structure.

The sharpest stated criticism points at a subtler cost. Armin Ronacher, CTO of Earendil, told TechCrunch that Jev “delegates the hallucination problem a little bit to the user”, because a calibrated probability is not a decision until someone chooses the threshold at which it becomes one. The model will not invent a category that does not exist in your schema; it will still hand you 0.61 on a question where you have to decide what 0.61 means.

TypeSafe has said little about the architecture; Almeida is described as tight-lipped, and outside speculation about an open-weight foundation is exactly that.

The first week was not smooth either. TypeSafe’s status page logs a console outage from 20 September resolved at 08:16 UTC on 21 September, and a separate API incident that day, intermittent downtime and instability, resolved at 23:40 UTC.

What to do this week

If you want to try Jev this week, the order is short.

  • The direct route is closed to new accounts as of 06:19 UTC on 22 September 2026. Existing accounts keep working. If you do not have one, watch the company’s own channel rather than the aggregators, which have been a day out on both dates that mattered this week.
  • Vercel AI Gateway is free until Friday 25 September 2026. That is a fixed end date, after which the route prices at $0.042 per million input tokens. Cloudflare Workers AI, OpenRouter and MotherDuck are the other three doors.
  • Pick a job you already send to a large model where the answer is one of a fixed set — routing, intent classification, relevance filtering on retrieved chunks. That is the shape Jev is built for.
  • Budget realistically: at the published price, $5 buys about 120 million input tokens — a lot of classification and no text at all.
  • Do not plan around 194x. Plan around the two named user reports, which bracket a far narrower range, and re-measure on your own workload first.

For what inference actually costs once you count everything the sticker price leaves out, see our breakdown of the true cost of the major models .

How we verified this

The signup pause was checked against TypeSafe’s own post rather than the sites reporting it, and that changed the story. The statement came from the verified @typesafeai account at 06:19 UTC on Tuesday 22 September 2026 (post id 2102281508950307159). Three things corroborate the timestamp: the API’s own created_at field, the snowflake ID itself, which encodes the time and cannot be edited, and the live timeline, which showed the post as the newest item. One aggregator renders the statement ending “Thank you” — those words are not in the post, and are not quoted here.

The general-availability date was checked the same way, and the “21 September” date circulating in several write-ups is a timezone artifact rather than an error of fact. TypeSafe announced general availability at 21:30:43 UTC on Sunday 20 September 2026. At UTC+3 and eastward that instant falls on 21 September, and X’s own interface labels the post “Sep 21” to those viewers. Taking a date off the interface instead of the raw timestamp produces the wrong day. The gap from general availability to the pause is therefore 32.8 hours, not the “about two days” that has been repeated.

The specification and price figures come from TypeSafe’s own documentation, read on 22 September 2026. Model string jev-1.13.0 with aliases jev-latest and jev-preview; a single POST /v1/systemone endpoint; $42 per billion input tokens with output free; 250,000 tokens per second and 1,200 requests per minute, stated as adjusting dynamically; a 64,000-token request budget of which 32,000 covers state plus the longest question; text-only input; English accuracy stated as currently best. The $5 credit arithmetic checks: $5 at $0.042 per million is 119.05 million tokens, which TypeSafe rounds to 120 million.

⚠️ One number is inconsistent across the three hosts and is reported rather than reconciled. TypeSafe’s docs give a 64,000-token budget per request. Vercel’s model page and Cloudflare’s model page both list a 32,000-token context window. That may be the same 32,000 limit described from a different angle, or a platform-side cap. No source states which, so this page gives both.

🔴 Every performance multiple in this article is TypeSafe’s claim about TypeSafe, and the company’s own caveats sit next to it. Its evaluation scores answers against “the average of GPT-6 Astra and Fable 5.1 as the reference answer” — two rival models, not verified ground truth. TypeSafe says that biases results toward OpenAI’s and Anthropic’s models, and in the very next sentence argues the bias runs against its own scores. Reporting only the first half, as most coverage does, misrepresents the source. The company also says the test workflows “were made by individuals on our model capabilities team”, that it expects the gains to be “on the higher end of real world gains”, and that its speed evaluations are “generally run from our laptops on the West Coast”. The 0% hallucination figure is not a measurement at all: “Our number is not empirical.”

⚠️ Several precise-sounding figures in circulation could not be traced to any source and are deliberately absent from this page. A claimed independent benchmark of “about 2.9x faster and about 12x cheaper” appears only on a ring of sites carrying identical text under different mastheads. A “45.5% structured output error rate” for rival models appears only in one partner’s press release. Calibration figures of “62.6%” and a “95% split five ways” trace to a single blog; TypeSafe’s own documentation for that feature carries no accuracy metrics. A report that TypeSafe cleared roughly 140,000 signups in 36 hours could not be confirmed at primary level. The Doom demo latencies of 0.114 seconds against 8.566 seconds come from The Register describing a TypeSafe demo, and TypeSafe’s own demos page carries no numbers, so they are attributed here and not treated as measured.

⚠️ The company’s founding details are thinner at primary level than most write-ups suggest, and one number is left out entirely. DCVC’s announcement, the lead investor’s own page, names only Diogo Almeida as cofounder and CEO. The two additional cofounder names and the 2024 founding year come from Wikipedia, which is tertiary, and are flagged as such in the body. A $200 million valuation for the seed round reaches us only through Wikipedia citing Forbes, and both Forbes articles returned HTTP 403, so it is not printed as fact. The Jevons-paradox reading of the name is likewise secondary: TypeSafe’s own documentation explains only the Kahneman half. Note also that the CEO’s name is Diogo, not Diego, which several secondary write-ups have wrong.

⚠️ Two traps in the source material are worth naming, because either would produce a confident false statement. TypeSafe’s homepage contains a button whose design layer is labelled “Join Waitlist”, but its link points at the company’s Ashby jobs board — it is a stale label on a careers button, not a Jev waitlist. And the English Wikipedia article on Jev still describes the model as being in limited early access, mentioning neither the 20 September general availability nor the pause. Neither is usable as evidence of access status.

⚠️ We did not test whether a third-party host lets a brand-new user around the TypeSafe signup pause. Vercel, Cloudflare, OpenRouter and MotherDuck all bill for the model themselves, which makes it plausible, but none of them says so, and creating an account to find out is not something this site does. The pause is reported here as applying to console.typesafe.ai, which is what TypeSafe said.

🔴 This page contains no forecast of any price and no market odds. The dollar figures here are published list prices and one stated free-trial window with an end date. There is no projection of where inference pricing goes, no valuation estimate for TypeSafe, and no prediction about whether the signup pause lifts.