TypeSafe AI's Jev 1.13 is a frontier model that has never produced a sentence, and its pricing page is built around that fact: $0.042 per million input tokens, $0 per million output tokens, 32,000 tokens of context. The output column is free because there is effectively nothing to meter. Send Jev a block of program state and a set of typed questions, and it returns a choice, a score, or a yes-or-no probability, all in a single parallel pass. OpenRouter lists the model as released September 18; TypeSafe's own launch post is dated September 15, and Netlify and Vercel wired it into their gateways on September 17. The version string is the only thing anyone can confidently call new. TypeSafe has published no changelog describing what 1.13 changed versus any earlier build, and no public 1.12 exists.
The company calls Jev a "System One" model, borrowing Daniel Kahneman's split between fast intuition and slow deliberation. Founder Diogo Almeida, a former OpenAI researcher who worked on RLHF, frames it as a primitive rather than a chatbot. "Think of Jev as a frontier-intelligence function call: unstructured state in, typed probabilistic decisions out," he wrote in the launch post. The model is trained with what TypeSafe calls Reinforcement Learning for Calibrated Decisions, and the company says it uses a new architecture and a parallel sampler, neither of which it has described in any detail. There are no published weights, no parameter count, and no self-hosting option. Access runs through TypeSafe's API, OpenRouter's Decisions endpoint, Netlify AI Gateway, Vercel AI Gateway, and a LangChain integration.
The money behind it is real. TypeSafe emerged from stealth the same day with a $40 million seed round led by DCVC, an unusually large check for a company founded in 2024 by Almeida, Erik Gafni, and Sasha Sheng. "TypeSafe is approaching one of the biggest remaining challenges in AI: turning increasingly capable models into technology that developers can reliably build into products at scale," said James Hardiman, general partner at DCVC. LangChain's Sydney Runkle and Hunter Lovell, who shipped a TypeSafeClassifier and two experimental middlewares for model routing and tool-risk gating, put it more bluntly: "New models drop every week at this point, but this one had a pretty outsized response."
The headline performance claims come from TypeSafe's own four-workflow benchmark, and the fine print matters. On tasks spanning incident response, agent-trace observability, invoice processing, and customer service, Jev agrees with a reference answer 67.8 percent of the time at roughly $0.0004 per case and 0.4 seconds of latency. GPT-5.6 Terra scores 67.9 percent at $0.0304 and 10.1 seconds. GPT-5.6 Sol reaches 74.1 percent and Claude Opus 5 hits 73.1 percent, so the best LLMs keep a five-to-six point accuracy edge. The 193.6x-faster and 444.6x-cheaper figures on TypeSafe's homepage come from this eval, and the company concedes they sit "on the higher end of real world gains." The reference answers are averages of GPT-6 Astra and Anthropic's Fable 5.1 outputs, the workflows were written by TypeSafe's own capabilities team, and the LLMs were run through TypeSafe's adapter, which the company acknowledges is slower and pricier than letting a model answer without probabilities. Nobody has independently reproduced the numbers.
The much-repeated "zero hallucination" line deserves the same scrutiny. TypeSafe's 0 percent structured-output error rate is not a measurement. It is a property of a model that can only emit values from a schema you declared in advance. The company says so itself: "Our number is not empirical." A wrong choice with a confident probability attached is still a wrong choice. TypeSafe also says it cannot prove its pricing is not subsidized, which is the honest way of saying the $42-per-billion-tokens figure is a bet on future demand, not a cost sheet.
TypeSafe's own "jaggedness" page for 1.13, last reviewed September 17, is the most useful document it has published. The model does not count reliably, reads dates as text rather than ordered quantities, treats adversarial content as data rather than hostile input, and degrades as irrelevant state grows. Its outputs are not internally consistent either. Asking "is the customer requesting a refund" as a Noul returned 0.22 on one ticket while the equivalent yes-or-no Choice returned 0.01 for yes. On another ticket, a refund question and its negation summed to 1.19. For a model whose entire pitch is calibration, the calibration is question-shape dependent, and TypeSafe tells developers not to carry a threshold from one primitive to another.
Early adopters are mostly reporting on speed, not accuracy. Vercel CEO Guillermo Rauch reported Jev up to 18x faster at p95 than GPT Luna on command-safety checks. Bryo AI CTO Nikhil Mudholkar found Gemini slightly more accurate on email triage but 10 to 20 times more expensive. On OpenRouter, the top consumer is a Naver rubric-judging pipeline that has already pushed 9.18 billion tokens through it, with a 0.24-second average latency and 99.98 percent availability over three days.
Why It Matters
Strip away the Kahneman branding and Jev is a hosted classifier with calibrated probabilities and a decisions-only API. Fine-tuned BERT-class encoders have delivered typed classification with probabilities for six years, at latencies well under 100 milliseconds and at the cost of a small GPU. What TypeSafe is actually selling is the removal of the fine-tuning step: zero-shot instruction-following on arbitrary schemas, at prices that make per-row scoring of 50-million-row tables cost about $20. If the accuracy holds outside the vendor's eval, that is a real product. The pieces most likely to be durable are the ones competitors can copy quickly: OpenAI and Anthropic already offer structured outputs and logprobs, and a cheap decisions endpoint is a pricing decision, not a research breakthrough. The piece least likely to be durable is the price itself, which TypeSafe openly cannot defend as unsubsidized.
What to Watch
The next meaningful data point is not from TypeSafe. Watch for an independent harness that runs Jev 1.13 against a fine-tuned small encoder and a cheap LLM with logprobs on the same classification set, with calibration curves rather than agreement percentages. Watch whether the counting, date, and adversarial-content failure modes get closed in a 1.14, and whether TypeSafe ever explains what 1.13 changed. And watch the price. A model that charges $42 per billion tokens and gives output away can only be judged once someone has to pay for the GPUs.
"Think of Jev as a frontier-intelligence function call: unstructured state in, typed probabilistic decisions out."— Diogo Almeida, Founder and CEO, TypeSafe AI