v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-0318386446.4 KB

Create Prediction

Run a single arbiter against a single example and return a flat result.

Unlike v1's POST /api/v1/arbiters/predictions (which takes a list of arbiters and wraps the response in a predictions array), v2 takes exactly one arbiter and returns {example_id, prediction_id, output, reasoning, messages}.

post/api/v2/arbiters/predictions

Headers

authorizationstring nullable

Cookies

modaic_sessionstring nullable

Request body

inputobject required
alt_idstring nullable
arbiter_repostring required
arbiter_revisionstring
ground_truthobject nullable
ground_reasoningstring
compute_confidenceboolean

Response

Successful Response

example_idstring required
prediction_idstring required
outputobject nullable
reasoningstring nullable
messagesobject[] nullable