File tree 1 file changed +33
-1
lines changed
AiServer/wwwroot/lib/data 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change 109
109
}
110
110
},
111
111
{
112
- "id" : " tts_echo " ,
112
+ "id" : " tts-echo " ,
113
113
"name" : " TTS Echo" ,
114
114
"modelType" : " TextToSpeech" ,
115
115
"apiModels" : {
116
116
"OpenAI" : " tts-1:echo"
117
117
}
118
118
},
119
+ {
120
+ "id" : " tts-fable" ,
121
+ "name" : " TTS Fable" ,
122
+ "modelType" : " TextToSpeech" ,
123
+ "apiModels" : {
124
+ "OpenAI" : " tts-1:fable"
125
+ }
126
+ },
127
+ {
128
+ "id" : " tts-onyx" ,
129
+ "name" : " TTS Onyx" ,
130
+ "modelType" : " TextToSpeech" ,
131
+ "apiModels" : {
132
+ "OpenAI" : " tts-1:onyx"
133
+ }
134
+ },
135
+ {
136
+ "id" : " tts-nova" ,
137
+ "name" : " TTS Nova" ,
138
+ "modelType" : " TextToSpeech" ,
139
+ "apiModels" : {
140
+ "OpenAI" : " tts-1:nova"
141
+ }
142
+ },
143
+ {
144
+ "id" : " tts-shimmer" ,
145
+ "name" : " TTS Shimmer" ,
146
+ "modelType" : " TextToSpeech" ,
147
+ "apiModels" : {
148
+ "OpenAI" : " tts-1:shimmer"
149
+ }
150
+ },
119
151
{
120
152
"id" : " text-to-speech" ,
121
153
"name" : " Text to Speech" ,
You can’t perform that action at this time.
0 commit comments