v4

latestOpenAPI 3.1.02026-07-31155218294.8 KB
Dedicated Models

Deployment Stats

get/deploy/stats

Query parameters

fromstring required

start of period, unix ts or 'now-5h', supported units s(ec), m(min), h(our), d(ay), w(eek), M(onth)

start of period, unix ts or 'now-5h', supported units s(ec), m(min), h(our), d(ay), w(eek), M(onth)

tostring

end of period, unix ts or now-relative, check from, defaults to now

end of period, unix ts or now-relative, check from, defaults to now

Headers

xi-api-keystring nullable
x-api-keystring nullable

Response

Successful Response

model_namestring required

Model name

requestsinteger required

number of inference requests in the provided interval

Example response

[
  {
    "model_name": "google/vit-base-patch16-224"
  }
]