LLMs
LLM Metric API
Retrieve detailed metrics about token counts, processing time, and performance statistics
GET
Authorizations
JWT token for authentication
Path Parameters
The ID of the chat completion request
Response
200
application/json
Successful metrics retrieval
Number of input tokens processed
Example:
41
Number of tokens generated
Example:
758
Total processing time in seconds
Example:
1.25
Time taken after first token generation
Example:
1.21