v1
latestOpenAPI 3.0.12026-07-26101834.1 KBMetrics
Get metrics for any LLM chat completion request
Retrieve detailed metrics about token counts, processing time, and performance statistics
get/get/metrics/{request_id}
Path parameters
request_idstring uuid required
The ID of the chat completion request
Response
Successful metrics retrieval
Example response
{
"input_tokens": 41,
"output_tokens": 758,
"time_taken": 1.25,
"time_after_first_token": 1.21
}