-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Comparing changes
Open a pull request
base repository: vercel/ai
base: ai@6.0.90
head repository: vercel/ai
compare: ai@6.0.91
- 8 commits
- 79 files changed
- 5 contributors
Commits on Feb 18, 2026
-
feat (provider/klingai): add kling v3.0 t2v and i2v support (#12662)
## Background Kling AI has released version 3.0 of their video generation models, which introduces new capabilities like multi-shot video generation and voice/element control. This PR adds support for these new features in the AI SDK. ## Summary - Added support for Kling AI v3.0 models (`kling-v3.0-t2v` and `kling-v3.0-i2v`) - Implemented multi-shot video generation capabilities for creating videos with multiple storyboard shots - Added support for voice control in text-to-video and image-to-video generation - Added element control support for image-to-video generation - Updated documentation with examples and parameter descriptions - Added example scripts demonstrating multi-shot video generation ## Manual Verification Tested the new models and features by creating example scripts that demonstrate multi-shot video generation for both text-to-video and image-to-video. Verified that the API requests are properly formatted with the new parameters and that the generated videos contain the expected content.
Configuration menu - View commit details
-
Copy full SHA for 3b19702 - Browse repository at this point
Copy the full SHA 3b19702View commit details -
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @ai-sdk/klingai@3.0.4 ### Patch Changes - 3b19702: feat (provider/klingai): add kling v3.0 t2v and i2v support Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
vercel-ai-sdk[bot] authoredFeb 18, 2026 Configuration menu - View commit details
-
Copy full SHA for a9c331e - Browse repository at this point
Copy the full SHA a9c331eView commit details -
feat (provider/bytedance): initial bytedance provider (#12188)
<!-- Welcome to contributing to AI SDK! We're excited to see your changes. We suggest you read the following contributing guide we've created before submitting: https://github.com/vercel/ai/blob/main/CONTRIBUTING.md --> ## Background ByteDance offers Seedance, a state-of-the-art video generation model through their BytePlus ModelArk platform. Adding support for this provider will allow AI SDK users to generate high-quality videos using text-to-video and image-to-video capabilities. ## Summary Added a new `@ai-sdk/bytedance` provider package that integrates with ByteDance's Seedance video generation models. The implementation includes: - A ByteDance provider with video model support - Support for text-to-video and image-to-video generation - Configuration options for watermarks, audio generation, and polling behavior - Comprehensive documentation with usage examples - Example implementation in the AI functions demo ## Manual Verification Tested the implementation by generating videos with the Seedance 1.5 Pro model using the example script. Verified that both text-to-video and image-to-video generation work correctly with various aspect ratios and durations. ## Checklist - [x] Tests have been added / updated (for bug fixes / features) - [x] Documentation has been added / updated (for bug fixes / features) - [x] A _patch_ changeset for relevant packages has been added (for bug fixes / features - run `pnpm changeset` in the project root) - [x] I have reviewed this pull request (self-review) --------- Co-authored-by: Ben Bai <benyebai@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 15a9e21 - Browse repository at this point
Copy the full SHA 15a9e21View commit details -
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @ai-sdk/bytedance@1.0.0 ### Major Changes - 15a9e21: feat (provider/bytedance): initial bytedance provider Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
vercel-ai-sdk[bot] authoredFeb 18, 2026 Configuration menu - View commit details
-
Copy full SHA for c94ce6f - Browse repository at this point
Copy the full SHA c94ce6fView commit details -
docs: add guide for setting up AI SDK with coding agents (#12669)
## Summary This pull request adds a comprehensive guide for developers interested in using the AI SDK with coding agents. The new documentation covers the setup process and key concepts for implementing AI-powered coding agents. ## Changes - Added new documentation file `02-getting-started/09-coding-agents.mdx` with a complete guide for setting up and using coding agents with the AI SDK - Includes detailed instructions, examples, and best practices for coding agent implementation
Configuration menu - View commit details
-
Copy full SHA for ab62790 - Browse repository at this point
Copy the full SHA ab62790View commit details -
chore(provider/gateway): update gateway model settings files (#12673)
vercel-ai-sdk[bot] authoredFeb 18, 2026 Configuration menu - View commit details
-
Copy full SHA for a433cd3 - Browse repository at this point
Copy the full SHA a433cd3View commit details -
docs: update vertex provider to use correct providerOptions key (#12521)
## Background as a follow up to this comment: #12403 (comment) ## Checklist - [ ] na ~~Tests have been added / updated (for bug fixes / features)~~ - [x] Documentation has been added / updated (for bug fixes / features) - [ ] na ~~A _patch_ changeset for relevant packages has been added (for bug fixes / features - run `pnpm changeset` in the project root)~~ - [x] I have reviewed this pull request (self-review)
Configuration menu - View commit details
-
Copy full SHA for 0db8866 - Browse repository at this point
Copy the full SHA 0db8866View commit details -
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## ai@6.0.91 ### Patch Changes - Updated dependencies [a433cd3] - @ai-sdk/gateway@3.0.50 ## @ai-sdk/angular@2.0.92 ### Patch Changes - ai@6.0.91 ## @ai-sdk/gateway@3.0.50 ### Patch Changes - a433cd3: chore(provider/gateway): update gateway model settings files ## @ai-sdk/langchain@2.0.97 ### Patch Changes - ai@6.0.91 ## @ai-sdk/llamaindex@2.0.91 ### Patch Changes - ai@6.0.91 ## @ai-sdk/react@3.0.93 ### Patch Changes - ai@6.0.91 ## @ai-sdk/rsc@2.0.91 ### Patch Changes - ai@6.0.91 ## @ai-sdk/svelte@4.0.91 ### Patch Changes - ai@6.0.91 ## @ai-sdk/vue@3.0.91 ### Patch Changes - ai@6.0.91 Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
vercel-ai-sdk[bot] authoredFeb 18, 2026 Configuration menu - View commit details
-
Copy full SHA for 8e7be73 - Browse repository at this point
Copy the full SHA 8e7be73View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff ai@6.0.90...ai@6.0.91