Skip to content

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

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.99#8422
renovate[bot] wants to merge 1 commit intolatestfrom
renovate/ai-sdk-openai-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 28, 2026

This PR contains the following updates:

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

Release Notes

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

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

v2.0.87

Compare Source

Patch Changes

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
  • a9a7f73: feat(anthropic): support eagerInputStreaming option for fine-grained tool streaming

v2.0.69

Compare Source

Patch Changes

v2.0.68

Compare Source

Patch Changes
  • 63bf188: feat(anthropic): expose anthropic.anthropicBeta to downstream providers

v2.0.67

Compare Source

Patch Changes
  • e1b08a6: Pass cacheControl provider option as top-level cache_control in Anthropic API request body to support automatic caching.

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

v2.0.59

Compare Source

Patch Changes
  • ai@​5.0.59

v2.0.58

Compare Source

Patch Changes
  • ai@​5.0.58

v2.0.57

Compare Source

Patch Changes
  • Updated dependencies [c319849]
    • ai@​5.0.57

v2.0.56

Compare Source

Patch Changes
  • a1c0208: feat(provider/google): add support for new Google image model aspect ratios and sizes

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

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
  • 66f69e7: Add 'default' as service tier

v2.0.45

Compare Source

Patch Changes
  • 54b7c08: fix(provider/anthropic): clamp temperature to valid 0-1 range with warnings

v2.0.44

Compare Source

Patch Changes
  • ai@​5.0.44

v2.0.43

Patch Changes
  • 7b2c30f: Fixed Zod validation error when using google.tools.fileSearch(). The Google File Search API returns fileSearchStore instead of uri in retrievedContext. Updated extractSources() function to handle both the old format (Google Search with uri) and new format (File Search with fileSearchStore), maintaining backward compatibility while preventing validation errors. Also fixed title handling to use undefined for URL sources and 'Unknown Document' for document sources.

v2.0.42

Patch Changes
  • 3c6f4e1: fix(provider/xai): correct sources format in searchParameters

v2.0.41

Compare Source

Patch Changes
  • 3438163: add gemini-3-pro-preview and gemini-3-pro-image-preview model IDs

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
  • b73ba90: feat(provider/anthropic): default and limit maxTokens based on model

v2.0.30

Compare Source

Patch Changes

v2.0.29

Compare Source

Patch Changes

v2.0.28

Compare Source

Patch Changes
  • Updated dependencies [4b81e7d]
  • Updated dependencies [d68a4f2]
    • ai@​5.0.28

v2.0.27

Compare Source

Patch Changes
  • 069b370: Add support for pdf file in tool result in anthropic

v2.0.26

Compare Source

Patch Changes

v2.0.25

Compare Source

Patch Changes
  • f6b46d2: feat (provider/gateway): add provider-defined perplexity search

Configuration

📅 Schedule: Branch creation - "before 8am every weekday,every weekend" (UTC), 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 4f0a14f to 7178197 Compare March 5, 2026 01:26
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.95 fix(deps): update dependency @ai-sdk/openai to v2.0.96 Mar 5, 2026
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from 7178197 to 66637c5 Compare March 5, 2026 04:53
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.96 fix(deps): update dependency @ai-sdk/openai to v2.0.97 Mar 5, 2026
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from 66637c5 to c484598 Compare March 5, 2026 21:48
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.97 fix(deps): update dependency @ai-sdk/openai to v2.0.98 Mar 5, 2026
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from c484598 to 6373e94 Compare March 9, 2026 23:21
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.98 fix(deps): update dependency @ai-sdk/openai to v2.0.99 Mar 9, 2026
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from 6373e94 to 0dbfc21 Compare March 13, 2026 15:22
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