Skip to content

Commit ed23a0c

Browse files
committed
Update OpenAI tts models
1 parent cf900b1 commit ed23a0c

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

AiServer/wwwroot/lib/data/media-models.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,45 @@
109109
}
110110
},
111111
{
112-
"id": "tts_echo",
112+
"id": "tts-echo",
113113
"name": "TTS Echo",
114114
"modelType": "TextToSpeech",
115115
"apiModels": {
116116
"OpenAI": "tts-1:echo"
117117
}
118118
},
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+
},
119151
{
120152
"id": "text-to-speech",
121153
"name": "Text to Speech",

0 commit comments

Comments
 (0)