REST — Benchmarks endpoints.
GET
/api/v1/benchmarks
List benchmarks
/api/v1/benchmarks/{id}
Get benchmark
POST
Upload private benchmark
/api/v1/benchmarks/{id}/scores
Per-model scores
multipart/form-data with file + JSON metadata. Supported: CSV, JSONL, Parquet.
multipart/form-data
SDK: benchmarks
Last updated 1 month ago
Was this helpful?