cURL
curl --request GET \ --url https://http.llm.proxy.prod.s9t.link/get/metrics/{request_id} \ --header 'Authorization: Bearer <token>'
{ "input_tokens": 41, "output_tokens": 758, "time_taken": 1.25, "time_after_first_token": 1.21 }
Retrieve detailed metrics about token counts, processing time, and performance statistics
JWT token for authentication
The ID of the chat completion request
Successful metrics retrieval
The response is of type object.
object