Skip to content

build(deps): bump @openrouter/ai-sdk-provider from 2.10.0 to 3.0.0#1133

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/openrouter/ai-sdk-provider-3.0.0
Open

build(deps): bump @openrouter/ai-sdk-provider from 2.10.0 to 3.0.0#1133
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/openrouter/ai-sdk-provider-3.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps @openrouter/ai-sdk-provider from 2.10.0 to 3.0.0.

Release notes

Sourced from @​openrouter/ai-sdk-provider's releases.

3.0.0

What's Changed

New Contributors

Full Changelog: OpenRouterTeam/ai-sdk-provider@2.9.1...3.0.0

Changelog

Sourced from @​openrouter/ai-sdk-provider's changelog.

3.0.0

Major Changes

  • #511 0c90b8b Thanks @​Shreyaan! - Support Vercel AI SDK v7 as a v7-only major release.

    This is a breaking change because the provider now peers on ai@^7.0.0, requires Node.js 22 or newer, and publishes ESM-only output. The provider, language, embedding, image, and video model implementations now target the @ai-sdk/provider@4 V4 interfaces, with V4 file payloads and provider-defined tool factories.

    Consumers should upgrade to ai@7, run on Node.js 22+, and import this package from ESM. Usage accounting follows the AI SDK v7 shape: cached input tokens are exposed via usage.inputTokenDetails.cacheReadTokens, and reasoning tokens are exposed via usage.outputTokenDetails.reasoningTokens. OpenRouter-specific cost, BYOK, reasoning details, annotations, and cache-control metadata remain available under providerMetadata.openrouter.

Unreleased

Major Changes

  • feat: support Vercel AI SDK v7.

    This release line is v7-only: it peers on ai@^7.0.0, requires Node.js 22 or newer, and publishes ESM-only output. The provider now implements the @ai-sdk/provider@4 V4 provider/model interfaces across chat, completion, embedding, image, and video models.

    Usage accounting is mapped to the AI SDK v7 token detail shape: cached input tokens are available through usage.inputTokenDetails.cacheReadTokens, and reasoning tokens are available through usage.outputTokenDetails.reasoningTokens. OpenRouter-specific cost, BYOK, reasoning details, annotations, and cache-control metadata continue to be exposed through providerMetadata.openrouter.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@openrouter/ai-sdk-provider](https://github.com/OpenRouterTeam/ai-sdk-provider) from 2.10.0 to 3.0.0.
- [Release notes](https://github.com/OpenRouterTeam/ai-sdk-provider/releases)
- [Changelog](https://github.com/OpenRouterTeam/ai-sdk-provider/blob/main/CHANGELOG.md)
- [Commits](https://github.com/OpenRouterTeam/ai-sdk-provider/commits/3.0.0)

---
updated-dependencies:
- dependency-name: "@openrouter/ai-sdk-provider"
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants