Skip to main content
POST
Create Evaluation

Authorizations

Authorization
string
header
required

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

Body

application/json
model_id
string
required

ID of the model to evaluate

Example:

"model-xyz789"

benchmark_id
string
required

ID of existing benchmark from BenchmarkTask table

Example:

"benchmark-abc123"

custom_metrics
Custom Metrics · object | null

Custom metrics configuration

model_id_2
string | null

ID of second model for comparison mode (eval-compare)

Example:

"model-def456"

Response

Successful Response