Skip to content

chore(deps): bump @ai-sdk/google from 1.2.22 to 2.0.0#64

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-sdk/google-2.0.0
Closed

chore(deps): bump @ai-sdk/google from 1.2.22 to 2.0.0#64
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-sdk/google-2.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 4, 2025

Bumps @ai-sdk/google from 1.2.22 to 2.0.0.

Release notes

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

@​ai-sdk/google@​2.0.0

Major Changes

  • d5f588f: AI SDK 5

Patch Changes

  • 78e7fa9: Add code execution provider defined tool

  • f916255: feat (provider/google): add new gemini models

  • 19a4336: Expose raw usageMetadata returned from Google Generative AI in providerMetadata

  • 8af9e03: Added Image Models to the Google Provider for Imagen 3 Support

  • 1a635b5: update supportedUrls to only support native URL

  • 888b750: feat(providers/google): Add taskType support for Text Embedding Models

  • 3259565: feat (providers/google): add thinking config to provider options

  • e2aceaf: feat: add raw chunk support

  • eb173f1: chore (providers): remove model shorthand deprecation warnings

  • 6a16dcf: embed() now uses the single embeddings endpoint No code updates are needed.

    This is to make sure that users are not ratelimited when using the batch endpoint, since many models have different limits for batch and single embeddings.

    Eg: Google has a limit of 150 RPM for batch requests, and 1500 RPM for single requests.

    Before, AI SDK would always use the batch endpoint, even for embed() calls, which led to ratelimits.

    This does not have any breaking functionality and is fully tested :) if (values.length > 1) { const batchResult = await this.doEmbedBatch({ values, options, }); return batchResult; }

  • 26735b5: chore(embedding-model): add v2 interface

  • 5cf30ea: fix (provider/google): allow "OFF" for Google HarmBlockThreshold

  • 443d8ec: feat(embedding-model-v2): add response body field

  • c68931f: Support tool schemas that allow additional properties (e.g z.record(z.string()))

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [@ai-sdk/google](https://github.com/vercel/ai) from 1.2.22 to 2.0.0.
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/@ai-sdk/google@1.2.22...@ai-sdk/google@2.0.0)

---
updated-dependencies:
- dependency-name: "@ai-sdk/google"
  dependency-version: 2.0.0
  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 4, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Aug 11, 2025

Superseded by #73.

@dependabot dependabot Bot closed this Aug 11, 2025
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/ai-sdk/google-2.0.0 branch August 11, 2025 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants