Jev noul
jev_noulAsk a yes/no question about your data and get a probability between 0 and 1, where near 1 means yes and near 0 means no. Define the condition in plain language to judge text, objects, or records.
Instructions
Ask one yes/no question and get its probability.
Use when the condition either holds or does not, and the probability is more useful than a category. Name the condition precisely in instructions; optionally describe the two outcomes in criteria.true and criteria.false, or omit criteria when the instructions already define both.
Returns a value between 0 and 1: near 1 yes, near 0 no, near 0.5 uncertain. It measures probability, not intensity, and there is no separate confidence field — a confident no is near 0, not near 0.5, so read low values as evidence against rather than as low confidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model alias. Omit to use the server default (`openjev`). | |
| state | Yes | The content the questions are judged against: text, an object of named fields, or an array of records. Reference a nested field from `instructions` with a dotted path in backticks, e.g. `account.plan`. Fetch external records first — a URL here is not a request to browse — and note that this API accepts no image, audio, or file uploads. | |
| criteria | No | Optional descriptions of the two outcomes. Omit when `instructions` already defines both. | |
| question_id | No | Label for this question in the response. Defaults to the primitive name. | |
| instructions | Yes | The judgment to make, written out in full. A clear specific string is usually enough; use an object or array when the judgment, its scope, and its constraints belong together. The question id is not sent to the model, so never rely on it to carry meaning. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hints | No | Non-blocking advice about this request, when there is any. | |
| model | No | ||
| usage | No | ||
| answer | Yes | ||
| question_id | Yes |