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
21 changes: 21 additions & 0 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10874,6 +10874,7 @@ components:
user:
description: 'A stable identifier for your end-users. Used to help detect and prevent abuse. Never sent to providers verbatim: for providers whose data policy requires user IDs, it is folded into a hashed, per-account upstream user identifier.'
example: 'end-user-abc123'
maxLength: 256
type: 'string'
required:
- 'model'
Expand Down Expand Up @@ -24430,6 +24431,11 @@ components:
example: 1
format: 'double'
type: 'number'
user:
description: 'A unique identifier representing your end-user. Forwarded to Broadcast and private logging as the end-user id; never sent to the provider.'
example: 'user-1234'
maxLength: 256
type: 'string'
voice:
description: 'Voice identifier (provider-specific).'
example: 'en_paul_neutral'
Expand Down Expand Up @@ -24930,6 +24936,11 @@ components:
items:
$ref: '#/components/schemas/STTTimestampGranularity'
type: 'array'
user:
description: 'A unique identifier representing your end-user. Forwarded to Broadcast and private logging as the end-user id; never sent to the provider.'
example: 'user-1234'
maxLength: 256
type: 'string'
required:
- 'model'
- 'input_audio'
Expand Down Expand Up @@ -27066,6 +27077,11 @@ components:
exclusiveMinimum: true
minimum: 0
type: 'number'
user:
description: 'A unique identifier representing your end-user. Forwarded to Broadcast and private logging as the end-user id; never sent to the provider.'
example: 'user-1234'
maxLength: 256
type: 'string'
required:
- 'model'
type: 'object'
Expand Down Expand Up @@ -39037,6 +39053,11 @@ paths:
example: 3
minimum: 1
type: 'integer'
user:
description: 'A unique identifier representing your end-user. Forwarded to Broadcast and private logging as the end-user id; never sent to the provider.'
example: 'user-1234'
maxLength: 256
type: 'string'
required:
- 'model'
- 'query'
Expand Down
Loading