GPU Performance API
GET /api/silicon-mark/v1/gpus
List individual GPUs with scoreboard performance tiers. Returns paginated individual-GPU benchmark rows with server-derived Gaussian percentile tiers. In v1, scoreboard metrics are populated only whenbenchmark_id is quick_mark.
Authorization
🔒OAuth2: OAuth2PasswordBearerFlow type: password
Token URL: token
Query Parameters
| Field | Type | Required | Description | Constraints |
|---|---|---|---|---|
page | integer | No | Page number | >= 1, default 1 |
per_page | integer | No | Items per page | [ 1 .. 300 ], default 20 |
benchmark_id | string | No | Benchmark that drives scoreboard rows | default quick_mark (v1: use quick_mark) |
gpu_model | string | No | Filter by GPU model | |
status | string | No | Filter by Gaussian percentile tier | optimal, acceptable, underperforming |
name | string | No | Substring filter on job name | |
tags | array | No | Filter by job tags (repeat for multiple; job must include all) | |
state | string | No | Job state filter | default completed when omitted |
Responses
- 200: Successful Response