@ai-sdk/klingai 4.0.0-beta.10 → 4.0.0-beta.11
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 +6 -0
- package/README.md +2 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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.
|
|
594
|
+
var VERSION = "4.0.0-beta.11";
|
|
595
595
|
|
|
596
596
|
// src/klingai-provider.ts
|
|
597
597
|
var defaultBaseURL = "https://api-singapore.klingai.com";
|
package/dist/index.mjs
CHANGED