Skip to content

fix(deps): update dependency @ai-sdk/openai to v2.0.105#8541

Open
renovate[bot] wants to merge 1 commit intolatestfrom
renovate/ai-sdk-openai-2.x
Open

fix(deps): update dependency @ai-sdk/openai to v2.0.105#8541
renovate[bot] wants to merge 1 commit intolatestfrom
renovate/ai-sdk-openai-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 17, 2026

This PR contains the following updates:

Package Change Age Confidence
@ai-sdk/openai (source) 2.0.242.0.105 age confidence

Release Notes

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

v2.0.105

Compare Source

Patch Changes

v2.0.104

Compare Source

Patch Changes

v2.0.103

Compare Source

Patch Changes
  • 5543cd1: Add AI Gateway hint to provider READMEs

v2.0.102

Patch Changes

v2.0.101

Patch Changes
  • 316517c: Add gpt-5.4-mini, gpt-5.4-mini-2026-03-17, gpt-5.4-nano, and gpt-5.4-nano-2026-03-17 models.

v2.0.100

Compare Source

Patch Changes
  • 216151a: fix(provider/openai): drop reasoning parts without encrypted content when store: false

v2.0.99

Compare Source

Patch Changes
  • 0aab803: feat(provider/openai): add gpt-5.3-chat-latest

v2.0.98

Compare Source

Patch Changes
  • 392dc94: feat(provider/openai): add GPT-5.4 model support

v2.0.97

Compare Source

Patch Changes

v2.0.96

Compare Source

Patch Changes
  • e867b5c: Support phase parameter on Responses API message items. The phase field ('commentary' or 'final_answer') is returned by models like gpt-5.3-codex on assistant message output items and must be preserved when sending follow-up requests. The phase value is available in providerMetadata.openai.phase on text parts and is automatically included on assistant messages sent back to the API.

v2.0.95

Compare Source

Patch Changes
  • b08351e: fix(openai): allow null/undefined type in streaming tool call deltas

    Azure AI Foundry and Mistral deployed on Azure omit the type field in
    streaming tool_calls deltas. The chat stream parser now accepts a missing
    type field (treating it as "function") instead of throwing
    InvalidResponseDataError: Expected 'function' type.

    Fixes #​12770

v2.0.94

Compare Source

Patch Changes
  • 42815ac: feat(provider/openai): add gpt-5.3-codex

v2.0.93

Compare Source

Patch Changes
  • fa64d70: fix(openai): change web search tool action to be optional

v2.0.92

Compare Source

Patch Changes
  • c680a01: fix(openai): add changeset and tests for per-image usage metadata

v2.0.91

Compare Source

Patch Changes
  • 6a0adb7: feat: differentiate text vs image input tokens

v2.0.90

Compare Source

Patch Changes

v2.0.89

Compare Source

Patch Changes

v2.0.88

Compare Source

Patch Changes
  • 2352cdf: feat (provider/openai): add gpt-image-1.5 model support

v2.0.87

Compare Source

Patch Changes
  • 72d76cc: Add GPT-5.2 support for non-reasoning parameters (temperature, topP, logProbs) when reasoningEffort is none.

v2.0.86

Compare Source

Patch Changes
  • a909bcf: fix(openai); fix url_citation schema in chat api

v2.0.85

Compare Source

Patch Changes
  • e79430b: fix(openai): change find action type to find_in_page action type

v2.0.84

Compare Source

Patch Changes
  • 041a4fc: feat(openai): add gpt-5.2 models

v2.0.83

Compare Source

Patch Changes
  • edc807f: feat(provider/openai): add GPT 5.1 Codex Max to OpenAI Responses model IDs list

v2.0.82

Compare Source

Patch Changes
  • e31dfa4: feat(provider/openai): add support for OpenAI xhigh reasoning effort

v2.0.81

Compare Source

Patch Changes

v2.0.80

Compare Source

Patch Changes
  • 707a163: feat(openai): additional settings for file search tool

v2.0.79

Compare Source

Patch Changes
  • 5b6aa88: fix(openai): fix parameter exclusion logic

v2.0.78

Compare Source

Patch Changes
  • e245b61: fix(openai): allow temperature etc setting when reasoning effort is none for gpt-5.1

v2.0.77

Compare Source

Patch Changes
  • 31f6c20: fix(openai): allow open_page action type url to be nullish

v2.0.76

Compare Source

Patch Changes
  • 61545c4: feat (provider/openai): include more image generation response metadata

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
  • a4c6a12: feat(provider/openai): support conversations api

v2.0.67

Compare Source

Patch Changes
  • 3735f5a: feat(openai): Add support for 'promptCacheRetention: 24h' for gpt5.1 series

v2.0.66

Compare Source

Patch Changes
  • 73f9178: feat(openai): add 'gpt-5.1' modelID

v2.0.65

Compare Source

Patch Changes

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
  • 3b62c49: fix(openai): extract meta data from first chunk that contains any

v2.0.62

Compare Source

Patch Changes

v2.0.61

Compare Source

Patch Changes
  • 28ce89a: fix(openai): add support for sources type 'api'

v2.0.60

Compare Source

Patch Changes
  • 3e42838: fix: remove code for unsuported o1-mini and o1-preview models

v2.0.59

Compare Source

Patch Changes

v2.0.58

Compare Source

Patch Changes
  • 0f9d079: fix(openai): revised_prompt sometimes returns null, causing errors

v2.0.57

Compare Source

Patch Changes

v2.0.56

Compare Source

Patch Changes
  • b82d23b: feat(openai): preserve file_id when converting file citations

v2.0.55

Compare Source

Patch Changes
  • 2f4a59a: feat(openai): add sources in web-search actions

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

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

v2.0.32

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

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

Patch Changes

v2.0.29

Patch Changes
  • 4235eb3: feat(provider/openai): code interpreter tool calls and results

v2.0.28

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

v2.0.27

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

v2.0.26

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

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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 8am every weekday,every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 force-pushed the renovate/ai-sdk-openai-2.x branch from 2bccd98 to 66fa230 Compare April 17, 2026 05:38
@renovate renovate Bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.102 fix(deps): update dependency @ai-sdk/openai to v2.0.103 Apr 17, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-2.x branch from 66fa230 to e71bb56 Compare April 29, 2026 05:30
@renovate renovate Bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.103 fix(deps): update dependency @ai-sdk/openai to v2.0.104 Apr 29, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-2.x branch from e71bb56 to 6964f07 Compare April 30, 2026 17:34
@renovate renovate Bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.104 fix(deps): update dependency @ai-sdk/openai to v2.0.105 Apr 30, 2026
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