Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vercel/ai
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ai@6.0.90
Choose a base ref
...
head repository: vercel/ai
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ai@6.0.91
Choose a head ref
  • 8 commits
  • 79 files changed
  • 5 contributors

Commits on Feb 18, 2026

  1. 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.
    shaper authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    3b19702 View commit details
    Browse the repository at this point in the history
  2. Version Packages (#12663)

    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] authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    a9c331e View commit details
    Browse the repository at this point in the history
  3. 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>
    shaper and benyebai authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    15a9e21 View commit details
    Browse the repository at this point in the history
  4. Version Packages (#12665)

    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] authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    c94ce6f View commit details
    Browse the repository at this point in the history
  5. 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
    nicoalbanese authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    ab62790 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a433cd3 View commit details
    Browse the repository at this point in the history
  7. 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)
    aayush-kapoor authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    0db8866 View commit details
    Browse the repository at this point in the history
  8. Version Packages (#12675)

    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] authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    8e7be73 View commit details
    Browse the repository at this point in the history
Loading