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: openapi.yml
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -2384,6 +2384,16 @@ components:
2384
2384
- latest
2385
2385
- type: string
2386
2386
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
2387
2397
ManageV1IncludeOutdatedModels:
2388
2398
x-fern-optional: true
2389
2399
x-fern-type-name: ManageV1IncludeOutdatedModels
@@ -3086,16 +3096,6 @@ components:
3086
3096
schema:
3087
3097
type: string
3088
3098
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'
0 commit comments