AI SDK Dependency Update Report
AI SDK Dependency Update Report
Generated: March 19, 2026
This report lists all AI SDK dependencies that have minor or patch version updates available. Major version upgrades are excluded as requested.
Summary
| Update Type | Count |
|---|---|
| Minor/Patch Updates Available | 14 |
| Major Updates Only (excluded) | 8 |
Packages with Minor/Patch Updates
Core Provider Packages
@ai-sdk/provider-utils
| Current | 3.0.21 |
| Latest | 3.0.22 |
| Change | Patch update - dependency updates only |
Changelog: <https://github.com/vercel/ai/blob/main/packages/provider-utils/CHANGELOG.md>
Model Provider Packages
@ai-sdk/openai
| Current | 2.0.89 |
| Latest | 2.0.100 |
| Change | +11 patch versions |
Changelog: <https://github.com/vercel/ai/blob/main/packages/openai/CHANGELOG.md>
@ai-sdk/anthropic
| Current | 2.0.65 |
| Latest | 2.0.70 |
| Change | +5 patch versions |
Changelog: <https://github.com/vercel/ai/blob/main/packages/anthropic/CHANGELOG.md>
@ai-sdk/google
| Current | 2.0.54 |
| Latest | 2.0.62 |
| Change | +8 patch versions |
Changelog: <https://github.com/vercel/ai/blob/main/packages/google/CHANGELOG.md>
@ai-sdk/groq
| Current | 2.0.34 |
| Latest | 2.0.36 |
| Change | +2 patch versions |
Changelog: <https://github.com/vercel/ai/blob/main/packages/groq/CHANGELOG.md>
@ai-sdk/mistral
| Current | 2.0.27 |
| Latest | 2.0.29 |
| Change | +2 patch versions |
Changelog: <https://github.com/vercel/ai/blob/main/packages/mistral/CHANGELOG.md>
@ai-sdk/cohere
| Current | 2.0.22 |
| Latest | 2.0.24 |
| Change | +2 patch versions |
Changelog: <https://github.com/vercel/ai/blob/main/packages/cohere/CHANGELOG.md>
@ai-sdk/perplexity
| Current | 2.0.23 |
| Latest | 2.0.25 |
| Change | +2 patch versions |
Changelog: <https://github.com/vercel/ai/blob/main/packages/perplexity/CHANGELOG.md>
Additional Provider Packages
@ai-sdk/cerebras
| Current | 1.0.36 |
| Latest | 1.0.39 |
| Change | +3 patch versions - dependency updates |
Changelog: <https://github.com/vercel/ai/blob/main/packages/cerebras/CHANGELOG.md>
@ai-sdk/deepinfra
| Current | 1.0.36 |
| Latest | 1.0.37 |
| Change | +1 patch version - dependency updates |
Changelog: <https://github.com/vercel/ai/blob/main/packages/deepinfra/CHANGELOG.md>
@ai-sdk/togetherai
| Current | 1.0.34 |
| Latest | 1.0.37 |
| Change | +3 patch versions |
Notable: 1.0.35 changed to use TOGETHER_API_KEY as default env var (matching Together.ai convention)
Changelog: <https://github.com/vercel/ai/blob/main/packages/togetherai/CHANGELOG.md>
@ai-sdk/xai
| Current | 2.0.51 |
| Latest | 2.0.62 |
| Change | +11 patch versions |
Notable: 2.0.62 removes obsolete model IDs
Changelog: <https://github.com/vercel/ai/blob/main/packages/xai/CHANGELOG.md>
@ai-sdk/gateway
| Current | 2.0.30 |
| Latest | 2.0.60 |
| Change | +30 patch versions |
Changelog: <https://github.com/vercel/ai/blob/main/packages/gateway/CHANGELOG.md>
@ai-sdk/openai-compatible
| Current | 1.0.32 |
| Latest | 1.0.34 |
| Change | +2 patch versions - dependency updates |
Changelog: <https://github.com/vercel/ai/blob/main/packages/openai-compatible/CHANGELOG.md>
Packages Requiring Major Upgrades (Excluded)
These packages only have major version updates available from your current versions:
| Package | Current | Latest | Notes |
|---|---|---|---|
| @ai-sdk/provider | 2.0.1 | 3.0.8 | Major version (3.x) |
| @ai-sdk/azure | 2.0.91 | 3.0.42 | Major version (3.x) |
| @ai-sdk/amazon-bedrock | 3.0.82 | 4.0.77 | Major version (4.x) |
| @ai-sdk/google-vertex | 3.0.106 | 4.0.80 | Major version (4.x) |
| @ai-sdk/vercel | 1.0.33 | 2.0.37 | Major version (2.x) |
| ai (main SDK) | 5.0.124 | 6.0.116 | Major version (6.x) - has agents, MCP support, image editing |
| @openrouter/ai-sdk-provider | 1.5.4 | 2.3.3 | Major version (2.x) - v2.x for AI SDK v6 |
| ai-gateway-provider | 2.3.1 | 3.1.1 | Major version (3.x) |
Recommended Update Command
# Update all minor/patch versions
bun add @ai-sdk/provider-utils@3.0.22 \
@ai-sdk/openai@2.0.100 \
@ai-sdk/anthropic@2.0.70 \
@ai-sdk/google@2.0.62 \
@ai-sdk/groq@2.0.36 \
@ai-sdk/mistral@2.0.29 \
@ai-sdk/cohere@2.0.24 \
@ai-sdk/perplexity@2.0.25 \
@ai-sdk/cerebras@1.0.39 \
@ai-sdk/deepinfra@1.0.37 \
@ai-sdk/togetherai@1.0.37 \
@ai-sdk/xai@2.0.62 \
@ai-sdk/gateway@2.0.60 \
@ai-sdk/openai-compatible@1.0.34References
- Main Changelog: <https://github.com/vercel/ai/blob/main/CHANGELOG.md>
- AI SDK v6 Release Notes: <https://vercel.com/blog/ai-sdk-6>
- NPM Registry: <https://www.npmjs.com/package/ai>