@ai-sdk/klingai 3.0.12 → 3.0.13

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,11 @@
1
1
  # @ai-sdk/klingai
2
2
 
3
+ ## 3.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - d42076d: Add AI Gateway hint to provider READMEs
8
+
3
9
  ## 3.0.12
4
10
 
5
11
  ### 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
@@ -580,7 +580,7 @@ var klingaiTaskStatusSchema = import_v42.z.object({
580
580
  });
581
581
 
582
582
  // src/version.ts
583
- var VERSION = "3.0.12";
583
+ var VERSION = "3.0.13";
584
584
 
585
585
  // src/klingai-provider.ts
586
586
  var defaultBaseURL = "https://api-singapore.klingai.com";
package/dist/index.mjs CHANGED
@@ -572,7 +572,7 @@ var klingaiTaskStatusSchema = z2.object({
572
572
  });
573
573
 
574
574
  // src/version.ts
575
- var VERSION = "3.0.12";
575
+ var VERSION = "3.0.13";
576
576
 
577
577
  // src/klingai-provider.ts
578
578
  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": "3.0.12",
3
+ "version": "3.0.13",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",