benchmarks

Register Grader

Finalize an uploaded grader into an org registry row (deduped by content hash).

post/api/v1/benchmarks/graders/{grader_id}/register

Path parameters

grader_idstring required

Request body

type'in_container_verifier' | 'llm_judge' | 'code' | 'model' required
refstring required
versionstring
reward_schemaobject nullable
configobject
entrypointstring nullable
timeout_secondsnumber nullable

Response

Successful Response

grader_idstring required
organization_idstring required
typestring required
refstring required
versionstring nullable
reward_schemaobject nullable
configobject
artifact_uristring nullable
entrypointstring nullable
timeout_secondsnumber nullable
content_hashstring nullable
created_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.