From 2fd064357095d96f17e5329542ece2ffe76a5ecc Mon Sep 17 00:00:00 2001 From: fishaudio-bot <242899544+fishaudio-bot@users.noreply.github.com> Date: Tue, 14 Jul 2026 04:52:37 +0000 Subject: [PATCH] chore: update OpenAPI schema --- api-reference/openapi.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/api-reference/openapi.json b/api-reference/openapi.json index fc319d1..9cf16bc 100644 --- a/api-reference/openapi.json +++ b/api-reference/openapi.json @@ -166,6 +166,18 @@ "default": null, "title": "Last Synced At" }, + "subscription_currency": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "default": null, + "title": "Subscription Currency" + }, "extra_balance": { "anyOf": [ { @@ -4531,6 +4543,15 @@ "minimum": 0, "title": "Early Stop Threshold", "type": "number" + }, + "features": { + "default": [], + "description": "Optional request-scoped TTS feature flags forwarded verbatim to the inference backend. Use [\"quality-guard\"] to enable the quality guard for this synthesis request. Feature availability is determined by the inference backend.", + "items": { + "type": "string" + }, + "title": "Features", + "type": "array" } }, "required": [ @@ -4729,6 +4750,15 @@ "minimum": 0, "title": "Early Stop Threshold", "type": "number" + }, + "features": { + "default": [], + "description": "Optional request-scoped TTS feature flags forwarded verbatim to the inference backend. Use [\"quality-guard\"] to enable the quality guard for this synthesis request. Feature availability is determined by the inference backend.", + "items": { + "type": "string" + }, + "title": "Features", + "type": "array" } }, "required": [