/geekbench/ai_results/search

POST /api/geekbench/ai_results/search

Price: 5 credits

Search uploaded Geekbench AI runs by device or chip name, or walk the newest and the top-scoring runs when no query is given. Each row carries the run id and URL, the device and chip name, the inference framework, and the single-precision, half-precision and quantized scores; the run list also carries the upload time. Feed an id to the Geekbench AI run endpoint for the workload breakdown, the backend and the host machine.

How to use it

Two upstream surfaces sit behind one call and they are exclusive: with `query` you get text matching in a fixed order, without it you get the run list, which is the only place `sort` and `order` apply. Use the sorted list to find the fastest hardware at a precision, and the query to find a specific device. The query matches the device and chip strings the machine reported, so a desktop often appears under its board name and not under any product name.

Parameters

Request body

Response

Errors

Response headers