The Vercel AI SDK has received updates for its Google and Anthropic providers, as detailed in recent changelog entries. The @ai-sdk/google@4.0.24 package addresses an issue with unsupported function call IDs, while the @ai-sdk/anthropic packages (@ai-sdk/anthropic@2.0.91, @ai-sdk/anthropic@3.0.102, and @ai-sdk/anthropic@4.0.20) introduce new features for Anthropic models.
Key Points
- The
@ai-sdk/google@4.0.24release, dated July 24, includes a fix to omit unsupported function call IDs. - The
@ai-sdk/anthropicpackages now support a 'default' fallback mode for safety classifier refusals, routing them to Anthropic's recommended fallback model. - This fallback mechanism automatically adds the
server-side-fallback-2026-07-01beta. - Mid-conversation tool changes are supported via the
toolChangessystem message provider option. - This feature for tool changes emits
tool_addition/tool_removalcontent blocks and includes themid-conversation-tool-changes-2026-07-01beta. - The Claude Opus 5 model ID has been added, featuring frontier-tier capabilities.
- Claude Opus 5 capabilities include 128k output tokens, structured output, adaptive thinking, xhigh effort, and sampling parameter rejection.
Context
According to the Vercel AI SDK changelog, the update for the Google provider specifically addresses a technical issue by ensuring that unsupported function call IDs are omitted. For the Anthropic provider, the updates focus on enhancing model interaction and reliability. This includes a new fallback mode designed to manage safety classifier refusals by redirecting them to an alternative model, as well as enabling dynamic tool changes within a conversation. The integration of Claude Opus 5 expands the range of high-capability models available through the SDK, offering advanced features for developers.
Why It Matters
These updates provide developers using the Vercel AI SDK with improved stability for Google integrations and expanded capabilities for Anthropic models. The introduction of Claude Opus 5 and enhanced fallback mechanisms can lead to more robust and flexible AI applications, particularly for use cases requiring advanced reasoning, structured outputs, or dynamic tool interaction.
What To Do
- Review the changelog entries for
@ai-sdk/google@4.0.24to understand the specific fix for unsupported function call IDs. - Note the
server-side-fallback-2026-07-01beta andmid-conversation-tool-changes-2026-07-01beta for Anthropic integrations. - Test the new 'default' fallback mode for safety classifier refusals in Anthropic-powered applications.
- Explore the capabilities of the Claude Opus 5 model, including its 128k output tokens and structured output features, for new or existing projects.
Keep Exploring
/atlas/claude-family /techniques/output-schema /techniques/system-user-separation
