---
title: "Deployment Stats"
method: GET
path: "/deploy/stats"
tags: ["Dedicated Models"]
---

# Deployment Stats

`GET /deploy/stats`

## Query parameters

- `from` string, required — start of period, unix ts or 'now-5h', supported units s(ec), m(min), h(our), d(ay), w(eek), M(onth)
- `to` string — end of period, unix ts or now-relative, check from, defaults to now

## Headers

- `xi-api-key` string, nullable
- `x-api-key` string, nullable

## Response `200`

Successful Response

- DeploymentMainStatsOut[]
  - `model_name` string, required — Model name
  - `requests` integer, required — number of inference requests in the provided interval

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/deepinfra/apis/deepinfra-api.md) · [All operations](https://skmtc.net/deepinfra/apis/deepinfra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deepinfra/deepinfra-api/versions/51b817b3f80f/schema)
