Jev AI playground · Powered by TypeSafe
AI Jev for clear decisions.
Try Jev AI online: turn context into structured AI decisions, compare choice probabilities, and inspect confidence before you act.
Free preview limits apply. Sign in to use your credits and keep a decision history.
Your next decision starts here.
Add context above, or try an example to get started.
A good place to start
Jev AI use cases: classification, routing, and agents
Classify text, route support tickets, detect intent, qualify leads, or choose the next tool for an AI agent. Each Jev example includes editable context and candidate answers, so you can test a real workflow before automating it.
Ready-made tools
The question and choices are ready. Bring your context.
Which team should handle this request?
What kind of customer feedback is this?
What does this person want to do?
Which tool should the agent call?
How likely is this lead to buy?
What sentiment does this customer review express?
See what changes a decision.
Same question. Different context. A new perspective.
What is Jev AI?
The Jev AI model is a System One Model built for decisions inside software. Give it context and defined outcomes to get typed AI decisions with probabilities and confidence. iajev brings this AI decision engine into your browser for classification, routing, and business automation.
Try Jev online with your own examples
Use the Jev playground to test a ready-made example or ask your own question with 2–8 possible answers. Inspect the JSON, change the context, and compare results. You can explore a limited free preview without an API key, then use the iajev API to bring choice decisions into your product.
How does Jev work? A quick playground tutorial
- 1
Describe the situation
Paste a message, a task, or the facts that matter.
- 2
Define the decision
Use a ready-made question or choose your own outcomes.
- 3
Read the signals
Compare probabilities and confidence before you act.
A Jev API example for your next integration
Call the iajev REST API with cURL. Receive a choice, probabilities, and confidence as JSON.
curl https://iajev.com/api/v1/decisions/run \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Idempotency-Key: YOUR_UNIQUE_REQUEST_ID' \
-H 'Content-Type: application/json' \
--data '{
"state": {
"message": "I was charged twice for my subscription last month and still haven'\''t received a refund.",
"plan": "pro",
"country": "US"
},
"decision": {
"type": "choice",
"question": "Which team should handle this request?",
"choices": [
"Billing",
"Technical",
"Sales",
"Fraud"
]
}
}'A few useful answers
What is a System One Model, and how does Jev work?
System One AI focuses on fast, bounded decisions. The Jev model evaluates supplied context against defined outcomes and returns probabilities. System Two reasoning focuses on more deliberate, multi-step problem solving. In iajev, you provide a question and choices to explore a probabilistic decision model without writing code.
How can I try Jev online for free?
The Jev AI playground offers a limited anonymous free preview. Start with an example, enter your context, and run a decision. Keep the question and choices unchanged while editing the context to compare probabilities across two runs. Signed-in usage and API requests use paid credits; this is not an unlimited free Jev API.
What is Jev Choice? Can I use Jev Score or Noul here?
Choice selects one of your candidate answers. Jev Score describes a level on a scale, while Noul represents a yes-or-no decision. iajev currently exposes Choice only. For a yes-or-no task, use two text choices; the response remains a choice, not a boolean. The lead qualification tool returns categories rather than a numeric score.
How do I use the Jev API through iajev?
Create an iajev API key in account settings and add credits. Send your context, question, and choices to the decisions endpoint with a Bearer token and a unique Idempotency-Key. The cURL example above is a starting point; the API docs cover request fields, responses, billing, and retry behavior. Keep your key on the server.
Can I call Jev from Python, JavaScript, or TypeScript?
Yes. The iajev API accepts HTTP requests with JSON, so you can adapt the cURL example to Python or use fetch in server-side JavaScript and TypeScript, including Node.js. Go, Java, and Rust applications can use an HTTP client too. No dedicated Jev SDK is required to call this endpoint.
How can I integrate Jev with an agent or web framework?
Call the iajev API from a server route, such as a Next.js backend, and use the returned choice to select the next action. For LangChain, LlamaIndex, Pydantic AI, Vercel AI SDK, or an MCP-based agent, you would write a custom tool or HTTP adapter. iajev does not provide native connectors for these frameworks.
How does Jev pricing work on iajev?
iajev API pricing uses credits: each started 1,000 input tokens costs 1 credit, with a minimum of 1 credit per successful decision. Output tokens do not add a credit charge. The price per credit depends on your subscription or credit pack. See the Pricing page for current plans; use input length and expected request volume to estimate your Jev API cost.
Jev vs LLM: how is it different from ChatGPT or Claude?
For a Jev vs ChatGPT, GPT, Claude, Gemini, or DeepSeek comparison, start with your task. Chat and reasoning models support open-ended generation; Jev focuses on typed decisions over defined outcomes. Compare alternatives on the same labeled examples, measuring accuracy, latency, and cost. iajev does not publish a head-to-head benchmark for these models.
Jev vs structured output, JSON mode, or function calling?
JSON mode and structured output constrain response format; function calling lets a model request a tool invocation. Jev focuses on decisions with probabilities over specified outcomes. In iajev, those results arrive as JSON. A valid schema alone does not establish whether a decision is correct or its probabilities are well calibrated.
What is RLCD, and how does it differ from RLHF and RLVR?
RLCD stands for Reinforcement Learning for Calibrated Decisions, the training approach introduced with Jev. Its goal is to align decision probabilities with correctness. RLHF uses human feedback, while RLVR uses verifiable rewards. These describe different training objectives; iajev lets you inspect decision outputs, not train or fine-tune the model.
How should I evaluate Jev performance and confidence?
Build a Jev benchmark from labeled examples in your own workflow. Measure accuracy, latency, and reliability, then check probability calibration across many cases. The API returns request latency and a separate AI confidence score. One high-confidence answer does not prove calibration, and structured output does not eliminate incorrect decisions or every risk described as AI hallucination.
Can Jev support verification, moderation, and risk workflows?
You can define choices such as approve, reject, or review for verification and content moderation, or low, medium, and high for risk triage. These are custom choice tasks, not dedicated scoring or boolean endpoints. Test them against your own policy and keep human review for consequential or uncertain cases before adding business automation.
Let AI Jev help you make the next decision.
Bring a real question. Define your choices. See where the probabilities lead.