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.75

Compare Source

Patch Changes
  • 1c7ff4a: distinguish between OpenAI and Azure in Responses API providerMetadata

v2.0.74

Compare Source

Patch Changes

v2.0.73

Compare Source

Patch Changes
  • 2e2fd83: refactoring(provider/openai): simplify code

v2.0.72

Compare Source

Patch Changes
  • 53d2fcc: added support for external_web_access parameter on web_search tool

v2.0.71

Compare Source

Patch Changes
  • 29a5595: Azure OpenAI enabled web-search-preview

v2.0.70

Compare Source

Patch Changes
  • dafda29: Set the annotations from the Responses API to doStream

v2.0.69

Compare Source

Patch Changes
  • 38a9f48: fix: error schema for Responses API

v2.0.68

Compare Source

Patch Changes

v2.0.67

Compare Source

Patch Changes
  • ai@​5.0.67

v2.0.66

Compare Source

Patch Changes
  • ai@​5.0.66

v2.0.65

Compare Source

Patch Changes
  • ai@​5.0.65

v2.0.64

Compare Source

Patch Changes
  • d251e53: feat(openai): add o3-deep-research and o4-mini-deep-research models

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

Patch Changes
  • ai@​5.0.60

v2.0.59

Patch Changes
  • ai@​5.0.59

v2.0.58

Patch Changes
  • ai@​5.0.58

v2.0.57

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

v2.0.56

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

v2.0.55

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

v2.0.54

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

Compare Source

Patch Changes
  • 54b7c08: fix(provider/anthropic): clamp temperature to valid 0-1 range with warnings

v2.0.44

Compare Source

Patch Changes
  • ai@​5.0.44

v2.0.43

Patch Changes
  • e2dac8b: Support for custom provider name in google and anthropic providers

v2.0.42

Patch Changes
  • 035b927: fix: set providerExecuted on Anthropic web_fetch tool results

v2.0.41

Compare Source

Patch Changes
  • 110c735: support OPENAI_BASE_URL env

v2.0.40

Compare Source

Patch Changes
  • 8c74f47: feat(provider/openai): add gpt-5-codex model id
  • adca087: feat(provider/openai): local shell tool

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
  • 9a66892: Add Google Vertex RAG Engine grounding provider tool

v2.0.33

Compare Source

Patch Changes
  • 30a7d54: Improve error message when mixing function tools with provider-defined tools to clarify fallback behavior and list ignored function tools

v2.0.32

Compare Source

Patch Changes
  • 1cf857d: fix(provider/openai): remove provider-executed tools from chat completions model
  • 01de47f: feat(provider/openai): rework file search tool

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
  • 4235eb3: feat(provider/openai): code interpreter tool calls and results

v2.0.28

Compare Source

Patch Changes
  • 4c2bb77: fix (provider/openai): send sources action as include
  • 561e8b0: fix (provider/openai): fix code interpreter tool in doGenerate

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
  • Updated dependencies [4176ecb]
  • Updated dependencies [20f23f9]
    • ai@​5.0.17

v2.0.16

Compare Source

Patch Changes

v2.0.15

Compare Source

Patch Changes

v2.0.14

Compare Source

Patch Changes
  • Updated dependencies [7729e32]
    • ai@​5.0.14

v2.0.13

Compare Source

Patch Changes
  • Updated dependencies [a7b2e66]
  • Updated dependencies [9bed210]
    • ai@​5.0.13

v2.0.12

Compare Source

Patch Changes

v2.0.11

Compare Source

Patch Changes

v2.0.10

Compare Source

Patch Changes
  • Updated dependencies [63a5dc5]
    • ai@​5.0.10

v2.0.9

Compare Source

Patch Changes
  • 8f8a521: fix(providers): use convertToBase64 for Uint8Array image parts to produce valid data URLs; keep mediaType normalization and URL passthrough

v2.0.8

Compare Source

Patch Changes

v2.0.7

Compare Source

Patch Changes
  • 4738f18: feat(openai): add flex processing support for gpt-5 models
  • 013d747: feat(openai): add verbosity parameter support for responses api
  • 35feee8: feat(openai): add priority processing support for gpt-5 models

v2.0.6

Compare Source

Patch Changes
  • ad2255f: chore(docs): added gpt 5 models + removed deprecated models
  • 64bcb66: feat(provider/openai): models ids on chat
  • 1d42ff2: feat(provider/openai): models ids

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 2 times, most recently from fe1423f to 863025c Compare November 8, 2025 08:08
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch 3 times, most recently from 2377d2f to 89aab6a Compare November 20, 2025 06:51
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch 4 times, most recently from d25916c to bc71d75 Compare November 28, 2025 07:02
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from bc71d75 to 3001018 Compare December 1, 2025 08:11
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