Run a saved judge
jev_saved_judgeEvaluate new input against a judge saved in your Jev AI account, returning model answers and usage. Optionally specify a revision to detect changed rules with HTTP 409.
Instructions
Evaluate new input with a judge saved in your Jev AI account. Does not change the judge. Optional revision detects changed rules with HTTP 409. Use jev_decide for inline rules. Requires JEV_AI_API_KEY from https://jev-ai.pro/jev-api. Sends input to Jev AI and consumes account credits; rate limits apply. Returns model, answers and usage. No automatic retries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | Text, JSON object or array to evaluate. Sent to Jev AI and its model providers. | |
| judgeId | Yes | ID of a saved judge owned by the API-key account. | |
| revision | No | Expected judge revision; omit to use current rules. |