@ai-sdk/gladia 2.0.28 → 2.0.30

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,20 @@
1
1
  # @ai-sdk/gladia
2
2
 
3
+ ## 2.0.30
4
+
5
+ ### Patch Changes
6
+
7
+ - a7f3c72: trigger release for all packages after provenance setup
8
+ - Updated dependencies [a7f3c72]
9
+ - @ai-sdk/provider@3.0.9
10
+ - @ai-sdk/provider-utils@4.0.24
11
+
12
+ ## 2.0.29
13
+
14
+ ### Patch Changes
15
+
16
+ - d42076d: Add AI Gateway hint to provider READMEs
17
+
3
18
  ## 2.0.28
4
19
 
5
20
  ### Patch Changes
package/README.md CHANGED
@@ -3,6 +3,8 @@
3
3
  The **[Gladia provider](https://ai-sdk.dev/providers/ai-sdk-providers/assemblyai)** for the [AI SDK](https://ai-sdk.dev/docs)
4
4
  contains transcription model support for the Gladia transcription API.
5
5
 
6
+ > **Deploying to Vercel?** With Vercel's AI Gateway you can access Gladia (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 Gladia provider is available in the `@ai-sdk/gladia` module. You can install it with
package/dist/index.js CHANGED
@@ -553,7 +553,7 @@ var gladiaTranscriptionResultResponseSchema = import_v42.z.object({
553
553
  });
554
554
 
555
555
  // src/version.ts
556
- var VERSION = true ? "2.0.28" : "0.0.0-test";
556
+ var VERSION = true ? "2.0.30" : "0.0.0-test";
557
557
 
558
558
  // src/gladia-provider.ts
559
559
  function createGladia(options = {}) {
package/dist/index.mjs CHANGED
@@ -542,7 +542,7 @@ var gladiaTranscriptionResultResponseSchema = z2.object({
542
542
  });
543
543
 
544
544
  // src/version.ts
545
- var VERSION = true ? "2.0.28" : "0.0.0-test";
545
+ var VERSION = true ? "2.0.30" : "0.0.0-test";
546
546
 
547
547
  // src/gladia-provider.ts
548
548
  function createGladia(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/gladia",
3
- "version": "2.0.28",
3
+ "version": "2.0.30",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -29,16 +29,16 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@ai-sdk/provider": "3.0.8",
33
- "@ai-sdk/provider-utils": "4.0.23"
32
+ "@ai-sdk/provider": "3.0.9",
33
+ "@ai-sdk/provider-utils": "4.0.24"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "20.17.24",
37
37
  "tsup": "^8",
38
38
  "typescript": "5.6.3",
39
39
  "zod": "3.25.76",
40
- "@vercel/ai-tsconfig": "0.0.0",
41
- "@ai-sdk/test-server": "1.0.3"
40
+ "@ai-sdk/test-server": "1.0.4",
41
+ "@vercel/ai-tsconfig": "0.0.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "zod": "^3.25.76 || ^4.1.8"
@@ -52,7 +52,8 @@
52
52
  "homepage": "https://ai-sdk.dev/docs",
53
53
  "repository": {
54
54
  "type": "git",
55
- "url": "git+https://github.com/vercel/ai.git"
55
+ "url": "https://github.com/vercel/ai",
56
+ "directory": "packages/gladia"
56
57
  },
57
58
  "bugs": {
58
59
  "url": "https://github.com/vercel/ai/issues"