Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 8, 2025

This PR contains the following updates:

Package Change Age Confidence
@ai-sdk/openai (source) 2.0.24 -> 2.0.75 age confidence

Release Notes

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

v2.0.75

Compare Source

Patch Changes

v2.0.74

Compare Source

Patch Changes

v2.0.73

Compare Source

Patch Changes

v2.0.72

Compare Source

Patch Changes

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

v2.0.67

Compare Source

Patch Changes
  • ai@​5.0.67

v2.0.66

Compare Source

Patch Changes
  • ai@​5.0.66

v2.0.65

Compare Source

Patch Changes
  • ai@​5.0.65

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
  • Updated dependencies [22609f8]
  • Updated dependencies [b552c94]
    • ai@​5.0.63

v2.0.62

Compare Source

Patch Changes

v2.0.61

Compare Source

Patch Changes
  • ai@​5.0.61

v2.0.60

Patch Changes
  • ai@​5.0.60

v2.0.59

Patch Changes
  • ai@​5.0.59

v2.0.58

Patch Changes
  • ai@​5.0.58

v2.0.57

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

v2.0.56

Patch Changes
  • Updated dependencies [b1d8458]
    • ai@​5.0.56

v2.0.55

Patch Changes
  • Updated dependencies [85da29e]
    • ai@​5.0.55

v2.0.54

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

v2.0.49

Compare Source

Patch Changes
  • dcdfeb7: Retain user-supplied betas.

v2.0.48

Compare Source

Patch Changes
  • f2c6cbd: feat(provider/anthropic): Anthropic-native structured outputs

v2.0.47

Compare Source

Patch Changes
  • 3a7a427: 'fix(anthropic): Opus 4.5 maxOutputTokens bump 32000 -> 64000'

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
  • e2dac8b: Support for custom provider name in google and anthropic providers

v2.0.42

Patch Changes
  • 035b927: fix: set providerExecuted on Anthropic web_fetch tool results

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
  • 9a66892: Add Google Vertex RAG Engine grounding provider tool

v2.0.33

Compare Source

Patch Changes
  • 30a7d54: Improve error message when mixing function tools with provider-defined tools to clarify fallback behavior and list ignored function tools

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

Compare Source

Patch Changes

v2.0.29

Compare Source

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

v2.0.28

Compare Source

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

v2.0.27

Compare Source

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

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
  • fb45ade: fix timestamp granularities support for openai transcription

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.

@coderabbitai
Copy link

coderabbitai bot commented Oct 8, 2025

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.


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

@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from 2f7e679 to b5baeb3 Compare October 9, 2025 20:01
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.44 fix(deps): update dependency @ai-sdk/openai to v2.0.46 Oct 9, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from b5baeb3 to efb7429 Compare October 12, 2025 10:30
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.46 fix(deps): update dependency @ai-sdk/openai to v2.0.50 Oct 12, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from efb7429 to 6dc4a40 Compare October 14, 2025 08:06
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.50 fix(deps): update dependency @ai-sdk/openai to v2.0.52 Oct 14, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from 6dc4a40 to 348ef2d Compare October 22, 2025 12:00
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.52 fix(deps): update dependency @ai-sdk/openai to v2.0.53 Oct 22, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from 348ef2d to d650751 Compare October 27, 2025 11:48
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.53 fix(deps): update dependency @ai-sdk/openai to v2.0.54 Oct 27, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from d650751 to 0385f57 Compare October 28, 2025 12:55
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.54 fix(deps): update dependency @ai-sdk/openai to v2.0.56 Oct 28, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch 2 times, most recently from 891d0bc to f3db2de Compare October 29, 2025 13:02
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.56 fix(deps): update dependency @ai-sdk/openai to v2.0.57 Oct 29, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from f3db2de to 3396602 Compare October 30, 2025 01:43
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.57 fix(deps): update dependency @ai-sdk/openai to v2.0.58 Oct 30, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from 3396602 to 5a8da89 Compare October 31, 2025 17:51
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.58 fix(deps): update dependency @ai-sdk/openai to v2.0.59 Oct 31, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from 5a8da89 to 154cb15 Compare November 3, 2025 05:09
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.59 fix(deps): update dependency @ai-sdk/openai to v2.0.60 Nov 3, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from 154cb15 to d5edea3 Compare November 3, 2025 20:01
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.60 fix(deps): update dependency @ai-sdk/openai to v2.0.61 Nov 3, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from d5edea3 to d08adc3 Compare November 6, 2025 08:33
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.61 fix(deps): update dependency @ai-sdk/openai to v2.0.63 Nov 6, 2025
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.63 fix(deps): update dependency @ai-sdk/openai to v2.0.64 Nov 7, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from d08adc3 to d89bdf0 Compare November 7, 2025 11:43
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.64 fix(deps): update dependency @ai-sdk/openai to v2.0.65 Nov 11, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from d89bdf0 to fb3c2bf Compare November 11, 2025 07:17
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from fb3c2bf to d6a1fde Compare November 14, 2025 16:58
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.65 fix(deps): update dependency @ai-sdk/openai to v2.0.66 Nov 14, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from d6a1fde to 36ab60d Compare November 20, 2025 00:00
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.66 fix(deps): update dependency @ai-sdk/openai to v2.0.69 Nov 20, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from 36ab60d to 45f972e Compare November 21, 2025 01:01
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.69 fix(deps): update dependency @ai-sdk/openai to v2.0.71 Nov 21, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from 45f972e to e1ad91b Compare November 24, 2025 21:40
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.71 fix(deps): update dependency @ai-sdk/openai to v2.0.72 Nov 24, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from e1ad91b to b091a81 Compare November 26, 2025 16:48
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.72 fix(deps): update dependency @ai-sdk/openai to v2.0.73 Nov 26, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from b091a81 to 21f1393 Compare November 27, 2025 15:45
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.73 fix(deps): update dependency @ai-sdk/openai to v2.0.74 Nov 27, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-openai-2.x branch from 21f1393 to 56455db Compare November 30, 2025 18:10
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/openai to v2.0.74 fix(deps): update dependency @ai-sdk/openai to v2.0.75 Nov 30, 2025
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.

1 participant