Endpoint Metrics
Log Endpoint Metric
POST
Append speed or cost data to the standardized time-series benchmarks for a custom endpoint (only custom endpoints are publishable by end users).
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Name of the custom endpoint to append benchmark data for.
Name of the metric to submit. Allowed metrics are: “input_cost”, “output_cost”, “ttft”, “itl”.
Value of the metric to submit.
The timestamp to associate with the submission. Defaults to current time if unspecified.