Skip to content

Conversation

@codeyogi911
Copy link
Contributor

Summary

Updates the SAP AI Core community provider documentation for v2.0 breaking changes.

Breaking Changes in @mymediset/sap-ai-provider v2.0

  • Authentication: Now uses AICORE_SERVICE_KEY environment variable (SAP AI SDK standard)
  • Provider creation: Now synchronous - createSAPAIProvider() instead of await createSAPAIProvider()
  • No more serviceKey option: Authentication is handled automatically by the SAP AI SDK

New Features Documented

  • Data masking with SAP DPI (buildDpiMaskingProvider())
  • Content filtering (buildAzureContentSafetyFilter())
  • Updated model list with latest offerings
  • Added migration guide from v1 to v2

Checklist

  • Documentation only change
  • No changeset needed (docs only)

BREAKING CHANGES:
- Provider creation is now synchronous (no more await)
- Authentication uses AICORE_SERVICE_KEY env var (via official SAP AI SDK)
- serviceKey option removed from createSAPAIProvider

New features documented:
- Data masking with SAP DPI (buildDpiMaskingProvider)
- Content filtering (buildAzureContentSafetyFilter)
- Updated model list with latest offerings
- Migration guide from v1 to v2
@vercel-ai-sdk vercel-ai-sdk bot added ai/provider documentation Improvements or additions to documentation provider/community labels Dec 6, 2025
Copy link
Collaborator

@gr2m gr2m left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@gr2m gr2m added the backport label Dec 6, 2025
@gr2m gr2m enabled auto-merge (squash) December 6, 2025 19:08
@gr2m gr2m merged commit fd7cd61 into vercel:main Dec 6, 2025
16 of 17 checks passed
vercel-ai-sdk bot pushed a commit that referenced this pull request Dec 6, 2025
## Summary

Updates the SAP AI Core community provider documentation for v2.0
breaking changes.

## Breaking Changes in @mymediset/sap-ai-provider v2.0

- **Authentication**: Now uses `AICORE_SERVICE_KEY` environment variable
(SAP AI SDK standard)
- **Provider creation**: Now synchronous - `createSAPAIProvider()`
instead of `await createSAPAIProvider()`
- **No more `serviceKey` option**: Authentication is handled
automatically by the SAP AI SDK

## New Features Documented

- Data masking with SAP DPI (`buildDpiMaskingProvider()`)
- Content filtering (`buildAzureContentSafetyFilter()`)
- Updated model list with latest offerings
- Added migration guide from v1 to v2

## Checklist

- [x] Documentation only change
- [x] No changeset needed (docs only)
@vercel-ai-sdk vercel-ai-sdk bot removed the backport label Dec 6, 2025
@vercel-ai-sdk
Copy link
Contributor

vercel-ai-sdk bot commented Dec 6, 2025

✅ Backport PR created: #10927

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai/provider documentation Improvements or additions to documentation provider/community

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants