vidspotai-shared 1.0.47 → 1.0.48

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.
@@ -3,11 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.elevenlabsConfig = void 0;
4
4
  exports.elevenlabsConfig = {
5
5
  name: "ElevenLabs",
6
- /** eleven_multilingual_v3 pay-as-you-go rate */
6
+ /** eleven_v3 pay-as-you-go rate */
7
7
  costPer1KChars: 0.3,
8
8
  /** Sarah — neutral, clear default voice */
9
9
  defaultVoiceId: "EXAVITQu4vr4xnSDxMaL",
10
- modelId: "eleven_multilingual_v3",
10
+ modelId: "eleven_v3",
11
11
  /** ~150 words/min = 2.5 words/sec */
12
12
  wordsPerSecond: 2.5,
13
13
  /** ElevenLabs API limit per single TTS request */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vidspotai-shared",
3
- "version": "1.0.47",
3
+ "version": "1.0.48",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "exports": {