📄 ai-sdk/docs/migration-guides/migration-guide-3-2

File: migration-guide-3-2.md | Updated: 11/15/2025

Source: https://ai-sdk.dev/docs/migration-guides/migration-guide-3-2

AI SDK

Menu

v5 (Latest)

AI SDK 5.x

AI SDK by Vercel

AI SDK 6 Beta

Foundations

Overview

Providers and Models

Prompts

Tools

Streaming

Getting Started

Navigating the Library

Next.js App Router

Next.js Pages Router

Svelte

Vue.js (Nuxt)

Node.js

Expo

Agents

Agents

Building Agents

Workflow Patterns

Loop Control

AI SDK Core

Overview

Generating Text

Generating Structured Data

Tool Calling

Model Context Protocol (MCP) Tools

Prompt Engineering

Settings

Embeddings

Image Generation

Transcription

Speech

Language Model Middleware

Provider & Model Management

Error Handling

Testing

Telemetry

AI SDK UI

Overview

Chatbot

Chatbot Message Persistence

Chatbot Resume Streams

Chatbot Tool Usage

Generative User Interfaces

Completion

Object Generation

Streaming Custom Data

Error Handling

Transport

Reading UIMessage Streams

Message Metadata

Stream Protocols

AI SDK RSC

Advanced

Reference

AI SDK Core

AI SDK UI

AI SDK RSC

Stream Helpers

AI SDK Errors

Migration Guides

Versioning

Migrate Your Data to AI SDK 5.0

Migrate AI SDK 4.0 to 5.0

Migrate AI SDK 4.1 to 4.2

Migrate AI SDK 4.0 to 4.1

Migrate AI SDK 3.4 to 4.0

Migrate AI SDK 3.3 to 3.4

Migrate AI SDK 3.2 to 3.3

Migrate AI SDK 3.1 to 3.2

Migrate AI SDK 3.0 to 3.1

Troubleshooting

Copy markdown

Migrate AI SDK 3.1 to 3.2

==================================================================================================================

Check out the AI SDK 3.2 release blog post for more information about the release.

This guide will help you upgrade to AI SDK 3.2:

  • Experimental StreamingReactResponse functionality has been removed
  • Several features have been deprecated
  • UI framework integrations have moved to their own Node modules

Upgrading


AI SDK

To update to AI SDK version 3.2, run the following command using your preferred package manager:

pnpm add ai@latest

Removed Functionality


The experimental StreamingReactResponse has been removed. You can use AI SDK RSC to build streaming UIs.

Deprecated Functionality


The nanoid export has been deprecated. Please use generateId instead.

UI Package Separation


AI SDK UI supports several frameworks: React , Svelte , Vue.js , and SolidJS .

The integrations (other than React and RSC) have moved to separate Node modules. You need to update the import and require statements as follows:

  • Change ai/svelte to @ai-sdk/svelte
  • Change ai/vue to @ai-sdk/vue
  • Change ai/solid to @ai-sdk/solid

The old exports are still available but will be removed in a future release.

On this page

Migrate AI SDK 3.1 to 3.2

Upgrading

AI SDK

Removed Functionality

Deprecated Functionality

UI Package Separation

Deploy and Scale AI Apps with Vercel.

Vercel delivers the infrastructure and developer experience you need to ship reliable AI-powered applications at scale.

Trusted by industry leaders:

  • OpenAI
  • Photoroom
  • leonardo-ai Logoleonardo-ai Logo
  • zapier Logozapier Logo

Talk to an expert