Jev AI Tutorials: Learn the Judgment Model by Doing
Bilingual tutorials, runnable case studies and version tracking for Jev 1.13 — the System One judgment model by TypeSafe AI that answers judgment, choice and scoring questions with typed output and confidence scores. Not a chat model.
One support message, three steps
Customer: my parcel has not arrived
Jev picks: logistics issue
answer: logistics · confidence: 0.93
System: route to logistics queue
No free-text reply. A typed decision your code can act on.
See what a Jev response looks like
Pick a question type, run the demo, and compare the typed structured output with the equivalent chat-model answer. All responses are preset example fixtures — no network request is made.
Example input
Typed output (Jev) example fixture
Equivalent chat answer
Run demo →
Make it real
Send the same question to Jev with your own API key:
curl https://openrouter.ai/api/v1/chat/completions \
-H 'Authorization: Bearer $OPENROUTER_API_KEY' \
-H 'Content-Type: application/json' \
-d '{"model":"typesafe/jev-1.13","messages":[{"role":"user","content":"Is this comment spam?"}]}' Example fixture — confirm the exact model slug and fields on the official docs / OpenRouter model page. · Full tutorial
Start with a guide
- Jev API Channels: Official API vs OpenRouter (How to Choose)
- How to Use Jev with Coding Agents (Cursor, Claude Code)
- Jev API Tutorial: Make Your First Call in 10 Minutes
- Jev Confidence Scores and Fallback Strategies That Work
- Jev Cost and Latency: Real Pricing Math and Budgets
- How to Get a Jev API Key and Set Up Your Environment
Browse scenarios
- How to Use Jev for Content Moderation (Consistent Decisions)
- How to Use Jev in n8n Workflows (Decision Nodes That Don't Break)
- How to Use Jev for Product Q&A Scoring (Quality at Scale)
- How to Use Jev for RAG Reranking (Better Answers, Lower Cost)
- How to Use Jev for Resume Screening (Fair, Fast First Pass)
- How to Use Jev for Support Ticket Routing (Fewer Misroutes)
Case studies (full code)
- Jev Case Study: Email Routing to Three Teams (Full Code)
- Jev Case Study: Invoice Approval Gate (Fallback Code)
- Jev Case Study: RAG Chunk Reranking in Batch (Full Code)
- Jev Case Study: Resume Fit Scoring vs a JD (Full Code)
- Jev Case Study: Multilingual Review Moderation (Full Code)
- Jev Case Study: Support Ticket Triage (Full Code)