Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2025

This PR contains the following updates:

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

Release Notes

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

v2.0.24

Compare Source

Patch Changes

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

Compare Source

Patch Changes

v2.0.17

Compare Source

Patch Changes

v2.0.16

Compare Source

Patch Changes

v2.0.15

Compare Source

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 6, 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-groq-2.x branch 3 times, most recently from 20402d4 to 7009b60 Compare August 13, 2025 23:50
@renovate renovate bot force-pushed the renovate/ai-sdk-groq-2.x branch from 7009b60 to 056c1d3 Compare August 15, 2025 23:58
@renovate renovate bot force-pushed the renovate/ai-sdk-groq-2.x branch from 056c1d3 to c6c338d Compare August 23, 2025 03:54
@renovate renovate bot force-pushed the renovate/ai-sdk-groq-2.x branch 2 times, most recently from c31630c to a5aaaa1 Compare September 4, 2025 22:29
@renovate renovate bot force-pushed the renovate/ai-sdk-groq-2.x branch 2 times, most recently from a60795d to 8a0a474 Compare September 14, 2025 15:45
@renovate renovate bot force-pushed the renovate/ai-sdk-groq-2.x branch 2 times, most recently from 9717c4a to 5cf11f7 Compare September 24, 2025 23:57
@renovate renovate bot force-pushed the renovate/ai-sdk-groq-2.x branch from 5cf11f7 to 7c30f59 Compare September 26, 2025 23:32
@renovate renovate bot force-pushed the renovate/ai-sdk-groq-2.x branch from 7c30f59 to 034d734 Compare October 10, 2025 07:51
@renovate renovate bot force-pushed the renovate/ai-sdk-groq-2.x branch from 034d734 to 39531a2 Compare October 11, 2025 07:30
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