@@ -162,22 +162,9 @@ export interface Session {
162
162
/**
163
163
* The voice the model uses to respond. Voice cannot be changed during the session
164
164
* once the model has responded with audio at least once. Current voice options are
165
- * `alloy`, `ash`, `ballad`, `coral`, `echo`, `fable`, `onyx`, `nova`, `sage`,
166
- * `shimmer`, and `verse`.
167
- */
168
- voice ?:
169
- | ( string & { } )
170
- | 'alloy'
171
- | 'ash'
172
- | 'ballad'
173
- | 'coral'
174
- | 'echo'
175
- | 'fable'
176
- | 'onyx'
177
- | 'nova'
178
- | 'sage'
179
- | 'shimmer'
180
- | 'verse' ;
165
+ * `alloy`, `ash`, `ballad`, `coral`, `echo`, `sage`, `shimmer`, and `verse`.
166
+ */
167
+ voice ?: ( string & { } ) | 'alloy' | 'ash' | 'ballad' | 'coral' | 'echo' | 'sage' | 'shimmer' | 'verse' ;
181
168
}
182
169
183
170
export namespace Session {
@@ -436,21 +423,9 @@ export interface SessionCreateResponse {
436
423
/**
437
424
* The voice the model uses to respond. Voice cannot be changed during the session
438
425
* once the model has responded with audio at least once. Current voice options are
439
- * `alloy`, `ash`, `ballad`, `coral`, `echo` `sage`, `shimmer` and `verse`.
440
- */
441
- voice ?:
442
- | ( string & { } )
443
- | 'alloy'
444
- | 'ash'
445
- | 'ballad'
446
- | 'coral'
447
- | 'echo'
448
- | 'fable'
449
- | 'onyx'
450
- | 'nova'
451
- | 'sage'
452
- | 'shimmer'
453
- | 'verse' ;
426
+ * `alloy`, `ash`, `ballad`, `coral`, `echo`, `sage`, `shimmer`, and `verse`.
427
+ */
428
+ voice ?: ( string & { } ) | 'alloy' | 'ash' | 'ballad' | 'coral' | 'echo' | 'sage' | 'shimmer' | 'verse' ;
454
429
}
455
430
456
431
export namespace SessionCreateResponse {
@@ -694,22 +669,9 @@ export interface SessionCreateParams {
694
669
/**
695
670
* The voice the model uses to respond. Voice cannot be changed during the session
696
671
* once the model has responded with audio at least once. Current voice options are
697
- * `alloy`, `ash`, `ballad`, `coral`, `echo`, `fable`, `onyx`, `nova`, `sage`,
698
- * `shimmer`, and `verse`.
699
- */
700
- voice ?:
701
- | ( string & { } )
702
- | 'alloy'
703
- | 'ash'
704
- | 'ballad'
705
- | 'coral'
706
- | 'echo'
707
- | 'fable'
708
- | 'onyx'
709
- | 'nova'
710
- | 'sage'
711
- | 'shimmer'
712
- | 'verse' ;
672
+ * `alloy`, `ash`, `ballad`, `coral`, `echo`, `sage`, `shimmer`, and `verse`.
673
+ */
674
+ voice ?: ( string & { } ) | 'alloy' | 'ash' | 'ballad' | 'coral' | 'echo' | 'sage' | 'shimmer' | 'verse' ;
713
675
}
714
676
715
677
export namespace SessionCreateParams {
0 commit comments