chore(deps): update dependency @ai-sdk/openai to v2.0.106#9
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @ai-sdk/openai to v2.0.106#9renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
562bafe to
79d759f
Compare
79d759f to
86cd09e
Compare
86cd09e to
f435e8a
Compare
f435e8a to
0a8b829
Compare
0a8b829 to
076e48d
Compare
076e48d to
672e496
Compare
672e496 to
041234a
Compare
c118db5 to
57280d7
Compare
1a1db12 to
cc0e2ac
Compare
da1476d to
911c3ff
Compare
911c3ff to
2c5c6fe
Compare
2c5c6fe to
4f129a0
Compare
42acdc3 to
bf6c80f
Compare
45c73d6 to
aa5b614
Compare
aa5b614 to
fc72941
Compare
d7860d6 to
dc8146c
Compare
dc8146c to
fcd797b
Compare
fcd797b to
fb4f4d6
Compare
fb4f4d6 to
bd73d63
Compare
bd73d63 to
cadd074
Compare
cadd074 to
554afc9
Compare
554afc9 to
e9f6a3d
Compare
e9f6a3d to
8c481d1
Compare
8c481d1 to
8dee1e5
Compare
8dee1e5 to
e822685
Compare
e822685 to
360d501
Compare
360d501 to
ac2a30c
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.6→2.0.106Release Notes
vercel/ai (@ai-sdk/openai)
v2.0.106Compare Source
Patch Changes
3a7454a: chore(provider/openai): add type for image model options for type-safe processingv2.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.102Compare Source
Patch Changes
a27a978]v2.0.101Compare Source
Patch 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.65Patch Changes
056c471]v2.0.64Patch Changes
d251e53: feat(openai): addo3-deep-researchando4-mini-deep-researchmodelsv2.0.63Patch Changes
3b62c49: fix(openai): extract meta data from first chunk that contains anyv2.0.62Patch Changes
51aa5de: backport: test server51aa5de]v2.0.61Patch Changes
28ce89a: fix(openai): add support for sources type 'api'v2.0.60Patch Changes
3e42838: fix: remove code for unsuported o1-mini and o1-preview modelsv2.0.59Patch Changes
f2da310]v2.0.58Patch Changes
0f9d079: fix(openai): revised_prompt sometimes returns null, causing errorsv2.0.57Patch Changes
949718b]v2.0.56Patch Changes
b82d23b: feat(openai): preserve file_id when converting file citationsv2.0.55Patch Changes
2f4a59a: feat(openai): add sources in web-search actionsv2.0.54Patch Changes
1e05490]v2.0.53Patch Changes
5464bf0: fix(provider/openai): add truncation parameter support for Responses APIv2.0.52Patch Changes
8de8de5: fix(provider/openai): end reasoning parts earlierv2.0.51Patch Changes
cad5c1d: fix(provider/openai): fix web search tool input typesv2.0.50Patch 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 transcriptionv2.0.24Patch Changes
ad57512: fix(provider/openai): safe practice to include filename and fileExtension to avoidexperimental_transcribefails with valid Buffer99964ed]v2.0.23Patch Changes
a9a61b7: Add serviceTier to provider metadata for OpenAI responsesv2.0.22Patch Changes
0e272ae: fix(provider/openai): make file_citation annotation fields optional for responses api compatibility886e7cd]v2.0.21Patch Changes
d18856a: fix(provider/openai): support websearch tool results without query property15271d6: fix(provider/openai): do not setresponse_formattoverbose_jsonif model isgpt-4o-transcribeorgpt-4o-mini-transcribeThese two models do not support it:
https://platform.openai.com/docs/api-reference/audio/createTranscription#audio_createtranscription-response_format
Updated dependencies [
1b5a3d3]v2.0.20Patch Changes
974de40: fix(provider/ai): do not set.providerMetadata.openai.logprobsto an array of empty arrays when usingstreamText()v2.0.19Patch Changes
0857788]v2.0.18Patch Changes
5e47d00: Support Responses API input_file file_url passthrough for PDFs.This adds:
v2.0.17Patch Changes
70bb696: fix(provider/openai): correct web search tool inputv2.0.16Patch Changes
68751f9]v2.0.15Patch Changes
a4bef93: feat(provider/openai): expose web search queries in responses api6ed34cb: refactor(openai): consolidate model config intogetResponsesModelConfig()#8038
v2.0.14Patch Changes
7f47105: fix(provider/openai): support file_citation annotations in responses apiv2.0.13Patch Changes
ddc9d99: Implementslogprobsfor OpenAIproviderOptionsandproviderMetaDatainOpenAIResponsesLanguageModelYou can now set
providerOptions.openai.logprobswhen usinggenerateText()and retrieve logprobs from the response viaresult.providerMetadata?.openaiv2.0.12Patch Changes
ec336a1: feat(provider/openai): add response_format to be supported by default2935ec7: fix(provider/openai): exclude gpt-5-chat from reasoning modelv2.0.11Patch Changes
097b452: feat(openai, azure): add configurable file ID prefixes for Responses APIfileIdPrefixesoption to OpenAI Responses API configurationassistant-prefixed file IDs (replacing previousfile-prefix support)file-prefixfileIdPrefixesis undefined, gracefully falling back to base64 processing87cf954: feat(provider/openai): add support for prompt_cache_keya3d98a9: feat(provider/openai): add support for safety_identifier110d167: fix(openai): add missing file_search_call handlers in responses streaming8d3c747: chore(openai): remove deprecated GPT-4.5-preview models and improve autocomplete controlUpdated dependencies [
38ac190]v2.0.10Patch Changes
a274b01: refactor(provider/openai): restructure filesb48e0ff: feat(provider/openai): add code interpreter tool (responses api)v2.0.9Patch Changes
8f8a521: fix(providers): use convertToBase64 for Uint8Array image parts to produce valid data URLs; keep mediaType normalization and URL passthroughv2.0.8Patch Changes
57fb959: feat(openai): add verbosity parameter support for chat api2a3fbe6: allowminimalinreasoningEffortfor openai chatv2.0.7Patch Changes
4738f18: feat(openai): add flex processing support for gpt-5 models013d747: feat(openai): add verbosity parameter support for responses api35feee8: feat(openai): add priority processing support for gpt-5 modelsConfiguration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.