fix(deps): update dependency @ai-sdk/openai to v2.0.105#8541
Open
renovate[bot] wants to merge 1 commit intolatestfrom
Open
fix(deps): update dependency @ai-sdk/openai to v2.0.105#8541renovate[bot] wants to merge 1 commit intolatestfrom
renovate[bot] wants to merge 1 commit intolatestfrom
Conversation
2bccd98 to
66fa230
Compare
66fa230 to
e71bb56
Compare
e71bb56 to
6964f07
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.24→2.0.105Release Notes
vercel/ai (@ai-sdk/openai)
v2.0.105Compare Source
Patch Changes
783fa6c: chore: ensure consistent import handling and avoid import duplicates or cycles783fa6c]v2.0.104Compare Source
Patch Changes
0a00b9b: trigger release for all packages after provenance setup11c7bdd: feat(provider/openai): add gpt-image-2 model support0a00b9b]v2.0.103Compare Source
Patch Changes
5543cd1: Add AI Gateway hint to provider READMEsv2.0.102Patch Changes
a27a978]v2.0.101Patch Changes
316517c: Addgpt-5.4-mini,gpt-5.4-mini-2026-03-17,gpt-5.4-nano, andgpt-5.4-nano-2026-03-17models.v2.0.100Compare Source
Patch Changes
216151a: fix(provider/openai): drop reasoning parts without encrypted content when store: falsev2.0.99Compare Source
Patch Changes
0aab803: feat(provider/openai): addgpt-5.3-chat-latestv2.0.98Compare Source
Patch Changes
392dc94: feat(provider/openai): add GPT-5.4 model supportv2.0.97Compare Source
Patch Changes
6a2f01b]17d64e3]v2.0.96Compare Source
Patch Changes
e867b5c: Supportphaseparameter on Responses API message items. Thephasefield ('commentary'or'final_answer') is returned by models likegpt-5.3-codexon assistant message output items and must be preserved when sending follow-up requests. The phase value is available inproviderMetadata.openai.phaseon text parts and is automatically included on assistant messages sent back to the API.v2.0.95Compare Source
Patch Changes
b08351e: fix(openai): allow null/undefined type in streaming tool call deltasAzure AI Foundry and Mistral deployed on Azure omit the
typefield instreaming tool_calls deltas. The chat stream parser now accepts a missing
typefield (treating it as"function") instead of throwingInvalidResponseDataError: Expected 'function' type.Fixes #12770
v2.0.94Compare Source
Patch Changes
42815ac: feat(provider/openai): addgpt-5.3-codexv2.0.93Compare Source
Patch Changes
fa64d70: fix(openai): change web search tool action to be optionalv2.0.92Compare Source
Patch Changes
c680a01: fix(openai): add changeset and tests for per-image usage metadatav2.0.91Compare Source
Patch Changes
6a0adb7: feat: differentiate text vs image input tokensv2.0.90Compare Source
Patch Changes
20565b8]v2.0.89Compare Source
Patch Changes
4953414: fix: trigger new release for@ai-v5dist-tag4953414]v2.0.88Compare Source
Patch Changes
2352cdf: feat (provider/openai): add gpt-image-1.5 model supportv2.0.87Compare Source
Patch Changes
72d76cc: Add GPT-5.2 support for non-reasoning parameters (temperature, topP, logProbs) when reasoningEffort is none.v2.0.86Compare Source
Patch Changes
a909bcf: fix(openai); fix url_citation schema in chat apiv2.0.85Compare Source
Patch Changes
e79430b: fix(openai): change find action type to find_in_page action typev2.0.84Compare Source
Patch Changes
041a4fc: feat(openai): add gpt-5.2 modelsv2.0.83Compare Source
Patch Changes
edc807f: feat(provider/openai): add GPT 5.1 Codex Max to OpenAI Responses model IDs listv2.0.82Compare Source
Patch Changes
e31dfa4: feat(provider/openai): add support for OpenAI xhigh reasoning effortv2.0.81Compare Source
Patch Changes
ef6d784]v2.0.80Compare Source
Patch Changes
707a163: feat(openai): additional settings for file search toolv2.0.79Compare Source
Patch Changes
5b6aa88: fix(openai): fix parameter exclusion logicv2.0.78Compare Source
Patch Changes
e245b61: fix(openai): allow temperature etc setting when reasoning effort is none for gpt-5.1v2.0.77Compare Source
Patch Changes
31f6c20: fix(openai): allow open_page action type url to be nullishv2.0.76Compare Source
Patch Changes
61545c4: feat (provider/openai): include more image generation response metadatav2.0.75Compare Source
Patch Changes
1c7ff4a: distinguish between OpenAI and Azure in Responses API providerMetadatav2.0.74Compare Source
Patch Changes
d1dbe5d]v2.0.73Compare Source
Patch Changes
2e2fd83: refactoring(provider/openai): simplify codev2.0.72Compare Source
Patch Changes
53d2fcc: added support for external_web_access parameter on web_search toolv2.0.71Compare Source
Patch Changes
29a5595: Azure OpenAI enabled web-search-previewv2.0.70Compare Source
Patch Changes
dafda29: Set the annotations from the Responses API to doStreamv2.0.69Compare Source
Patch Changes
38a9f48: fix: error schema for Responses APIv2.0.68Compare Source
Patch Changes
a4c6a12: feat(provider/openai): support conversations apiv2.0.67Compare Source
Patch Changes
3735f5a: feat(openai): Add support for 'promptCacheRetention: 24h' for gpt5.1 seriesv2.0.66Compare Source
Patch Changes
73f9178: feat(openai): add 'gpt-5.1' modelIDv2.0.65Compare Source
Patch Changes
056c471]v2.0.64Compare Source
Patch Changes
d251e53: feat(openai): addo3-deep-researchando4-mini-deep-researchmodelsv2.0.63Compare Source
Patch Changes
3b62c49: fix(openai): extract meta data from first chunk that contains anyv2.0.62Compare Source
Patch Changes
51aa5de: backport: test server51aa5de]v2.0.61Compare Source
Patch Changes
28ce89a: fix(openai): add support for sources type 'api'v2.0.60Compare Source
Patch Changes
3e42838: fix: remove code for unsuported o1-mini and o1-preview modelsv2.0.59Compare Source
Patch Changes
f2da310]v2.0.58Compare Source
Patch Changes
0f9d079: fix(openai): revised_prompt sometimes returns null, causing errorsv2.0.57Compare Source
Patch Changes
949718b]v2.0.56Compare Source
Patch Changes
b82d23b: feat(openai): preserve file_id when converting file citationsv2.0.55Compare Source
Patch Changes
2f4a59a: feat(openai): add sources in web-search actionsv2.0.54Compare Source
Patch Changes
1e05490]v2.0.53Compare Source
Patch Changes
5464bf0: fix(provider/openai): add truncation parameter support for Responses APIv2.0.52Compare Source
Patch Changes
8de8de5: fix(provider/openai): end reasoning parts earlierv2.0.51Compare Source
Patch Changes
cad5c1d: fix(provider/openai): fix web search tool input typesv2.0.50Compare Source
Patch Changes
c336b43: feat(provider/openai): send assistant text and tool call parts as reference ids when store: truev2.0.49Patch Changes
f4287d0: feat(provider/openai): automatically add reasoning.encrypted_content include when store = falsev2.0.32Patch Changes
1cf857d: fix(provider/openai): remove provider-executed tools from chat completions model01de47f: feat(provider/openai): rework file search toolv2.0.31Patch Changes
bb94467: feat(provider/openai): add maxToolCalls provider option4a2b70e: feat(provider/openai): send item references for provider-executed tool results643711d: feat (provider/openai): provider defined image generation tool supportv2.0.30Patch Changes
0294b58]v2.0.29Patch Changes
4235eb3: feat(provider/openai): code interpreter tool calls and resultsv2.0.28Patch Changes
4c2bb77: fix (provider/openai): send sources action as include561e8b0: fix (provider/openai): fix code interpreter tool in doGeneratev2.0.27Patch Changes
2338c79: feat (provider/openai): add jsdoc for openai toolsv2.0.26Patch Changes
5819aec: fix (provider/openai): only send tool calls finish reason for tools that are not provider-executedaf8c6bb: feat (provider/openai): add web_search toolv2.0.25Patch Changes
fb45ade: fix timestamp granularities support for openai transcriptionConfiguration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.