support gemini tts

This commit is contained in:
Hoan HL
2026-01-11 05:35:51 +07:00
parent ff757d3177
commit 15422e1612
2 changed files with 10 additions and 0 deletions

View File

@@ -659,6 +659,7 @@
"label": "string",
"language": "string",
"voice": "string|object",
"model": "string",
"fallbackVendor": "string",
"fallbackLabel": "string",
"fallbackLanguage": "string",

View File

@@ -505,6 +505,15 @@ test("validate correct verbs", async (t) => {
"language": "en-US"
}
},
{
"verb": "say",
"text": "hi there!",
"synthesizer" : {
"vendor": "google",
"language": "en-US",
"model": "gemini-2.5-flash-tts"
}
},
{
"verb": "sip:decline",
"status": 480,