Jev 1.13 Release Notes: Behavior Changes & Migration

Updated Applies to Jev 1.13

TL;DR: Jev 1.13 is the September 2026 release of TypeSafe AI’s System One judgment model, demoed through OpenRouter at $0.0462 per 1M input tokens. This page is an honest snapshot: it tracks publicly available OpenRouter information, marks what is unverified, and gives a migration checklist (model slug, defensive confidence parsing) rather than invented diff tables.

Version snapshot

ItemValueStatus
ModelJev — System One judgment model by TypeSafe AI (typesafe.ai)Confirmed: official announcement
ReleasedSeptember 2026Confirmed
Version this page covers1.13Confirmed
Question typesJudgment (yes/no/unclear), choice, scoring (1-10 scale in fixtures)Confirmed
Demo channelOpenRouter, OpenAI-compatible endpoint https://openrouter.ai/api/v1/chat/completionsConfirmed
Model slugtypesafe/jev-1.13Verify the exact slug on the OpenRouter model page before shipping
Price$0.0462 per 1M input tokensAs listed 2026-09; verify current pricing on OpenRouter before budgeting
Full behavior changelogNot published on OpenRouter at time of writingUnverified — see below

What is confirmed vs what is not

Jev is in a fast iteration phase, and this page deliberately does not invent a diff table. What we can state:

Check the official announcement post and typesafe.ai docs for authoritative behavior notes.

Migration notes

Check the model slug

If you pinned an earlier slug (or an alias), verify typesafe/jev-1.13 is still what the OpenRouter model page lists. Pin the exact string; do not rely on a bare typesafe/jev alias resolving to 1.13.

Parse the confidence field defensively

Version upgrades are exactly when field behavior can shift. In your client:

Watch your confidence distribution

After any version change, compare the confidence histogram of your traffic before and after. A shift in the distribution is the earliest practical signal that scoring behavior moved — even when answers look unchanged.

How to self-test behavior changes

Since we will not hand you a fabricated benchmark table, build your own — it is small:

  1. Freeze a fixture set: 20-30 inputs covering all three question types, with expected answers and acceptable confidence ranges recorded per input.
  2. Run the set against the version you are migrating from, and save the raw outputs.
  3. Run it against Jev 1.13 (typesafe/jev-1.13).
  4. Diff the answers, confidence values, and rationales. Investigate any input whose answer flipped or whose confidence moved outside your recorded range.
  5. Only then promote the new slug in staging, and last in production.

FAQ

Is 1.13 the latest version of Jev?

This page was updated 2026-09-21 and tracks 1.13. Jev iterates quickly — check the OpenRouter model page for the slug currently served before assuming 1.13 is the newest.

Did pricing change in 1.13?

The price listed on OpenRouter as of September 2026 is $0.0462 per 1M input tokens. Pricing can change independently of model versions; verify on the OpenRouter model page before committing to a budget.

Where is the official Jev changelog?

The authoritative source is TypeSafe AI — start with the announcement post and typesafe.ai docs. This page only tracks what OpenRouter publishes publicly.

Frequently asked questions

Is 1.13 the latest version of Jev?

As of late September 2026, Jev 1.13 is the newest version listed on OpenRouter. This page is updated whenever a new version appears there.

Did pricing change in 1.13?

OpenRouter lists Jev at $0.0462 per 1M input tokens for the 1.13 release. Check the OpenRouter model page for the live price before budgeting.

Where is the official Jev changelog?

TypeSafe AI publishes announcements on their blog at typesafe.ai. This page links to it and tracks behavior changes we can verify ourselves.

Keep reading