GET
/
api
/
v0
/
benchmarks
/
search benchmarks
curl --request GET \
  --url https://console.vast.ai/api/v0/benchmarks/ \
  --header 'Authorization: Bearer <token>'
[
  {
    "contract_id": 123,
    "id": 123,
    "image": "<string>",
    "last_update": 123,
    "machine_id": 123,
    "model": "<string>",
    "name": "<string>",
    "num_gpus": 123,
    "score": 123
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

query
string

Search query string to filter benchmarks.

Response

Success response

contract_id
integer

ID of instance/contract reporting benchmark

id
integer

Benchmark unique ID

image
string

Image used for benchmark

last_update
number

Date of benchmark

machine_id
integer

ID of machine benchmarked

model
string

Name of model used in benchmark

name
string

Name of benchmark

num_gpus
integer

Number of GPUs used in benchmark

score
number

Benchmark score result