faceless-cli 1.1.10 → 1.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"generatedFrom": "src/backend/api/v1/spec/registry.mjs",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.11",
|
|
4
4
|
"baseUrl": "https://faceless.so/api/v1",
|
|
5
5
|
"operations": [
|
|
6
6
|
{
|
|
@@ -1666,7 +1666,7 @@
|
|
|
1666
1666
|
"path": "/voices",
|
|
1667
1667
|
"resource": "catalog",
|
|
1668
1668
|
"summary": "List TTS voices",
|
|
1669
|
-
"description": "Returns the text-to-speech voices available for narration, including the team's custom cloned voices. Use a voice's id as voiceId in createVideo or voice in createSeries.",
|
|
1669
|
+
"description": "Returns the text-to-speech voices available for narration, including the team's custom cloned voices and Recommended Studio Quality voices. Recommended ids are opaque: pass the returned id unchanged and Faceless will resolve the appropriate ElevenLabs model. Use a voice's id as voiceId in createVideo or voice in createSeries.",
|
|
1670
1670
|
"scopes": [
|
|
1671
1671
|
"catalog:read"
|
|
1672
1672
|
],
|
|
@@ -1688,10 +1688,22 @@
|
|
|
1688
1688
|
"success": true,
|
|
1689
1689
|
"data": [
|
|
1690
1690
|
{
|
|
1691
|
-
"id": "EXAVITQu4vr4xnSDxMaL",
|
|
1692
|
-
"
|
|
1691
|
+
"id": "eleven_quality:EXAVITQu4vr4xnSDxMaL",
|
|
1692
|
+
"baseVoiceId": "EXAVITQu4vr4xnSDxMaL",
|
|
1693
|
+
"name": "Sarah - Studio Quality",
|
|
1693
1694
|
"previewUrl": "https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL.mp3",
|
|
1694
|
-
"
|
|
1695
|
+
"labels": {
|
|
1696
|
+
"language": "en",
|
|
1697
|
+
"gender": "female",
|
|
1698
|
+
"accent": "american"
|
|
1699
|
+
},
|
|
1700
|
+
"isCustom": false,
|
|
1701
|
+
"isRecommended": true,
|
|
1702
|
+
"qualityTier": "studio",
|
|
1703
|
+
"modelPolicy": "quality_auto",
|
|
1704
|
+
"targetLanguages": [
|
|
1705
|
+
"en"
|
|
1706
|
+
]
|
|
1695
1707
|
}
|
|
1696
1708
|
]
|
|
1697
1709
|
}
|