Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18194,6 +18194,7 @@ components:
provider: 'OpenAI'
selected: true
total: 1
generation_time: 2016
is_byok: false
region: 'iad'
requested: 'openai/gpt-4o'
Expand All @@ -18208,6 +18209,10 @@ components:
type: 'array'
endpoints:
$ref: '#/components/schemas/EndpointsMetadata'
generation_time:
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.'
example: 2016
type: 'integer'
is_byok:
type: 'boolean'
params:
Expand Down
Loading