Skip to content

Commit 502c7e9

Browse files
openrouter-docs-sync[bot]OpenRouter SDK Bot
andauthored
chore: update OpenAPI spec from monorepo (#880)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
1 parent 1bbc490 commit 502c7e9

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.speakeasy/in.openapi.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23532,6 +23532,26 @@ components:
2353223532
additionalProperties: false
2353323533
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.'
2353423534
properties:
23535+
decisions:
23536+
properties:
23537+
latency:
23538+
allOf:
23539+
- $ref: '#/components/schemas/PercentileStats'
23540+
- 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.'
23541+
request_count:
23542+
description: 'Total requests admitted for this workload in the window.'
23543+
type:
23544+
- 'integer'
23545+
- 'null'
23546+
throughput:
23547+
allOf:
23548+
- $ref: '#/components/schemas/PercentileStats'
23549+
- description: 'Throughput percentiles in tokens per second. Only meaningful for text generation; null for workloads without token throughput.'
23550+
required:
23551+
- 'latency'
23552+
- 'throughput'
23553+
- 'request_count'
23554+
type: 'object'
2353523555
embeddings:
2353623556
properties:
2353723557
latency:

0 commit comments

Comments
 (0)