Wait Which Model?
← Back to directory
TypeSafe AI

Jev

Released Sep 15, 2026 · knowledge cutoff unpublished

Status
Unknown
Location
United States
Modality
Text
Context window
64K
Max output
Speed
Price ($/MTok in / out)
$0.04 / $0.00
Cost per task
Open weights
No
Benchmarks0 of 10 reported

MMLU-Proretired

GPQA Diamond

SWE-bench Verified

SWE-bench Pro

Terminal-Bench 2.1

AIME (latest)retired

Humanity's Last Exam

LMArena Elo

GDPval-AA v2

ARC-AGI-2

Strengths & weaknesses

Strengths

  • Returns typed values from the schema you declare rather than text — a malformed or undeclared field is impossible by construction, so there is no parsing layer to break
  • Answers in a few hundred milliseconds with a fixed floor of roughly 430 ms per call, so batching hundreds of questions into one request costs barely more than asking one
  • Its top confidence band is a usable routing signal: in an independent pre-registered eval, gating at 0.99 gave 100% accuracy on the 60% of traffic that cleared the bar
  • Decisions are defined at runtime in the question text, so a classifier can be changed or added without retraining or labelled data

Weaknesses

  • Cannot generate text at all, and TypeSafe's own docs warn that counting, arithmetic and date reasoning are unreliable — anything numeric has to live in code
  • Calibration is uneven below the top band: an independent test measured expected calibration error at 4x the noise floor, with yes/no answers underconfident, multiple-choice overconfident, and an average 0.74 confidence on questions it got right under half the time
  • Reads criteria literally with no out-of-scope reflex — a wrongly worded criterion dropped accuracy below the random floor, and inputs matching none of the options still get a confident pick
  • Broad single questions underperform: 62.6% on phishing detection asked once against 95% only after the task was split into five atomic questions plus a fitted regression the user has to maintain

Not an LLM: a "System One" decision model trained with TypeSafe's RLCD (reinforcement learning for calibrated decisions) that takes text state plus typed questions (Choice, Score, Noul) and returns values with calibrated probabilities, sampled in parallel rather than token by token, so none of this site's benchmarks apply and every cell is null by design. Filed under the fast tier for cost and latency, since it is not comparable to flagship generators. Context is 64k tokens per request per TypeSafe's model page (32k for state plus the longest question); OpenRouter lists it as 32k. Output tokens are unmetered. TypeSafe's own console opened with an early-access waitlist, but OpenRouter (typesafe/jev-1.13, via a separate alpha decisions endpoint) and Vercel AI Gateway serve it to anyone, hence availability general. TypeSafe's 40-200x speed and 40-400x cost claims come from its own workflow evals, which it says were written by its capabilities team and timed from laptops; the latency and calibration figures in strengths/weaknesses are third-party (priorbench, scienthoon, beri.net). No Artificial Analysis coverage as of launch.

For developers

API model strings

  • typesafejev-1.13.0
  • openroutertypesafe/jev-1.13

Licence

Proprietary — weights not released

Retirement

No retirement announced

Lineage

No recorded predecessor

News