Skip to content

Conversation

renovate[bot]
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.44

Compare Source

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
  • Updated dependencies [de5c066]
    • ai@​5.0.42

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
  • 322901b: feat: add provider version to user-agent header

v2.0.33

Compare Source

Patch Changes
  • a617948: fix the "incomplete_details" key from nullable to nullish for openai compatibility

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
  • Updated dependencies [e0e9449]
    • ai@​5.0.29

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
  • ad57512: fix(provider/openai): safe practice to include filename and fileExtension to avoid experimental_transcribe fails with valid Buffer
  • Updated dependencies [99964ed]

v2.0.23

Compare Source

Patch Changes
  • a9a61b7: Add serviceTier to provider metadata for OpenAI responses

v2.0.22

Compare Source

Patch Changes

v2.0.21

Compare Source

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

v2.0.20

Compare Source

Patch Changes
  • 974de40: fix(provider/ai): do not set .providerMetadata.openai.logprobs to an array of empty arrays when using streamText()

v2.0.19

Compare Source

Patch Changes

v2.0.18

Compare Source

Patch Changes
  • c37bc3b: feat (provider/groq): remove obsolete saba model id

v2.0.17

Compare Source

Patch Changes
  • da92132: fix(provider/anthorpic): add cacheControl to AnthropicProviderOptions

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
  • cd458a8: fix(anthropic): reorder tool_result parts to front of combined user messages

    Reorders tool_result content to appear before user text within combined user messages, ensuring Claude API validation requirements are met while preserving the intentional message combining behavior that prevents role alternation errors. Fixes #​8318.

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
  • 87cf954: feat(provider/openai): add support for prompt_cache_key

  • a3d98a9: feat(provider/openai): add support for safety_identifier

  • 110d167: fix(openai): add missing file_search_call handlers in responses streaming

  • 8d3c747: chore(openai): remove deprecated GPT-4.5-preview models and improve autocomplete control

  • Updated dependencies [38ac190]

v2.0.10

Compare Source

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

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
  • 57fb959: feat(openai): add verbosity parameter support for chat api
  • 2a3fbe6: allow minimal in reasoningEffort for openai chat

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

v2.0.5

Compare Source

Patch Changes
  • ai@​5.0.5

v2.0.4

Compare Source

Patch Changes
  • ai@​5.0.4

v2.0.3

Compare Source

Patch Changes

v2.0.2

Compare Source

Patch Changes
  • 63e2016: fix(openai): missing url citations from web search tools

v2.0.1

Compare Source

Patch Changes
  • bc45e29: feat(openai): add file_search_call support to responses api

v2.0.0

Compare Source

Major Changes
Patch Changes
  • ad66c0e: feat (provider/anthropic): json response schema support via tool calls
  • 8f2854f: feat (provider/anthropic): send web search tool calls
  • 5d959e7: refactor: updated openai + anthropic tool use server side
  • 8dfcb11: feat(anthropic/citation): text support for citations
  • 9f73965: feat (provider/anthropic): parse websearch tool args
  • e2aceaf: feat: add raw chunk support
  • fdff8a4: fix(provider/anthropic): correct Claude 4 model ID format
  • eb173f1: chore (providers): remove model shorthand deprecation warnings
  • 4f26d59: feat(provider/anthropic): add disable parallel tool use option
  • 25f3454: feat(provider/anthropic): add PDF citation support with document sources for streamText
  • a85c85f: fix (provider/anthropic): streaming json output
  • 5c9eec4: chore(providers/anthropic): switch to providerOptions
  • 2e13791: feat(anthropic): add server-side web search support
  • 66962ed: fix(packages): export node10 compatible types
  • 075711d: fix (provider/anthropic): return stop finish reason for json output with tool
  • 269683f: Add raw Anthropic usage information to provider metadata
  • d601ed9: fix (provider/anthropic): send tool call id in tool-input-start chunk
  • b9ddcdd: feat(anthropic): add text_editor_20250429 tool for Claude 4 models
  • 91715e5: fix (provider/google-vertex): fix anthropic support for image urls in messages
  • ca8aac6: feat (providers/anthropic): add claude v4 models
  • 61ab528: Add support for URL-based PDF documents in the Anthropic provider
  • 84577c8: fix (providers/anthropic): remove fine grained tool streaming beta
  • d1a034f: feature: using Zod 4 for internal stuff
  • 6392f60: fix(anthropic): resolve web search API validation errors with partial location + provider output
  • 205077b: fix: improve Zod compatibility
  • ee5a9c0: feat: streamText onChunk raw chunk support
  • f418dd7: Added anthropic provider defined tool support to amazon bedrock
  • 362b048: add web search tool support
  • 399e056: fix: anthropic computer tool
  • 0b678b2: feat (provider/anthropic): enable streaming tool calls
  • f10304b: feat(tool-calling): don't require the user to have to pass parameters
  • a753b3a: feat (provider/anthropic): cache control for tools
  • Updated dependencies [a571d6e]
  • Updated dependencies [742b7be]
  • Updated dependencies [e7fcc86]
  • Updated dependencies [7cddb72]
  • Updated dependencies [ccce59b]
  • Updated dependencies [e2b9e4b]
  • Updated dependencies [95857aa]
  • Updated dependencies [45c1ea2]
  • Updated dependencies [6f6bb89]
  • Updated dependencies [060370c]
  • Updated dependencies [dc714f3]
  • Updated dependencies [b5da06a]
  • Updated dependencies [d1a1aa1]
  • Updated dependencies [63f9e9b]
  • Updated dependencies [5d142ab]
  • Updated dependencies [d5f588f]
  • Updated dependencies [e025824]
  • Updated dependencies [0571b98]
  • Updated dependencies [b6b43c7]
  • Updated dependencies [4fef487]
  • Updated dependencies [48d257a]
  • Updated dependencies [0c0c0b3]
  • Updated dependencies [0d2c085]
  • Updated dependencies [40acf9b]
  • Updated dependencies [9222aeb]
  • Updated dependencies [e2aceaf]
  • Updated dependencies [411e483]
  • Updated dependencies [8ba77a7]
  • Updated dependencies [7b3ae3f]
  • Updated dependencies [a166433]
  • Updated dependencies [26735b5]
  • Updated dependencies [443d8ec]
  • Updated dependencies [a8c8bd5]
  • Updated dependencies [abf9a79]
  • Updated dependencies [14c9410]
  • Updated dependencies [e86be6f]
  • Updated dependencies [9bf7291]
  • Updated dependencies [2e13791]
  • Updated dependencies [9f95b35]
  • Updated dependencies [66962ed]
  • Updated dependencies [0d06df6]
  • Updated dependencies [472524a]
  • Updated dependencies [dd3ff01]
  • Updated dependencies [d9c98f4]
  • Updated dependencies [05d2819]
  • Updated dependencies [9301f86]
  • Updated dependencies [0a87932]
  • Updated dependencies [c4a2fec]
  • Updated dependencies [957b739]
  • Updated dependencies [79457bd]
  • Updated dependencies [a3f768e]
  • Updated dependencies [7435eb5]
  • Updated dependencies [8aa9e20]
  • Updated dependencies [4617fab]
  • Updated dependencies [ac34802]
  • Updated dependencies [0054544]
  • Updated dependencies [cb68df0]
  • Updated dependencies [ad80501]
  • Updated dependencies [68ecf2f]
  • Updated dependencies [9e9c809]
  • Updated dependencies [32831c6]
  • Updated dependencies [6dc848c]
  • Updated dependencies [6b98118]
  • Updated dependencies [d0f9495]
  • Updated dependencies [63d791d]
  • Updated dependencies [87b828f]
  • Updated dependencies [3f2f00c]
  • Updated dependencies [bfdca8d]
  • Updated dependencies [0ff02bb]
  • Updated dependencies [7979f7f]
  • Updated dependencies [39a4fab]
  • Updated dependencies [44f4aba]
  • Updated dependencies [9bd5ab5]
  • Updated dependencies [57edfcb]
  • Updated dependencies [faf8446]
  • Updated dependencies [7ea4132]
  • Updated dependencies [d1a034f]
  • Updated dependencies [5c56081]
  • Updated dependencies [fd65bc6]
  • Updated dependencies [023ba40]
  • Updated dependencies [ea7a7c9]
  • Updated dependencies [26535e0]
  • Updated dependencies [e030615]
  • Updated dependencies [5e57fae]
  • Updated dependencies [393138b]
  • Updated dependencies [c57e248]
  • Updated dependencies [88a8ee5]
  • Updated dependencies [41fa418]
  • Updated dependencies [205077b]
  • Updated dependencies [71f938d]
  • Updated dependencies [3795467]
  • Updated dependencies [28a5ed5]
  • Updated dependencies [7182d14]
  • Updated dependencies [c1e6647]
  • Updated dependencies [1766ede]
  • Updated dependencies [811dff3]
  • Updated dependencies [f10304b]
  • Updated dependencies [dd5fd43]
  • Updated dependencies [33f4a6a]
  • Updated dependencies [383cbfa]
  • Updated dependencies [27deb4d]
  • Updated dependencies [c4df419]

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.

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 4 times, most recently from 9ffa76c to ff5e0d7 Compare October 12, 2025 06:46
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from ff5e0d7 to 1351063 Compare October 13, 2025 04: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.

0 participants