You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .speakeasy/out.openapi.yaml
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23693,6 +23693,26 @@ components:
23693
23693
additionalProperties: false
23694
23694
description: 'Endpoint performance over the last 30 minutes, keyed by the kind of request served (e.g. `text_generation`, `image_generation`). Additive to the legacy singular latency and throughput fields; image and video generation report end-to-end latency. Only visible when authenticated with an API key or cookie.'
23695
23695
properties:
23696
+
decisions:
23697
+
properties:
23698
+
latency:
23699
+
allOf:
23700
+
- $ref: '#/components/schemas/PercentileStats'
23701
+
- description: 'Latency percentiles in milliseconds for this workload. Image and video generation report full end-to-end generation time, because their raw latency only measures request acknowledgement; every other workload reports time to first token or result.'
23702
+
request_count:
23703
+
description: 'Total requests admitted for this workload in the window.'
23704
+
type:
23705
+
- 'integer'
23706
+
- 'null'
23707
+
throughput:
23708
+
allOf:
23709
+
- $ref: '#/components/schemas/PercentileStats'
23710
+
- description: 'Throughput percentiles in tokens per second. Only meaningful for text generation; null for workloads without token throughput.'
0 commit comments