Run a Jev AI decision
decideSend a text or JSON state with up to 16 typed questions to Jev AI, and get choices, scores, or yes/no answers, each with a calibrated probability.
Instructions
Send a state (text or JSON) and up to 16 typed questions to Jev AI on jevx.org, and get back the choice, score or yes/no for each — with a calibrated probability on every option. Needs JEVX_API_KEY. Branch your own code on the returned probabilities, not just the top label; a noul of exactly 0.5 means the model declined to answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Pin a dated model id for reproducible answers; omit to use the floating alias. | |
| state | Yes | The thing being judged: plain text, or a JSON object/array. | |
| questions | Yes | Up to 16 named questions, all judged against the same state. |