← AI PulseAug 30, 2026

Wire · news · Multi-source brief

Vercel AI SDK Updates Include Anthropic and Image Generation Enhancements

Vercel has released updates to its AI SDK, including version ai@7.0.85, which introduces fixes for image generation cost summation and exposes individual image generation calls, alongside enhancements for Anthropic provider metadata and language model options.

By Illumora Editorial

Source · Aug 30, 2026, 7:58 AM · On Illumora · Aug 30, 2026, 8:08 AM

Media from the primary source — shown here so you can stay on Illumora.

Synthesized from multiple allowlisted primaries on the same event. Lanes →

Brief drafted by Illumora’s editorial model from the linked primary source. Ops desk reviews flagged pieces. How we write →

Read the source →Vercel AI SDK Changelog — Release @ai-sdk/voyage@2.0.34: Version Packages (#19931) · vercel/ai
Save

Vercel has updated its AI SDK, with ai@7.0.85 being among the releases. These updates include several fixes and new features, particularly for image generation and the Anthropic provider. The changes were part of a broader set of updates across various @ai-sdk packages, including @ai-sdk/voyage@2.0.34, @ai-sdk/xai@4.0.50, @ai-sdk/vue@4.0.85, and @ai-sdk/workflow@2.0.15.

Key Points

  • The ai@7.0.85 release includes a fix to ensure canonical hashes preserve undefined array element positions.
  • A fix was implemented to correctly sum Gateway image-generation costs across split requests.
  • Individual image generation calls are now exposed through a new feature in the AI SDK.
  • The Anthropic provider now preserves native message batch request counts in provider metadata.
  • The Anthropic provider also supports the full language-model option surface in batch requests.
  • Amazon Bedrock integration now enables Anthropic reasoning budgets for application inference profile ARNs.

Context

According to Vercel's AI SDK changelog, these updates are part of a continuous integration process managed by the Changesets release GitHub action. This system automatically publishes packages to npm upon merging a release-ready pull request. The updates affect core components like @ai-sdk/gateway@4.0.69, @ai-sdk/provider@4.0.9, and @ai-sdk/provider-utils@5.0.34, as well as specific provider integrations such as @ai-sdk/alibaba@2.0.39 and @ai-sdk/openai@4.0.

Why It Matters

These updates enhance the reliability and functionality of the Vercel AI SDK for developers. Improved cost tracking for image generation and expanded support for Anthropic's language model options provide more granular control and better performance insights for AI applications.

What To Do

  • Developers using the Vercel AI SDK should update to ai@7.0.85 to benefit from the latest fixes and features.
  • Review the updated documentation for image generation to understand how individual calls are now exposed.
  • Examine the Anthropic provider's updated capabilities for batch requests and language model options.
  • Note the enablement of Anthropic reasoning budgets for Amazon Bedrock application inference profile ARNs if using that integration.