From ee76a0cd1cd2d2293c095a921eabdc2960847b4c Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Fri, 30 Jan 2026 21:27:10 +0100 Subject: [PATCH] feat(swagger): update swagger (#8304) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> --- swagger/docs.go | 4 ++++ swagger/swagger.json | 4 ++++ swagger/swagger.yaml | 3 +++ 3 files changed, 11 insertions(+) diff --git a/swagger/docs.go b/swagger/docs.go index f08163989..19554e152 100644 --- a/swagger/docs.go +++ b/swagger/docs.go @@ -3497,6 +3497,10 @@ const docTemplate = `{ "description": "(optional) output format", "type": "string" }, + "stream": { + "description": "(optional) enable streaming TTS", + "type": "boolean" + }, "voice": { "description": "voice audio file or speaker id", "type": "string" diff --git a/swagger/swagger.json b/swagger/swagger.json index 853d7227d..4fdba993b 100644 --- a/swagger/swagger.json +++ b/swagger/swagger.json @@ -3490,6 +3490,10 @@ "description": "(optional) output format", "type": "string" }, + "stream": { + "description": "(optional) enable streaming TTS", + "type": "boolean" + }, "voice": { "description": "voice audio file or speaker id", "type": "string" diff --git a/swagger/swagger.yaml b/swagger/swagger.yaml index 7c5ce5e6b..d32a3c573 100644 --- a/swagger/swagger.yaml +++ b/swagger/swagger.yaml @@ -1341,6 +1341,9 @@ definitions: response_format: description: (optional) output format type: string + stream: + description: (optional) enable streaming TTS + type: boolean voice: description: voice audio file or speaker id type: string