For the complete documentation index, see llms.txt. This page is also available as Markdown.

Benchmarks

REST — Benchmarks endpoints.

Method
Path
Description

GET

/api/v1/benchmarks

List benchmarks

GET

/api/v1/benchmarks/{id}

Get benchmark

POST

/api/v1/benchmarks

Upload private benchmark

GET

/api/v1/benchmarks/{id}/scores

Per-model scores

Upload

multipart/form-data with file + JSON metadata. Supported: CSV, JSONL, Parquet.

See also

Last updated

Was this helpful?