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/openai (source) ^1.3.22 -> ^2.0.0 age confidence

Release Notes

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

v2.0.64

Compare Source

Patch Changes
  • Updated dependencies [e33947b]
    • ai@​5.0.64

v2.0.63

Compare Source

Patch Changes
  • Updated dependencies [22609f8]
  • Updated dependencies [b552c94]
    • ai@​5.0.63

v2.0.62

Compare Source

Patch Changes

v2.0.61

Compare Source

Patch Changes
  • ai@​5.0.61

v2.0.60

Compare Source

Patch Changes
  • ai@​5.0.60

v2.0.59

Compare Source

Patch Changes
  • ai@​5.0.59

v2.0.58

Compare Source

Patch Changes
  • ai@​5.0.58

v2.0.57

Compare Source

Patch Changes
  • Updated dependencies [c319849]
    • ai@​5.0.57

v2.0.56

Compare Source

Patch Changes
  • Updated dependencies [b1d8458]
    • ai@​5.0.56

v2.0.55

Compare Source

Patch Changes
  • Updated dependencies [85da29e]
    • ai@​5.0.55

v2.0.54

Compare Source

Patch Changes

v2.0.53

Compare Source

Patch Changes
  • 5464bf0: fix(provider/openai): add truncation parameter support for Responses API

v2.0.52

Compare Source

Patch Changes
  • 8de8de5: fix(provider/openai): end reasoning parts earlier

v2.0.51

Compare Source

Patch Changes
  • cad5c1d: fix(provider/openai): fix web search tool input types

v2.0.50

Compare Source

Patch Changes
  • c336b43: feat(provider/openai): send assistant text and tool call parts as reference ids when store: true

v2.0.49

Compare Source

Patch Changes
  • f4287d0: feat(provider/openai): automatically add reasoning.encrypted_content include when store = false

v2.0.48

Compare Source

Patch Changes

v2.0.47

Compare Source

Patch Changes
  • 99e2a2a: feat(provider/openai): support file and image tool results

v2.0.46

Compare Source

Patch Changes
  • 66f69e7: Add 'default' as service tier

v2.0.45

Patch Changes

v2.0.44

Patch Changes
  • 28215ca: fix(provider/openai): add providerExecuted flag to tool start chunks

v2.0.43

Patch Changes
  • fd46da1: feat(provider/openai): add new model IDs gpt-image-1-mini, gpt-5-pro, gpt-5-pro-2025-10-06

v2.0.42

Patch Changes
  • 2a5edd3: enables image_generation capabilities in the Azure provider through the Responses API.
  • Updated dependencies [2a5edd3]

v2.0.41

Compare Source

Patch Changes

v2.0.40

Compare Source

Patch Changes

v2.0.39

Compare Source

Patch Changes
  • 5428a0d: The built in Code Interpreter tool input code is streamed in tool-input-<start/delta/end> chunks.

v2.0.38

Compare Source

Patch Changes
  • 0bda600: enables code_interpreter and file_search capabilities in the Azure provider through the Responses API

v2.0.37

Compare Source

Patch Changes
  • 6075c91: feat(provider/openai): only send item references for reasoning when store: true

v2.0.36

Compare Source

Patch Changes

v2.0.35

Compare Source

Patch Changes
  • 1cfc209: feat(provider/openai): OpenAIChatLanguageModelOptions type

    import { openai, type OpenAIChatLanguageModelOptions } from '@&#8203;ai-sdk/openai';
    import { generateText } from 'ai';
    
    await generateText({
      model: openai.chat('gpt-4o'),
      prompt: 'Invent a new holiday and describe its traditions.',
      providerOptions: {
        openai: {
          user: 'user-123',
        } satisfies OpenAIChatLanguageModelOptions,
      },
    });

v2.0.34

Compare Source

Patch Changes
  • 322901b: feat: add provider version to user-agent header

v2.0.33

Compare Source

Patch Changes
  • 28c9c6a: feat(anthropic): add prompt caching validation

v2.0.32

Compare Source

Patch Changes
  • 492b1ee: feat(provider/anthropic): add support for Agent Skills

v2.0.31

Compare Source

Patch Changes
  • bb94467: feat(provider/openai): add maxToolCalls provider option
  • 4a2b70e: feat(provider/openai): send item references for provider-executed tool results
  • 643711d: feat (provider/openai): provider defined image generation tool support

v2.0.30

Compare Source

Patch Changes

v2.0.29

Compare Source

Patch Changes
  • 4dd53dd: feat(provider/anthropic): memory tool

v2.0.28

Compare Source

Patch Changes
  • 07274ad: Add support for 2025-08-25 code execution tool

v2.0.27

Compare Source

Patch Changes
  • 2338c79: feat (provider/openai): add jsdoc for openai tools

v2.0.26

Compare Source

Patch Changes
  • 5819aec: fix (provider/openai): only send tool calls finish reason for tools that are not provider-executed
  • af8c6bb: feat (provider/openai): add web_search tool

v2.0.25

Compare Source

Patch Changes
  • fb45ade: fix timestamp granularities support for openai transcription

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-openai-2.x branch 5 times, most recently from b9fc339 to 70c4587 Compare August 13, 2025 23:50
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from 70c4587 to 92e194e Compare August 15, 2025 23:58
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from 92e194e to c24ea3b Compare August 23, 2025 03:54
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch 2 times, most recently from 47387eb to d87be3d Compare September 4, 2025 22:29
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch 2 times, most recently from 7a0d9a7 to 62d8031 Compare September 14, 2025 15:45
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch 2 times, most recently from bdb5a0f to 450ad0b Compare September 24, 2025 23:57
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch 4 times, most recently from cca50b5 to 0ee1152 Compare October 1, 2025 18:48
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch 6 times, most recently from 1351063 to df4724f Compare October 14, 2025 03:53
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from df4724f to 0244843 Compare October 20, 2025 19:56
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from 0244843 to fe1423f Compare November 1, 2025 08:15
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from fe1423f to 863025c Compare November 8, 2025 08:08
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.

1 participant