---
title: "Get Live Metrics"
method: GET
path: "/v1/metrics/live"
tags: ["Logs & Metrics"]
---

# Get Live Metrics

`GET /v1/metrics/live`

Get the latest values for the Live metrics section on the web front page.

## Response `200`

Successful Response

- WebLiveMetricsOut
  - `tokens_per_second` number, nullable, required — Tokens per second
  - `time_to_first_token` number, nullable, required — Time to first token in seconds
  - `requests_per_second` number, nullable, required — Requests per second
  - `total_tflops` number, nullable, required — Total TFLOPS

---

[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/revisions/1ff37a4f6190/schema)
