Skip to content

fix(deps): update dependency @ai-sdk/openai-compatible to v2#6

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

fix(deps): update dependency @ai-sdk/openai-compatible to v2#6
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ai-sdk-openai-compatible-2.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Dec 23, 2025

This PR contains the following updates:

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

Release Notes

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

v2.0.45

Compare Source

Patch Changes
  • 6043d24: feat(vertex): add grok models to vertex provider

v2.0.44

Compare Source

Patch Changes

v2.0.43

Compare Source

Patch Changes

v2.0.42

Compare Source

Patch Changes

v2.0.41

Compare Source

Patch Changes
  • d42076d: Add AI Gateway hint to provider READMEs

v2.0.40

Compare Source

Patch Changes
  • 01c9c16: fix(openai-compatible): honor camelCase providerOptions key in chat and completion models

v2.0.39

Patch Changes

v2.0.38

Patch Changes

v2.0.37

Patch Changes

v2.0.36

Compare Source

Patch Changes

v2.0.35

Compare Source

Patch Changes

v2.0.34

Compare Source

Patch Changes

v2.0.33

Compare Source

Patch Changes
  • 89caf28: fix(openai-compat): decode base64 string data

v2.0.32

Compare Source

Patch Changes

v2.0.31

Compare Source

Patch Changes

v2.0.30

Compare Source

Patch Changes

v2.0.29

Compare Source

Patch Changes
  • 99fbed8: feat: normalize provider specific model options type names and ensure they are exported

v2.0.28

Compare Source

Patch Changes

v2.0.27

Compare Source

Patch Changes
  • 9e490ad: Change usage schemas from z.object to z.looseObject to improve compatibility with non-standard OpenAI-compatible APIs.

v2.0.26

Compare Source

Patch Changes

v2.0.25

Compare Source

Patch Changes

v2.0.24

Compare Source

Patch Changes

v2.0.23

Compare Source

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

v2.0.22

Compare Source

Patch Changes
  • 9d056e6: chore(openai-compatible): add docs to package

v2.0.21

Compare Source

Patch Changes

v2.0.20

Compare Source

Patch Changes
  • a1a0175: fix(openai-compatible): include reasoning_content in assistant messages for multi-turn tool calls

v2.0.19

Compare Source

Patch Changes
  • 6900916: fix(openai-compat): add metadata extractor to provider settings

v2.0.18

Compare Source

Patch Changes

v2.0.17

Compare Source

Patch Changes
  • 8dc54db: chore: add src folders to package bundle

v2.0.16

Compare Source

Patch Changes
  • 78555ad: fix(openai-compatible): Accept non-OpenAI provider options

v2.0.15

Compare Source

Patch Changes
  • 7116ef3: Use consistent camelCase openaiCompatible key for providerOptions. The kebab-case openai-compatible key is now deprecated but still supported with a console warning.

v2.0.14

Compare Source

Patch Changes
  • 1612a57: feat(openai-compat): support passing multiple file types

v2.0.13

Compare Source

Patch Changes

v2.0.12

Compare Source

Patch Changes
  • 78a133a: feat(openai-compatible): add transformRequestBody function for openai-compatible

v2.0.11

Compare Source

Patch Changes

v2.0.10

Compare Source

Patch Changes

v2.0.9

Compare Source

Patch Changes
  • bc02a3c: feat(groq,compat): add strictJsonSchema for providers

v2.0.8

Compare Source

Patch Changes
  • 78fcb18: fix(compat,groq): send reasoning-end before text-start in streaming

v2.0.7

Compare Source

Patch Changes
  • cd7bb0e: feat(openai-compat): add thoughtSignature handling for google models

v2.0.6

Compare Source

Patch Changes

v2.0.5

Compare Source

Patch Changes
  • d54c380: Change some response schemas from z.object to z.looseObject to improve compatibility with non-standard OpenAI-compatible APIs.

v2.0.4

Compare Source

Patch Changes

v2.0.3

Compare Source

Patch Changes

v2.0.2

Compare Source

Patch Changes
  • 99fbed8: feat: normalize provider specific model options type names and ensure they are exported

v2.0.1

Compare Source

Patch Changes
  • 6900916: fix(openai-compat): add metadata extractor to provider settings

v2.0.0

Compare Source

Major Changes
Minor Changes
Patch Changes
  • 0c3b58b: fix(provider): add specificationVersion to ProviderV3

  • 0adc679: feat(provider): shared spec v3

  • 8d9e8ad: chore(provider): remove generics from EmbeddingModelV3

    Before

    model.textEmbeddingModel("my-model-id");

    After

    model.embeddingModel("my-model-id");
  • 2625a04: feat(openai); update spec for mcp approval

  • 95f65c2: chore: use import * from zod/v4

  • 544d4e8: chore(specification): rename v3 provider defined tool to provider tool

  • b689220: Add textVerbosity provider option support

  • 0c4822d: feat: EmbeddingModelV3

  • e8109d3: feat: tool execution approval

  • ed329cb: feat: Provider-V3

  • 3bd2689: feat: extended token usage

  • 8dac895: feat: LanguageModelV3

  • 457318b: chore(provider,ai): switch to SharedV3Warning and unified warnings

  • 9061dc0: feat: image editing

  • 366f50b: chore(provider): add deprecated textEmbeddingModel and textEmbedding aliases

  • 4616b86: chore: update zod peer depenedency version

  • 522f6b8: feat: ImageModelV3

  • cbf52cd: feat: expose raw finish reason

  • 10c1322: fix: moved dependency @ai-sdk/test-server to devDependencies

  • 1bd7d32: feat: tool-specific strict mode

  • Updated dependencies

v1.0.39

Compare Source

Patch Changes
  • cb61408: feat(vertex): add grok models to vertex provider

v1.0.38

Compare Source

Patch Changes

v1.0.37

Compare Source

Patch Changes

v1.0.36

Patch Changes
  • 5543cd1: Add AI Gateway hint to provider READMEs

v1.0.35

Patch Changes

v1.0.34

Compare Source

Patch Changes

v1.0.33

Compare Source

Patch Changes

v1.0.32

Compare Source

Patch Changes
  • 8479fe8: trigger for backport release
  • 7aadb9b: fix(openai-compatible): include reasoning_content in assistant messages for multi-turn tool calls

v1.0.31

Compare Source

Patch Changes
  • fcb9d27: feat(openai-compatible): Allow non-openai providerOptions keys

v1.0.30

Compare Source

Patch Changes

v1.0.29

Compare Source

Patch Changes

v1.0.28

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.

@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x branch 3 times, most recently from da4705d to 013be54 Compare January 6, 2026 15:43
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x branch 3 times, most recently from 2ac4766 to abcf17e Compare January 17, 2026 02:47
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x branch 3 times, most recently from 06c9065 to 1ff8e4f Compare January 27, 2026 03:12
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x branch 3 times, most recently from c3b37a8 to 0886f4f Compare February 1, 2026 10:16
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x branch 2 times, most recently from dd110bc to 673798a Compare February 7, 2026 03:16
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x branch from 673798a to 679f5e9 Compare February 13, 2026 12:12
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x branch from 679f5e9 to b28b0d2 Compare March 1, 2026 06:57
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x branch from b28b0d2 to 1bdc9c2 Compare March 8, 2026 09:00
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x branch from 1bdc9c2 to 54bd50e Compare March 31, 2026 16:37
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x branch from 54bd50e to 10af141 Compare April 15, 2026 20:13
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x branch from 10af141 to a3aa620 Compare May 1, 2026 06:49
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-compatible-2.x branch from a3aa620 to e057fbc Compare May 2, 2026 16:14
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