@@ -162,22 +162,9 @@ export interface Session {
162162 /**
163163 * The voice the model uses to respond. Voice cannot be changed during the session
164164 * 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' ;
181168}
182169
183170export namespace Session {
@@ -436,21 +423,9 @@ export interface SessionCreateResponse {
436423 /**
437424 * The voice the model uses to respond. Voice cannot be changed during the session
438425 * 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' ;
454429}
455430
456431export namespace SessionCreateResponse {
@@ -694,22 +669,9 @@ export interface SessionCreateParams {
694669 /**
695670 * The voice the model uses to respond. Voice cannot be changed during the session
696671 * 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' ;
713675}
714676
715677export namespace SessionCreateParams {
0 commit comments