feat (provider/gateway): add hipaaCompliant provider option#13614
Merged
feat (provider/gateway): add hipaaCompliant provider option#13614
Conversation
jerilynzheng
added a commit
to mclenhard/ai
that referenced
this pull request
Mar 18, 2026
…tTraining Remove hipaaCompliant option from this branch (moved to vercel#13614). Update model versions in docs and drop unrelated formatting changes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This was referenced Mar 18, 2026
shaper
pushed a commit
that referenced
this pull request
Apr 2, 2026
…tTraining Remove hipaaCompliant option from this branch (moved to #13614). Update model versions in docs and drop unrelated formatting changes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
shaper
pushed a commit
that referenced
this pull request
Apr 2, 2026
…13726) ## Summary - Adds `disallowPromptTraining` gateway provider option to restrict routing to providers that have agreements with Vercel to not use prompts for model training - Includes schema definition, test, documentation with example, and ai-functions example - Updates `zeroDataRetention` docs with improved descriptions and Pro/Enterprise plan note - Updates model references throughout gateway docs to latest versions (sonnet-4.6, gpt-5.4, etc.) ## Related - hipaaCompliant separated into #13614 - Supersedes #12230 ## Checklist - [x] Tests have been added / updated (for bug fixes / features) - [x] Documentation has been added / updated (for bug fixes / features) - [x] A _patch_ changeset for relevant packages has been added (for bug fixes / features - run `pnpm changeset` in the project root) 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: mat lenhard <mclenhard@gmail.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
vercel-ai-sdk bot
pushed a commit
that referenced
this pull request
Apr 2, 2026
…13726) ## Summary - Adds `disallowPromptTraining` gateway provider option to restrict routing to providers that have agreements with Vercel to not use prompts for model training - Includes schema definition, test, documentation with example, and ai-functions example - Updates `zeroDataRetention` docs with improved descriptions and Pro/Enterprise plan note - Updates model references throughout gateway docs to latest versions (sonnet-4.6, gpt-5.4, etc.) ## Related - hipaaCompliant separated into #13614 - Supersedes #12230 ## Checklist - [x] Tests have been added / updated (for bug fixes / features) - [x] Documentation has been added / updated (for bug fixes / features) - [x] A _patch_ changeset for relevant packages has been added (for bug fixes / features - run `pnpm changeset` in the project root) 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: mat lenhard <mclenhard@gmail.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
f3719ea to
76941c9
Compare
Add hipaaCompliant option to restrict routing to providers with a BAA signed with Vercel for HIPAA compliance. Includes schema, tests, docs, and example. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
76941c9 to
8cce4c2
Compare
mclenhard
approved these changes
Apr 3, 2026
Contributor
|
🚀 Published in:
|
vercel-ai-sdk bot
pushed a commit
that referenced
this pull request
Apr 3, 2026
## Summary - Adds `hipaaCompliant` gateway provider option to restrict routing to providers that have signed a BAA with Vercel for HIPAA compliance - Includes schema definition, tests (hipaaCompliant alone + combined with zeroDataRetention), documentation with example, and ai-functions example - Also improves `zeroDataRetention` documentation with more detailed descriptions ## Test plan - [ ] Verify `hipaaCompliant` option is passed through in provider options - [ ] Verify combined `zeroDataRetention` + `hipaaCompliant` options work together - [ ] Run gateway language model tests: `cd packages/gateway && pnpm test` 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
|
✅ Backport PR created: #14128 |
vercel-ai-sdk bot
added a commit
that referenced
this pull request
Apr 4, 2026
…#14128) This is an automated backport of #13614 to the release-v6.0 branch. FYI @jerilynzheng Co-authored-by: Jerilyn Zheng <zheng.jerilyn@gmail.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.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.
Summary
hipaaCompliantgateway provider option to restrict routing to providers that have signed a BAA with Vercel for HIPAA compliancezeroDataRetentiondocumentation with more detailed descriptionsTest plan
hipaaCompliantoption is passed through in provider optionszeroDataRetention+hipaaCompliantoptions work togethercd packages/gateway && pnpm test🤖 Generated with Claude Code