Conversation
nicoalbanese
approved these changes
Jan 13, 2026
1 task
lgrammel
added a commit
that referenced
this pull request
Jan 22, 2026
## Background Providers have different options and metadata. Including the docs in the npm package can help AI agents write the correct code for the different providers. ## Summary Add provider documentation pages from `content/providers` to provider npm package under `docs`. ## Manual Verification - [x] snapshot release for `@ai-sdk/openai` contains documentation https://www.npmjs.com/package/@ai-sdk/openai/v/0.0.0-2f1ae29d-20260122140908?activeTab=code ## Future Work - remove test and fixtures etc from npm packages ## Related Issues Similar to #11764
B-Step62
pushed a commit
to B-Step62/ai
that referenced
this pull request
Jan 28, 2026
## Background Providers have different options and metadata. Including the docs in the npm package can help AI agents write the correct code for the different providers. ## Summary Add provider documentation pages from `content/providers` to provider npm package under `docs`. ## Manual Verification - [x] snapshot release for `@ai-sdk/openai` contains documentation https://www.npmjs.com/package/@ai-sdk/openai/v/0.0.0-2f1ae29d-20260122140908?activeTab=code ## Future Work - remove test and fixtures etc from npm packages ## Related Issues Similar to vercel#11764
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.
Background
Documentation can help AI agents build correctly for the installed AI SDK version.
Summary
Add documentation from
content/docsto npm package underdocs.Manual Verification
Related Issues
Related to #11723