Skip to content

Jev AI: the unofficial handbook

Everything you need to use TypeSafe's Jev model: what it returns, how to get access on four channels, what it costs, and how to fix the errors you will hit. Every page is checked against live API calls.
Item As of September 19, 2026
What it is A “System One” model from TypeSafe AI that answers typed questions about text
Current version Jev 1.13 (jev-1.13.0); jev-latest and jev-preview point to it
Question types Noul (yes/no), Choice (one of up to 255 options), Score (your own scale)
Price $0.042 per million input tokens; output is free
Speed 253 to 378 ms per small request in our tests (median 284 ms)
Input limit About 32,000 tokens for the state plus the longest question
Access Early access with a waitlist; also on Vercel, OpenRouter and Cloudflare
Channel Model name Before your first call
TypeSafe API jev-1.13.0 Account approved from the waitlist
OpenRouter typesafe/jev-1.13 Prepaid credits
Vercel AI Gateway typesafe-ai/jev A card on the Vercel team
Cloudflare Workers AI typesafe/jev A Cloudflare account

The differences that break code, such as the yes/no type being called boolean on Vercel and noul everywhere else, are in Jev channels compared.

  • Sep 19, 2026: Cloudflare adds Jev to Workers AI as typesafe/jev. We add first-hand error reference pages after testing every error code on the official API.
  • Sep 18, 2026: OpenRouter lists typesafe/jev-1.13. The Python SDK reaches 0.7.0.
  • Sep 15, 2026: TypeSafe launches Jev in early access. Vercel AI Gateway lists it the same day, free under a promotion that ends Sep 25, 2026.

Full history: Jev changelog.

TypeSafe’s official documentation at docs.typesafe.ai is the primary source for everything on this site. If you are looking for a specific official page:

You want Official location
The HTTP API reference docs.typesafe.ai, “API reference”
Prices, limits and model aliases docs.typesafe.ai, “Models”
How to write questions docs.typesafe.ai, “Primitives (Questions)”
Known weaknesses of Jev 1.13 docs.typesafe.ai, “Jev 1.13 jaggedness”
Worked examples docs.typesafe.ai, “Cookbooks”
Service status status.typesafe.ai
API keys and the Playground console.typesafe.ai

This site adds what the official docs do not cover: the resale channels, real error messages and where they differ from the docs, measured latency and cost, and plain answers to the questions developers keep asking.

Jev AI Guide is an independent handbook written by developers who use Jev. It is not affiliated with TypeSafe AI. Every page lists its sources and the date its facts were last checked. How we check what we publish.

Sources

  1. TypeSafe documentation