Skip to content

Update dependency @ai-sdk/openai-compatible to v2.0.41#31

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

Update dependency @ai-sdk/openai-compatible to v2.0.41#31
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ai-sdk-openai-compatible-2.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 18, 2026

This PR contains the following updates:

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

Release Notes

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

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
  • 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

v2.0.27

Compare Source

Patch Changes

v2.0.26

Compare Source

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

Compare Source

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

v2.0.24

Compare Source

Patch Changes

v2.0.23

Compare Source

Patch Changes
  • e3de981: feat (provider/gateway): add zero data retention provider option

v2.0.22

Compare Source

Patch Changes
  • 1bcc2d7: feat(google): gemini-3-flash

v2.0.21

Compare Source

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

v2.0.20

Compare Source

Patch Changes

v2.0.19

Compare Source

Patch Changes
  • 51bbaa1: feat (provider/gateway): add support for request-scoped byok

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

v2.0.14

Compare Source

Patch Changes
  • 1524271: chore: add skill information to README files

v2.0.13

Compare Source

Patch Changes
  • cd458a8: fix(anthropic): reorder tool_result parts to front of combined user messages

    Reorders tool_result content to appear before user text within combined user messages, ensuring Claude API validation requirements are met while preserving the intentional message combining behavior that prevents role alternation errors. Fixes #​8318.

v2.0.12

Compare Source

Patch Changes

v2.0.11

Compare Source

Patch Changes

Configuration

📅 Schedule: (UTC)

  • 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.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Jan 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
job-prep Ready Ready Preview, Comment Apr 15, 2026 6:43pm

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jan 18, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x-lockfile branch from c2d5274 to 52c17c2 Compare January 21, 2026 15:43
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.13 chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.16 Jan 21, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x-lockfile branch from 52c17c2 to 3cc1858 Compare January 24, 2026 06:55
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.16 chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.18 Jan 24, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x-lockfile branch from 3cc1858 to 9b3c366 Compare January 27, 2026 07:56
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.18 chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.19 Jan 27, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x-lockfile branch from 9b3c366 to 48a6866 Compare January 29, 2026 00:01
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.19 chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.21 Jan 29, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x-lockfile branch from 48a6866 to 50a1e14 Compare January 29, 2026 12:01
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.21 chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.22 Jan 29, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x-lockfile branch from 50a1e14 to 298ab40 Compare January 30, 2026 04:14
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.22 chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.24 Jan 30, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x-lockfile branch from 298ab40 to da19250 Compare February 1, 2026 06:30
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.24 chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.25 Feb 1, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x-lockfile branch from da19250 to 9657782 Compare February 2, 2026 03:29
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.25 chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.26 Feb 2, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x-lockfile branch from 9657782 to 1fc0c41 Compare February 3, 2026 20:13
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x-lockfile branch from 1fc0c41 to bb612af Compare February 6, 2026 03:36
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.26 chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.27 Feb 6, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x-lockfile branch from bb612af to dd60c27 Compare February 7, 2026 07:00
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.27 chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.28 Feb 7, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x-lockfile branch from dd60c27 to 8acfe35 Compare February 13, 2026 07:52
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.28 chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.30 Feb 13, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x-lockfile branch from 8acfe35 to e599c60 Compare February 19, 2026 07:55
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x-lockfile branch from e599c60 to 274e358 Compare March 1, 2026 23:09
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.30 chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.31 Mar 1, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x-lockfile branch from 274e358 to e797dd6 Compare March 8, 2026 11:01
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.31 chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.35 Mar 8, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x-lockfile branch from e797dd6 to 8d606aa Compare March 14, 2026 18:23
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x-lockfile branch from 8d606aa to 76d0a4f Compare March 24, 2026 19:57
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.35 chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.37 Mar 24, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x-lockfile branch from 76d0a4f to a1cad42 Compare April 15, 2026 18:20
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/openai-compatible to v2.0.37 Update dependency @ai-sdk/openai-compatible to v2.0.41 Apr 15, 2026
@sonarqubecloud
Copy link
Copy Markdown

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