Ask Jev
askGet calibrated probabilistic answers to yes/no, scale, or choice questions about provided material. Use Jev's non-generative judgment model for quick second opinions, classification, ratings, or checks.
Instructions
Ask Jev, a fast non-generative judgment model, one or more questions about some material you already have. Use it for a quick second opinion, a classification, a rating, or a yes/no check instead of reasoning it out yourself or spawning a sub-agent.
Write each question in plain language. Jev decides whether it is a yes/no question, a scale, or a choice:
Yes/no: "Does this ticket ask for a refund?" You get the probability of yes.
Choice: pass "options" with the named alternatives. "Which team owns this?" with options ["billing", "platform"].
Scale: pass "options" as ordered levels, lowest first. "How urgent is this?" with options ["can wait", "this week", "today"]. Without options, a built-in rubric is picked for you:
intensity: not at all < slightly < moderately < very < extremely
quality: poor < below average < acceptable < good < excellent
severity: trivial < minor < moderate < major < critical
likelihood: very unlikely < unlikely < uncertain < likely < very likely
sentiment: very negative < negative < neutral < positive < very positive
frequency: never < rarely < sometimes < often < always
agreement: strongly disagree < disagree < neutral < agree < strongly agree
Every answer carries probabilities and Jev's confidence, plus "routing" showing how the question was interpreted. Read the confidence: a low value means the material does not settle the question, so add context or decide another way.
Requires TYPESAFE_API_KEY in the server's environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | The material to judge: text, a JSON object, or a JSON array. | |
| questions | Yes | Questions about the same state, answered in one round trip. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | The Jev model that answered. | |
| usage | Yes | Token usage summed over every Jev call made. | |
| answers | Yes | One entry per question, in input order. A question that could not be answered has kind "error"; the others are still answered. |