Jev pricing
Jev is priced for high-volume, machine-scale use: you pay only for input, and output is free.
Skip the waitlist — get a hosted Jev key
Don't want to wait for official access? Call Jev through our metered API. Sign in, create a key, prepay a small balance, and start making typed decisions in minutes — no TypeSafe waitlist, no key handling on your side.
Buy credits — start in a minute
Pick a pack, pay with card, and your balance is topped up instantly. Credits never expire.
Secure checkout by Stripe · credits land on your account instantly · manage keys in the dashboard.
You prepay a balance and we deduct per input token as you call /api/v1/decide; output is free. It's a managed convenience layer over the official API — for raw at-cost pricing ($0.042/M) and full quotas, go direct via console.typesafe.ai.
curl https://jevtypesafeai.com/api/v1/decide \
-H "Authorization: Bearer jv_live_..." \
-H "Content-Type: application/json" \
-d '{"state":"Customer: my card was charged twice",
"questions":{"topic":{"type":"choice",
"instructions":"Route this message",
"criteria":{"billing":"money","bug":"broken","account":"login"}}}}'What that actually means
At $0.042 per million input tokens, Jev is one to two orders of magnitude cheaper than calling a frontier LLM for the same classify/route/score task — and it returns a typed answer instead of text you'd have to parse. TypeSafe estimates an average decision costs about $0.0004 on their benchmarks.
- 1,000 decisions ≈ $0.40
- 1 million decisions ≈ $400
- Output tokens are free, so batching several questions into one call is cheap.
Per-decision figures are estimates from TypeSafe's published benchmarks; your real cost depends on how large your state is, since you pay per input token. Always confirm current pricing on the official site.
Rate limits
- 250,000 tokens / second
- 1,200 requests / minute
How to lower your bill
- Trim the state. You pay per input token — send only the context the decision needs.
- Batch questions. Several questions share one state payload in a single round trip.
- Route by confidence. Let Jev auto-handle the easy, high-confidence cases and reserve expensive LLM calls or human review for the uncertain few.
Getting access
Three ways in: try it now with no key in our free playground; get a hosted metered key from us to start building without the waitlist; or go direct for official keys, quotas and billing managed by TypeSafe at console.typesafe.ai.