Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2025

This PR contains the following updates:

Package Change Age Confidence
@ai-sdk/google (source) ^1.2.19 -> ^2.0.0 age confidence

Release Notes

vercel/ai (@​ai-sdk/google)

v2.0.23

Compare Source

Patch Changes
  • 8a1d648: Fix adding google search along with url context in vertex ai

v2.0.22

Compare Source

Patch Changes
  • f8da995: The mediaResolution option has been added and is now passed to the Google API.

v2.0.21

Compare Source

Patch Changes
  • 53f53c1: Support imageConfig.aspectRatio configuration for Gemini models

v2.0.20

Compare Source

Patch Changes

v2.0.19

Compare Source

Patch Changes
  • a107843: fix(provider/google): lazy schema loading

    import time improved by 12.5% (22.3ms ➡️ 19.5ms)

v2.0.18

Patch Changes

v2.0.17

Patch Changes

v2.0.16

Patch Changes

v2.0.15

Patch Changes

v2.0.14

Compare Source

Patch Changes

v2.0.13

Compare Source

Patch Changes

v2.0.12

Compare Source

Patch Changes

v2.0.11

Compare Source

Patch Changes
  • 097b452: feat(openai, azure): add configurable file ID prefixes for Responses API

    • Added fileIdPrefixes option to OpenAI Responses API configuration
    • Azure OpenAI now supports assistant- prefixed file IDs (replacing previous file- prefix support)
    • OpenAI maintains backward compatibility with default file- prefix
    • File ID detection is disabled when fileIdPrefixes is undefined, gracefully falling back to base64 processing
  • 0853d6b: fix(provider/azure): add deployment-based URL support for transcription compatibility

  • Updated dependencies [097b452]

  • Updated dependencies [87cf954]

  • Updated dependencies [a3d98a9]

  • Updated dependencies [38ac190]

  • Updated dependencies [110d167]

  • Updated dependencies [8d3c747]

v2.0.10

Compare Source

Patch Changes

v2.0.9

Compare Source

Patch Changes

v2.0.8

Compare Source

Patch Changes

v2.0.7

Compare Source

Patch Changes

v2.0.6

Compare Source

Patch Changes

v2.0.5

Compare Source

Patch Changes

v2.0.4

Compare Source

Patch Changes

v2.0.3

Compare Source

Patch Changes

v2.0.2

Compare Source

Patch Changes

v2.0.1

Compare Source

Patch Changes
  • Updated dependencies [4d0c108]
    • ai@​5.0.1

v2.0.0

Compare Source

Major Changes
  • d5f588f: AI SDK 5

  • 516be5b: ### Move Image Model Settings into generate options

    Image Models no longer have settings. Instead, maxImagesPerCall can be passed directly to generateImage(). All other image settings can be passed to providerOptions[provider].

    Before

    await generateImage({
      model: luma.image('photon-flash-1', {
        maxImagesPerCall: 5,
        pollIntervalMillis: 500,
      }),
      prompt,
      n: 10,
    });

    After

    await generateImage({
      model: luma.image('photon-flash-1'),
      prompt,
      n: 10,
      maxImagesPerCall: 5,
      providerOptions: {
        luma: { pollIntervalMillis: 5 },
      },
    });

    Pull Request: #​6180

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai
Copy link

coderabbitai bot commented Aug 5, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x branch 2 times, most recently from 71885e0 to 86efc4d Compare August 13, 2025 23:49
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x branch from 86efc4d to 2d0c61b Compare August 23, 2025 03:54
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x branch 2 times, most recently from b590326 to 1de484f Compare September 4, 2025 22:29
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x branch 2 times, most recently from 1c45459 to 1e4807f Compare September 14, 2025 15:45
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x branch 3 times, most recently from be184c3 to 76af67f Compare September 26, 2025 23:32
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x branch 2 times, most recently from ddc956e to 0fd336b Compare October 11, 2025 07:30
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x branch from 0fd336b to c2c2e8f Compare October 14, 2025 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants