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/in.openapi.yaml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21635,6 +21635,7 @@ components:
21635
21635
latency_last_30m:
21636
21636
$ref: '#/components/schemas/PercentileStats'
21637
21637
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.'
21638
21639
type:
21639
21640
- 'integer'
21640
21641
- 'null'
@@ -24616,7 +24617,7 @@ components:
24616
24617
example: true
24617
24618
type: 'boolean'
24618
24619
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.'
0 commit comments