diff --git a/voice-cloning/openapi.json b/voice-cloning/openapi.json
index 9a1986c..3b9bec6 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",
@@ -1060,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
{