curl --request GET \
--url https://api.example.com/v1/metrics/live{
"tokens_per_second": 123,
"time_to_first_token": 123,
"requests_per_second": 123,
"total_tflops": 123
}Get the latest values for the Live metrics section on the web front page.
curl --request GET \
--url https://api.example.com/v1/metrics/live{
"tokens_per_second": 123,
"time_to_first_token": 123,
"requests_per_second": 123,
"total_tflops": 123
}