@ai-sdk/klingai 4.0.0-beta.10 → 4.0.0-beta.12

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,19 @@
1
1
  # @ai-sdk/klingai
2
2
 
3
+ ## 4.0.0-beta.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c29a26f]
8
+ - @ai-sdk/provider-utils@5.0.0-beta.10
9
+ - @ai-sdk/provider@4.0.0-beta.6
10
+
11
+ ## 4.0.0-beta.11
12
+
13
+ ### Patch Changes
14
+
15
+ - 38fc777: Add AI Gateway hint to provider READMEs
16
+
3
17
  ## 4.0.0-beta.10
4
18
 
5
19
  ### Patch Changes
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  The **Kling AI provider** for the [AI SDK](https://ai-sdk.dev/docs) contains video model support for the [Kling AI API](https://app.klingai.com/global/dev/document-api/quickStart/productIntroduction/overview).
4
4
 
5
+ > **Deploying to Vercel?** With Vercel's AI Gateway you can access Kling AI (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).
6
+
5
7
  ## Setup
6
8
 
7
9
  The Kling AI provider is available in the `@ai-sdk/klingai` module. You can install it with:
package/dist/index.js CHANGED
@@ -591,7 +591,7 @@ var klingaiTaskStatusSchema = import_v42.z.object({
591
591
  });
592
592
 
593
593
  // src/version.ts
594
- var VERSION = "4.0.0-beta.10";
594
+ var VERSION = "4.0.0-beta.12";
595
595
 
596
596
  // src/klingai-provider.ts
597
597
  var defaultBaseURL = "https://api-singapore.klingai.com";
package/dist/index.mjs CHANGED
@@ -583,7 +583,7 @@ var klingaiTaskStatusSchema = z2.object({
583
583
  });
584
584
 
585
585
  // src/version.ts
586
- var VERSION = "4.0.0-beta.10";
586
+ var VERSION = "4.0.0-beta.12";
587
587
 
588
588
  // src/klingai-provider.ts
589
589
  var defaultBaseURL = "https://api-singapore.klingai.com";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/klingai",
3
- "version": "4.0.0-beta.10",
3
+ "version": "4.0.0-beta.12",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -25,8 +25,8 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@ai-sdk/provider": "4.0.0-beta.5",
29
- "@ai-sdk/provider-utils": "5.0.0-beta.9"
28
+ "@ai-sdk/provider": "4.0.0-beta.6",
29
+ "@ai-sdk/provider-utils": "5.0.0-beta.10"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "20.17.24",