Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 8, 2025

This PR contains the following updates:

Package Change Age Confidence
@ai-sdk/openai (source) 2.0.6 -> 2.0.52 age confidence

Release Notes

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

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

v2.0.45

Compare Source

Patch Changes
  • Updated dependencies [76024fc]
  • Updated dependencies [93d8b60]
  • Updated dependencies [d8eb31f]
    • ai@​5.0.45

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

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
  • ai@​5.0.34

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
  • ai@​5.0.32

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

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

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
  • ai@​5.0.22

v2.0.21

Compare Source

Patch Changes

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
  • 5e47d00: Support Responses API input_file file_url passthrough for PDFs.

    This adds:

    • file_url variant to OpenAIResponses user content
    • PDF URL mapping to input_file with file_url in Responses converter
    • PDF URL support in supportedUrls to avoid auto-download

v2.0.17

Compare Source

Patch Changes
  • 70bb696: fix(provider/openai): correct web search tool input

v2.0.16

Compare Source

Patch Changes

v2.0.15

Compare Source

Patch Changes
  • a4bef93: feat(provider/openai): expose web search queries in responses api

  • 6ed34cb: refactor(openai): consolidate model config into getResponsesModelConfig()

    #​8038

v2.0.14

Compare Source

Patch Changes
  • 2338c79: feat (provider/anthropic): update jsdoc of anthropic tools

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
  • 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
  • a274b01: refactor(provider/openai): restructure files
  • b48e0ff: feat(provider/openai): add code interpreter tool (responses api)

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

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.

@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.7 fix(deps): update dependency @ai-sdk/openai to v2.0.8 Aug 9, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch from 562bafe to 79d759f Compare August 9, 2025 20:59
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.8 fix(deps): update dependency @ai-sdk/openai to v2.0.9 Aug 11, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch from 79d759f to 86cd09e Compare August 11, 2025 10:48
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.9 fix(deps): update dependency @ai-sdk/openai to v2.0.10 Aug 11, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch from 86cd09e to f435e8a Compare August 11, 2025 18:49
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.10 fix(deps): update dependency @ai-sdk/openai to v2.0.11 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch from f435e8a to 0a8b829 Compare August 12, 2025 20:10
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.11 fix(deps): update dependency @ai-sdk/openai to v2.0.12 Aug 13, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch from 0a8b829 to 076e48d Compare August 13, 2025 17:28
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.12 fix(deps): update dependency @ai-sdk/openai to v2.0.13 Aug 14, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch from 076e48d to 672e496 Compare August 14, 2025 10:58
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.13 fix(deps): update dependency @ai-sdk/openai to v2.0.14 Aug 14, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch from 672e496 to 041234a Compare August 14, 2025 15:03
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.14 fix(deps): update dependency @ai-sdk/openai to v2.0.15 Aug 15, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch 2 times, most recently from c118db5 to 57280d7 Compare August 19, 2025 09:23
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.15 fix(deps): update dependency @ai-sdk/openai to v2.0.16 Aug 19, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch 2 times, most recently from 1a1db12 to cc0e2ac Compare August 19, 2025 21:36
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.16 fix(deps): update dependency @ai-sdk/openai to v2.0.17 Aug 20, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch 2 times, most recently from da1476d to 911c3ff Compare August 21, 2025 07:55
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.17 fix(deps): update dependency @ai-sdk/openai to v2.0.18 Aug 21, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch from 911c3ff to 2c5c6fe Compare August 21, 2025 15:08
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.18 fix(deps): update dependency @ai-sdk/openai to v2.0.19 Aug 21, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch from 2c5c6fe to 4f129a0 Compare August 21, 2025 21:32
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.19 fix(deps): update dependency @ai-sdk/openai to v2.0.20 Aug 25, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch 2 times, most recently from 42acdc3 to bf6c80f Compare August 26, 2025 14:00
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.35 chore(deps): update dependency @ai-sdk/openai to v2.0.35 Sep 25, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch from 554afc9 to e9f6a3d Compare September 26, 2025 09:28
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/openai to v2.0.35 chore(deps): update dependency @ai-sdk/openai to v2.0.36 Sep 26, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch from e9f6a3d to 8c481d1 Compare September 26, 2025 18:00
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/openai to v2.0.36 chore(deps): update dependency @ai-sdk/openai to v2.0.37 Sep 26, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch from 8c481d1 to 8dee1e5 Compare September 27, 2025 01:34
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/openai to v2.0.37 chore(deps): update dependency @ai-sdk/openai to v2.0.38 Sep 27, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch from 8dee1e5 to e822685 Compare September 29, 2025 10:41
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/openai to v2.0.38 chore(deps): update dependency @ai-sdk/openai to v2.0.39 Sep 29, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch from e822685 to 360d501 Compare September 29, 2025 20:58
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/openai to v2.0.39 chore(deps): update dependency @ai-sdk/openai to v2.0.40 Sep 29, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch from 360d501 to ac2a30c Compare September 30, 2025 04:27
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/openai to v2.0.40 chore(deps): update dependency @ai-sdk/openai to v2.0.41 Sep 30, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch from ac2a30c to f44771f Compare September 30, 2025 09:05
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/openai to v2.0.41 chore(deps): update dependency @ai-sdk/openai to v2.0.42 Sep 30, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch from f44771f to 8182880 Compare October 7, 2025 01:08
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/openai to v2.0.42 chore(deps): update dependency @ai-sdk/openai to v2.0.43 Oct 7, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch from 8182880 to 3ef388d Compare October 7, 2025 10:35
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/openai to v2.0.43 chore(deps): update dependency @ai-sdk/openai to v2.0.44 Oct 7, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch from 3ef388d to 22a783f Compare October 9, 2025 09:52
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/openai to v2.0.44 chore(deps): update dependency @ai-sdk/openai to v2.0.46 Oct 9, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch from 22a783f to d0ae55e Compare October 10, 2025 14:42
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/openai to v2.0.46 chore(deps): update dependency @ai-sdk/openai to v2.0.48 Oct 10, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch from d0ae55e to dbed376 Compare October 11, 2025 12:44
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/openai to v2.0.48 chore(deps): update dependency @ai-sdk/openai to v2.0.49 Oct 11, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch from dbed376 to 2c6745b Compare October 12, 2025 09:54
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/openai to v2.0.49 chore(deps): update dependency @ai-sdk/openai to v2.0.50 Oct 12, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x-lockfile branch from 2c6745b to 0851d69 Compare October 13, 2025 13:52
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/openai to v2.0.50 chore(deps): update dependency @ai-sdk/openai to v2.0.52 Oct 13, 2025
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