From 3de749c7626b66e2378dfad72b7273107ec54631 Mon Sep 17 00:00:00 2001 From: Anurag Kanade <75563673+anurag12-webster@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:55:33 +0530 Subject: [PATCH 1/2] feat: New lanaguages --- voice-cloning/openapi.json | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/voice-cloning/openapi.json b/voice-cloning/openapi.json index 9a1986c..3795d2e 100644 --- a/voice-cloning/openapi.json +++ b/voice-cloning/openapi.json @@ -1025,21 +1025,23 @@ "type": "string", "enum": [ "english", - "arabic", - "spanish", - "brazilian portuguese", - "german", - "czech", "chinese", - "dutch", + "german", + "spanish", "french", - "hindi", - "hungarian", - "italian", "japanese", + "italian", "korean", - "polish", "russian", + "persian", + "arabic", + "polish", + "brazilian portuguese", + "czech", + "danish", + "swedish", + "hungarian", + "greek", "turkish" ], "default": "english", From dfc9d9b238cff4c64d45fa16ec30db7c2b51a144 Mon Sep 17 00:00:00 2001 From: Anurag Kanade <75563673+anurag12-webster@users.noreply.github.com> Date: Mon, 2 Mar 2026 11:00:24 +0530 Subject: [PATCH 2/2] Some chnages to api and markdown. --- voice-cloning/openapi.json | 4 ---- voice-cloning/voice-cloning.mdx | 33 --------------------------------- 2 files changed, 37 deletions(-) diff --git a/voice-cloning/openapi.json b/voice-cloning/openapi.json index 3795d2e..3b9bec6 100644 --- a/voice-cloning/openapi.json +++ b/voice-cloning/openapi.json @@ -1062,10 +1062,6 @@ "default": false, "description": "Use temporary links valid for 24 hours" }, - "stream": { - "type": "boolean", - "description": "Stream response in base64 format" - }, "webhook": { "type": "string", "format": "uri", diff --git a/voice-cloning/voice-cloning.mdx b/voice-cloning/voice-cloning.mdx index 9bbc08f..f26511b 100644 --- a/voice-cloning/voice-cloning.mdx +++ b/voice-cloning/voice-cloning.mdx @@ -15,39 +15,6 @@ Note: You can either pass `init_audio` or `voice_id`. However, if both are passe --request POST 'https://modelslab.com/api/v6/voice/text_to_audio' \ ``` - -## Language-Specific Guidelines - -When using the **Text-to-Audio API** for `Hindi` language generation, follow these best practices for accurate and natural-sounding output. - - - -Best Practices for Hindi Language - - - - * Use clear and well-structured Hindi sentences. - * Ensure proper punctuation for better clarity. - - - - * Write numbers in Hindi text format instead of digits. - * Correct: "दो हज़ार पच्चीस" - * Incorrect: 2025 - * Correct: "पंद्रह अगस्त उन्नीस सौ सैंतालीस" - * Incorrect: 15/08/1947 - * Always use expanded Hindi form for dates and numbers. - - - - * Convert English abbreviations to Hindi phonetic spelling. - * Correct: आईआईटी (for IIT) - * Correct: यूएसए (for USA) - * Correct: एमएल (for ML) - * Spell out abbreviations in Hindi script to improve pronunciation. - - - ## Body ```json json {