Skip to content

Commit 9f04d23

Browse files
feat: update API specifications from internal repo (#119)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 92668e4 commit 9f04d23

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

openapi.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2384,6 +2384,16 @@ components:
23842384
- latest
23852385
- type: string
23862386
description: Use a previous version of a model
2387+
SharedMipOptOut:
2388+
x-fern-optional: true
2389+
x-fern-type-name: SharedMipOptOut
2390+
name: mip_opt_out
2391+
in: query
2392+
required: false
2393+
description: 'Opts out requests from the Deepgram Model Improvement Program. Refer to our Docs for pricing impacts before setting this to true. https://dpgr.am/deepgram-mip'
2394+
schema:
2395+
default: false
2396+
type: boolean
23872397
ManageV1IncludeOutdatedModels:
23882398
x-fern-optional: true
23892399
x-fern-type-name: ManageV1IncludeOutdatedModels
@@ -3086,16 +3096,6 @@ components:
30863096
schema:
30873097
type: string
30883098
default: en
3089-
SharedMipOptOut:
3090-
x-fern-optional: true
3091-
x-fern-type-name: SharedMipOptOut
3092-
name: mip_opt_out
3093-
in: query
3094-
required: false
3095-
description: 'Opts out requests from the Deepgram Model Improvement Program. Refer to our Docs for pricing impacts before setting this to true. https://dpgr.am/deepgram-mip'
3096-
schema:
3097-
default: false
3098-
type: boolean
30993099
SpeakV1BitRate:
31003100
x-fern-optional: true
31013101
x-fern-type-name: SpeakV1BitRate
@@ -3509,6 +3509,7 @@ paths:
35093509
- $ref: '#/components/parameters/ListenV1Utterances'
35103510
- $ref: '#/components/parameters/ListenV1UttSplit'
35113511
- $ref: '#/components/parameters/ListenV1Version'
3512+
- $ref: '#/components/parameters/SharedMipOptOut'
35123513
requestBody:
35133514
description: Transcribe an audio or video file
35143515
content:

0 commit comments

Comments
 (0)