Get LLM metrics summary
Returns a single aggregated row of LLM metrics for the entire time range.
Headers
Authorization
Bearer token. Use Bearer YOUR_API_KEY.
Request
This endpoint expects an object.
end_time
Inclusive end of the range, ISO 8601.
start_time
Inclusive start of the range, ISO 8601.
metrics_to_aggregate
Optional. If provided, the response includes only these metric fields. If omitted, all LLM metrics are returned.
time_tick
Bucket granularity for time-series endpoints. If omitted, inferred from the range. Has no effect on /summary/ endpoints.
Allowed values:
Response
Successful response.
number_of_requests
total_cost
total_prompt_tokens
total_completion_tokens
total_tokens
error_count
error_percentage
average_prompt_tokens
average_completion_tokens
average_tokens
average_cost
average_tps
average_latency
average_ttft
prompt_cache_hit_tokens
reasoning_tokens
cache_hit_percentage
requests_per_second