Conversation
884148d to
a6ad0ec
Compare
a6ad0ec to
ca54d02
Compare
Accidental version bump due to package.json version being set to 2.0.0 before merging -- was bumped again because the changeset automation.
robert-j-y
approved these changes
Jan 19, 2026
kesavan-byte
pushed a commit
to osm-API/ai-sdk-provider
that referenced
this pull request
Feb 13, 2026
* Version Packages * Change package version from 3.0.0 to 2.0.0 Accidental version bump due to package.json version being set to 2.0.0 before merging -- was bumped again because the changeset automation. * Update version from 3.0.0 to 2.0.0 in CHANGELOG --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: robert-j-y <212159665+robert-j-y@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@openrouter/ai-sdk-provider@2.0.0
Major Changes
6fd68dbThanks @pablof7z! - Add AI SDK v6 support with LanguageModelV3 and EmbeddingModelV3 interfacesMinor Changes
d055b96Thanks @robert-j-y! - Update zod peerDependency from "^3.24.1 || ^v4" to "^3.25.0 || ^4.0.0". This fixes TypeScript errors ("Cannot find module 'zod/v3'") that occur when users have Zod < 3.25.0 installed, as the subpath exports (zod/v3, zod/v4) were only added in Zod 3.25.0.Patch Changes
9f7a125Thanks @robert-j-y! - Make file content part fields optional and add file_id support. Thefilenameandfile_datafields inChatCompletionContentPartFileare now optional, and a newfile_idfield has been added for OpenAI file uploads support.