Vercel has released AI SDK 7, a new major version of its TypeScript toolkit for building AI applications and agent workflows. The public npm registry now lists the ai package at version 7.0.0, while Vercel's changelog frames the release around agent-oriented primitives rather than only model calls.

The update matters because AI application code is increasingly handling long-running tool use, approvals, streaming output, and multi-step agent loops. Vercel's documentation describes AI SDK as a toolkit for React, Next.js, Vue, Svelte, Node.js, and other environments, with core APIs for text generation, structured objects, tool calls, and agent building.

In the package changelog, the 7.0.0 entry includes work around ToolLoopAgent and WorkflowAgent, including runtime validation for callOptionsSchema, support changes for tool input refinement, and handling for workflow output behavior. Those details point to a release focused on making agent orchestration more explicit and less ad hoc for application developers.

It is still a major-version migration, so teams already using AI SDK should expect compatibility work. The same changelog notes removals and migration changes, including the removal of the deprecated experimental_output alias. For new projects, the release gives Vercel a cleaner baseline for agent interfaces at a time when model-provider choice, tool permissions, and streaming UX are becoming ordinary application concerns.