> For the complete documentation index, see [llms.txt](https://docs.layerlens.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layerlens.ai/more-in-this-section-9/benchmarks.md).

# 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

* [SDK: benchmarks](/more-in-this-section-9/models-benchmarks.md)
