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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18194,6 +18194,7 @@ components:
18194
18194
provider: 'OpenAI'
18195
18195
selected: true
18196
18196
total: 1
18197
+
generation_time: 2016
18197
18198
is_byok: false
18198
18199
region: 'iad'
18199
18200
requested: 'openai/gpt-4o'
@@ -18208,6 +18209,10 @@ components:
18208
18209
type: 'array'
18209
18210
endpoints:
18210
18211
$ref: '#/components/schemas/EndpointsMetadata'
18212
+
generation_time:
18213
+
description: 'Milliseconds measured for the generation, from dispatching the upstream request until its response body ended. Divide the completion token count by this for throughput. Absent when no upstream request was dispatched.'
0 commit comments