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.149
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.150
Choose a head ref
  • 7 commits
  • 80 files changed
  • 4 contributors

Commits on Apr 6, 2026

  1. Backport: fix(openai-compatible): honor camelCase providerOptions key…

    … in chat and completion models (#14172)
    
    This is an automated backport of #14135 to the release-v6.0 branch. FYI
    @seojcarlos
    This backport has conflicts that need to be resolved manually.
    
    ### `git cherry-pick` output
    
    ```
    Auto-merging packages/openai-compatible/src/chat/openai-compatible-chat-language-model.test.ts
    Auto-merging packages/openai-compatible/src/chat/openai-compatible-chat-language-model.ts
    CONFLICT (content): Merge conflict in packages/openai-compatible/src/chat/openai-compatible-chat-language-model.ts
    Auto-merging packages/openai-compatible/src/completion/openai-compatible-completion-language-model.test.ts
    Auto-merging packages/openai-compatible/src/completion/openai-compatible-completion-language-model.ts
    Auto-merging packages/openai-compatible/src/image/openai-compatible-image-model.ts
    error: could not apply 816ff67... fix(openai-compatible): honor camelCase providerOptions key in chat and completion models (#14135)
    hint: After resolving the conflicts, mark them with
    hint: "git add/rm <pathspec>", then run
    hint: "git cherry-pick --continue".
    hint: You can instead skip this commit with "git cherry-pick --skip".
    hint: To abort and get back to the state before "git cherry-pick",
    hint: run "git cherry-pick --abort".
    hint: Disable this message with "git config set advice.mergeConflict false"
    ```
    
    ---------
    
    Co-authored-by: Juan Carlos Díaz <jcarlos@convertiam.com>
    Co-authored-by: Aayush Kapoor <aayushkapoor34@gmail.com>
    3 people authored Apr 6, 2026
    Configuration menu
    Copy the full SHA
    01c9c16 View commit details
    Browse the repository at this point in the history
  2. Version Packages (#14176)

    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 release-v6.0, this
    PR will be updated.
    
    
    # Releases
    ## @ai-sdk/alibaba@1.0.16
    
    ### Patch Changes
    
    -   Updated dependencies [01c9c16]
        -   @ai-sdk/openai-compatible@2.0.40
    
    ## @ai-sdk/baseten@1.0.43
    
    ### Patch Changes
    
    -   Updated dependencies [01c9c16]
        -   @ai-sdk/openai-compatible@2.0.40
    
    ## @ai-sdk/cerebras@2.0.44
    
    ### Patch Changes
    
    -   Updated dependencies [01c9c16]
        -   @ai-sdk/openai-compatible@2.0.40
    
    ## @ai-sdk/deepinfra@2.0.44
    
    ### Patch Changes
    
    -   Updated dependencies [01c9c16]
        -   @ai-sdk/openai-compatible@2.0.40
    
    ## @ai-sdk/fireworks@2.0.45
    
    ### Patch Changes
    
    -   Updated dependencies [01c9c16]
        -   @ai-sdk/openai-compatible@2.0.40
    
    ## @ai-sdk/google-vertex@4.0.104
    
    ### Patch Changes
    
    -   Updated dependencies [01c9c16]
        -   @ai-sdk/openai-compatible@2.0.40
    
    ## @ai-sdk/huggingface@1.0.42
    
    ### Patch Changes
    
    -   Updated dependencies [01c9c16]
        -   @ai-sdk/openai-compatible@2.0.40
    
    ## @ai-sdk/moonshotai@2.0.15
    
    ### Patch Changes
    
    -   Updated dependencies [01c9c16]
        -   @ai-sdk/openai-compatible@2.0.40
    
    ## @ai-sdk/openai-compatible@2.0.40
    
    ### Patch Changes
    
    - 01c9c16: fix(openai-compatible): honor camelCase providerOptions key
    in chat and completion models
    
    ## @ai-sdk/togetherai@2.0.44
    
    ### Patch Changes
    
    -   Updated dependencies [01c9c16]
        -   @ai-sdk/openai-compatible@2.0.40
    
    ## @ai-sdk/vercel@2.0.42
    
    ### Patch Changes
    
    -   Updated dependencies [01c9c16]
        -   @ai-sdk/openai-compatible@2.0.40
    
    ## @ai-sdk/xai@3.0.79
    
    ### Patch Changes
    
    -   Updated dependencies [01c9c16]
        -   @ai-sdk/openai-compatible@2.0.40
    
    Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
    vercel-ai-sdk[bot] authored Apr 6, 2026
    Configuration menu
    Copy the full SHA
    10afede View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2026

  1. Backport: fix(amazon-bedrock): preserve empty text blocks when reason…

    …ing content is present (#14189)
    
    This is an automated backport of #14175 to the release-v6.0 branch. FYI
    @aayush-kapoor
    
    Co-authored-by: Aayush Kapoor <83492835+aayush-kapoor@users.noreply.github.com>
    vercel-ai-sdk[bot] and aayush-kapoor authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    ac80bc7 View commit details
    Browse the repository at this point in the history
  2. Version Packages (#14190)

    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 release-v6.0, this
    PR will be updated.
    
    
    # Releases
    ## @ai-sdk/amazon-bedrock@4.0.91
    
    ### Patch Changes
    
    - ac80bc7: fix(amazon-bedrock): preserve empty text blocks when
    reasoning content is present
    
    Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
    vercel-ai-sdk[bot] authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    563c26a View commit details
    Browse the repository at this point in the history
  3. Backport: chore(provider/gateway): update gateway model settings file…

    …s v6 (#14194)
    vercel-ai-sdk[bot] authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    9de7d7b View commit details
    Browse the repository at this point in the history
  4. Backport: fix(ai): skip stringifying text when streaming partial text (

    …#14200)
    
    This is an automated backport of #14123 to the release-v6.0 branch. FYI
    @aayush-kapoor
    
    Co-authored-by: Aayush Kapoor <83492835+aayush-kapoor@users.noreply.github.com>
    vercel-ai-sdk[bot] and aayush-kapoor authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    1003609 View commit details
    Browse the repository at this point in the history
  5. Version Packages (#14202)

    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 release-v6.0, this
    PR will be updated.
    
    
    # Releases
    ## ai@6.0.150
    
    ### Patch Changes
    
    -   1003609: fix(ai): skip stringifying text when streaming partial text
    -   Updated dependencies [9de7d7b]
        -   @ai-sdk/gateway@3.0.92
    
    ## @ai-sdk/angular@2.0.151
    
    ### Patch Changes
    
    -   Updated dependencies [1003609]
        -   ai@6.0.150
    
    ## @ai-sdk/gateway@3.0.92
    
    ### Patch Changes
    
    - 9de7d7b: Backport: chore(provider/gateway): update gateway model
    settings files
    
    ## @ai-sdk/langchain@2.0.156
    
    ### Patch Changes
    
    -   Updated dependencies [1003609]
        -   ai@6.0.150
    
    ## @ai-sdk/llamaindex@2.0.150
    
    ### Patch Changes
    
    -   Updated dependencies [1003609]
        -   ai@6.0.150
    
    ## @ai-sdk/react@3.0.152
    
    ### Patch Changes
    
    -   Updated dependencies [1003609]
        -   ai@6.0.150
    
    ## @ai-sdk/rsc@2.0.150
    
    ### Patch Changes
    
    -   Updated dependencies [1003609]
        -   ai@6.0.150
    
    ## @ai-sdk/svelte@4.0.150
    
    ### Patch Changes
    
    -   Updated dependencies [1003609]
        -   ai@6.0.150
    
    ## @ai-sdk/vue@3.0.150
    
    ### Patch Changes
    
    -   Updated dependencies [1003609]
        -   ai@6.0.150
    
    Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
    vercel-ai-sdk[bot] authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    5b155e6 View commit details
    Browse the repository at this point in the history
Loading