@ai-sdk/elevenlabs 2.0.27 → 2.0.29

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/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @ai-sdk/elevenlabs
2
2
 
3
+ ## 2.0.29
4
+
5
+ ### Patch Changes
6
+
7
+ - d42076d: Add AI Gateway hint to provider READMEs
8
+
9
+ ## 2.0.28
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [6247886]
14
+ - @ai-sdk/provider-utils@4.0.23
15
+
3
16
  ## 2.0.27
4
17
 
5
18
  ### Patch Changes
package/README.md CHANGED
@@ -3,6 +3,8 @@
3
3
  The **[ElevenLabs provider](https://ai-sdk.dev/providers/ai-sdk-providers/elevenlabs)** for the [AI SDK](https://ai-sdk.dev/docs)
4
4
  contains language model support for the ElevenLabs chat and completion APIs and embedding model support for the ElevenLabs embeddings API.
5
5
 
6
+ > **Deploying to Vercel?** With Vercel's AI Gateway you can access ElevenLabs (and hundreds of models from other providers) — no additional packages, API keys, or extra cost. [Get started with AI Gateway](https://vercel.com/ai-gateway).
7
+
6
8
  ## Setup
7
9
 
8
10
  The ElevenLabs provider is available in the `@ai-sdk/elevenlabs` module. You can install it with
package/dist/index.js CHANGED
@@ -364,7 +364,7 @@ var ElevenLabsSpeechModel = class {
364
364
  };
365
365
 
366
366
  // src/version.ts
367
- var VERSION = true ? "2.0.27" : "0.0.0-test";
367
+ var VERSION = true ? "2.0.29" : "0.0.0-test";
368
368
 
369
369
  // src/elevenlabs-provider.ts
370
370
  function createElevenLabs(options = {}) {
package/dist/index.mjs CHANGED
@@ -353,7 +353,7 @@ var ElevenLabsSpeechModel = class {
353
353
  };
354
354
 
355
355
  // src/version.ts
356
- var VERSION = true ? "2.0.27" : "0.0.0-test";
356
+ var VERSION = true ? "2.0.29" : "0.0.0-test";
357
357
 
358
358
  // src/elevenlabs-provider.ts
359
359
  function createElevenLabs(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/elevenlabs",
3
- "version": "2.0.27",
3
+ "version": "2.0.29",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@ai-sdk/provider": "3.0.8",
33
- "@ai-sdk/provider-utils": "4.0.22"
33
+ "@ai-sdk/provider-utils": "4.0.23"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "20.17.24",