Jev Waitlist: Why Access Is Limited and How to Start
Last checked · Independent guide, not affiliated with TypeSafe AI
Jev launched on September 15, 2026 as early access. TypeSafe lets developers in from its waitlist in batches and has not published a waiting time. While you wait, you can call the same model through OpenRouter, Vercel AI Gateway or Cloudflare Workers AI.
What “early access” means for Jev
Section titled “What “early access” means for Jev”TypeSafe’s launch post announced Jev as available “in early access” and said the company was moving developers off the waitlist as quickly as it could. In practice that means anyone can create a TypeSafe account and sign in to the console, but an account has to be let in before it can create API keys and make calls.
TypeSafe has not published how long approval takes or how it decides who gets in first.
Why is access limited if Jev is so cheap?
Section titled “Why is access limited if Jev is so cheap?”Commenters asked exactly this in the Hacker News launch thread. The public answers point to capacity rather than price:
- TypeSafe’s model documentation warns that rate limits are adjusting dynamically because the company is serving a very large volume of demand, and that it will let in more users as new GPU capacity arrives.
- TechCrunch reported that demand was high enough that TypeSafe briefly lost the ability to serve users from its API during launch week.
Cheap per call does not mean cheap to scale: a model that answers in a few hundred milliseconds invites very high request volumes, and each account admitted adds load.
How to get on the list
Section titled “How to get on the list”- Go to console.typesafe.ai and sign in or create an account. The TypeSafe homepage links to the same console under “Sign in”, alongside a “Join Waitlist” button.
- If your account is not yet approved, you are on the waitlist; there is nothing more to fill in on the public pages.
- When access is granted, create a key on the console’s API keys page and follow Your first Jev call.
For companies that need guaranteed capacity, TypeSafe’s docs say higher limits are available on custom and enterprise plans through [email protected].
Use Jev while you wait
Section titled “Use Jev while you wait”The same Jev 1.13 model is available without TypeSafe approval on three platforms:
| Platform | Model name | What you need |
|---|---|---|
| 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 |
Code written for OpenRouter or Cloudflare ports to TypeSafe’s API with small changes (endpoint and model name). Code written for Vercel’s AI SDK also needs the yes/no question type renamed from boolean to noul. See How to get a Jev API key and Jev channels compared.
Does waiting cost you anything?
Section titled “Does waiting cost you anything?”Not much technically. All four routes serve Jev 1.13, and the question format is almost identical. The main things you only get on TypeSafe’s own API are the official Python and JavaScript SDKs, version pinning with jev-1.13.0, TypeSafe’s status page as the direct source of truth, and a larger documented request budget.