Skip to main content
POST
Open Rlhf Round

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Idempotency-Key
string | null
authorization
string | null
X-API-Key
string | null

Path Parameters

experiment_id
string<uuid>
required

Body

application/json

Trainer opens a round after uploading that round's cohort.

The checkpoint is identified by the candidate_key the cohort was uploaded under (the candidate is auto-created on upload).

checkpoint_key
string
required
Required string length: 1 - 128
round_index
integer
required
Required range: x >= 0
min_decisive_pairs_per_axis
integer | null
Required range: x >= 1
parent_round_id
string | null

Response

Successful Response

One round of the loop: the checkpoint that generated its cohort + state.

id
string
required
round_index
integer
required
state
string
required
checkpoint_candidate_id
string | null
checkpoint_key
string | null
error
string | null
opened_at
string | null
parent_round_id
string | null
trainable_at
string | null
trainable_thresholds
Trainable Thresholds · object | null
trained_at
string | null
training_at
string | null