Skip to content

Commit 398a5d2

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎.speakeasy/in.openapi.yaml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21635,6 +21635,7 @@ components:
2163521635
latency_last_30m:
2163621636
$ref: '#/components/schemas/PercentileStats'
2163721637
max_completion_tokens:
21638+
description: 'Maximum completion tokens for this endpoint. Input and output tokens share the context window, so the effective maximum output for a request is further limited by the context remaining after input tokens.'
2163821639
type:
2163921640
- 'integer'
2164021641
- 'null'
@@ -24616,7 +24617,7 @@ components:
2461624617
example: true
2461724618
type: 'boolean'
2461824619
max_completion_tokens:
24619-
description: 'Maximum completion tokens from the top provider'
24620+
description: 'Maximum completion tokens from the top provider. Input and output tokens share the context window, so the effective maximum output for a request is further limited by the context remaining after input tokens.'
2462024621
example: 4096
2462124622
type:
2462224623
- 'integer'

0 commit comments

Comments
 (0)