Judge Arbitrary Output (independent cross-vendor model)
judge_outputRun a cross-vendor judge model over any text you post: code, a document, another model's output, anything. Returns findings + rationale ONLY — never a score, never a pass/fail verdict. Costs 5.03 credits. The judge always comes from a different vendor family than whatever produced the content, and the answer says which one ran. modelUnderTest names that family. NEEDS A KEY: mint one at https://nittim.com/keys. COSTS MONEY in three calls: the first quotes a price and charges nothing; a second with confirmedCost set to that exact price returns a one-time link for the ACCOUNT OWNER to confirm — their yes, not the assistant's; a plain third call with the same arguments runs once at that price. A moved price is re-quoted, never charged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The text to judge — code, a document, another model's output. Up to ~100KB. | |
| context | No | Optional — background the judge should know, e.g. what this content is for. | |
| criteria | No | Optional — what to judge it against, e.g. 'correctness and security'. | |
| authorization | No | HUMAN CONFIRMATION. The `authorization` id from the confirm-link answer, once the account owner has pressed Confirm. Single-use, short TTL. | |
| confirmedCost | No | COST CONFIRMATION. Omit on the first call; then send back the exact quoted `cost`. | |
| modelUnderTest | No | Optional — which vendor family produced `content`, if it is itself a model's output. The judge that runs is always a different family than this names. Use 'unspecified' for anything that is not model output, or when the family is unknown. |