Skip to content

chore(deps): bump @ai-sdk/xai from 3.0.82 to 4.0.34 - #1105

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-sdk/xai-4.0.34
Open

chore(deps): bump @ai-sdk/xai from 3.0.82 to 4.0.34#1105
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-sdk/xai-4.0.34

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor

Bumps @ai-sdk/xai from 3.0.82 to 4.0.34.

Release notes

Sourced from @​ai-sdk/xai's releases.

@​ai-sdk/xai@​3.0.121

Patch Changes

  • 70a6c3b: feat (provider/xai): support Grok Imagine Video 1.5. Adds the grok-imagine-video-1.5 model id and native 1080p for text-to-video and image-to-video (the standard resolution: '1920x1080' now maps to 1080p). Reference-to-video remains capped at 720p, so a 1080p request in that mode is downgraded with a warning. Also fixes reference routing: previously any non-empty inputReferences array selected reference-to-video, so an array holding only a non-image reference sent reference_images: [] with no usable references.
  • 70a6c3b: feat (provider/xai): add referenceVoiceIds for reference-to-video reference audio. Pass up to 3 xAI preset voice ids (e.g. ['eve']) and reference them from the prompt with <AUDIO_0><AUDIO_2>; they are sent as reference_audios: [{ voice_id }] on POST /v1/videos/generations.

@​ai-sdk/xai@​3.0.120

Patch Changes

  • 3283e3e: feat(xai): support the priority service tier on chat and responses

@​ai-sdk/xai@​3.0.119

Patch Changes

  • 451d2c3: feat(xai): Add the Grok 4.6 model IDs and support its xhigh reasoning effort
Changelog

Sourced from @​ai-sdk/xai's changelog.

4.0.34

Patch Changes

  • fa2c2bb: feat: add xAI image generation server-side tool for the responses API
  • Updated dependencies [401a4ba]
    • @​ai-sdk/provider-utils@​5.0.26

4.0.33

Patch Changes

  • Updated dependencies [ad6a650]
  • Updated dependencies [81cd026]
    • @​ai-sdk/provider@​4.0.7
    • @​ai-sdk/provider-utils@​5.0.25

4.0.32

Patch Changes

  • Updated dependencies [1937bef]
    • @​ai-sdk/provider-utils@​5.0.24

4.0.31

Patch Changes

  • 2b1068f: chore(xai): drop the unused @ai-sdk/openai-compatible dependency

    This provider was originally built on the shared openai-compatible model and has since been rewritten to implement its own, with its own tool preparation, finish-reason mapping and response metadata helpers. Nothing in the package imports @ai-sdk/openai-compatible any more, but the dependency and the TypeScript project reference to it were both left behind. No runtime change.

4.0.30

Patch Changes

  • Updated dependencies [3469d0c]
    • @​ai-sdk/provider@​4.0.6
    • @​ai-sdk/openai-compatible@​3.0.25
    • @​ai-sdk/provider-utils@​5.0.23

4.0.29

Patch Changes

  • Updated dependencies [2b60826]

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​ai-sdk/xai since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by cubic

Upgrade @ai-sdk/xai from 3.0.82 to 4.0.34 to adopt the latest xAI provider features and stay aligned with the @ai-sdk v4 line. No app code changed, but this is a major version bump with potential API/typing differences.

  • Enables new features from v4, including the image generation server-side tool for the Responses API and updated Grok model support; drops the unused @ai-sdk/openai-compatible in the provider.
  • Check type compatibility wherever we import/use @ai-sdk/xai; fix any breaking API or type changes if the build fails.
  • Align related @ai-sdk packages to v4 where needed to avoid mixed major versions:
    • Required if you see type or runtime conflicts: upgrade @ai-sdk/provider in packages/opencode from 3.x to 4.x.
  • Run smoke tests for chat/responses and any image/video generation paths that use @ai-sdk/xai.

Written for commit fb6a51c. Summary will update on new commits.

Review in cubic

Bumps [@ai-sdk/xai](https://github.com/vercel/ai/tree/HEAD/packages/xai) from 3.0.82 to 4.0.34.
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/xai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/xai@4.0.34/packages/xai)

---
updated-dependencies:
- dependency-name: "@ai-sdk/xai"
  dependency-version: 4.0.34
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 14, 2026

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.

Tip: disable this comment in your organization's Code Review settings.

@github-actions

Copy link
Copy Markdown

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • PR description is missing required template sections. Please use the PR template.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

@github-actions

Copy link
Copy Markdown

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contributor dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code needs:compliance needs:issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants