Skip to main content
POST
Start an eval run

Authorizations

Authorization
string
header
required

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

Body

application/json

Start a grid with at most 100 total case, task, and trial combinations.

cases
minItems(1) · object[]
required

an array of at least 1 item(s)

Minimum array length: 1
prompt
string
required
tasks
minItems(1) · object[]
required

an array of at least 1 item(s)

Minimum array length: 1
trials
integer
required

a number between 1 and 10

Required range: 1 <= x <= 10

Response

The id of an eval run accepted for background execution.

The id of an eval run accepted for background execution.

id
string
required