📄 ai-sdk/docs/reference/ai-sdk-ui/read-ui-message-stream

File: read-ui-message-stream.md | Updated: 11/15/2025

Source: https://ai-sdk.dev/docs/reference/ai-sdk-ui/read-ui-message-stream

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

useChat

useCompletion

useObject

convertToModelMessages

pruneMessages

createUIMessageStream

createUIMessageStreamResponse

pipeUIMessageStreamToResponse

readUIMessageStream

InferUITools

InferUITool

AI SDK RSC

Stream Helpers

AI SDK Errors

Migration Guides

Troubleshooting

Copy markdown

readUIMessageStream

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

Transforms a stream of UIMessageChunks into an AsyncIterableStream of UIMessages.

UI message streams are useful outside of Chat use cases, e.g. for terminal UIs, custom stream consumption on the client, or RSC (React Server Components).

Import


import { readUIMessageStream } from 'ai';

API Signature


Parameters

message?:

UIMessage

The last assistant message to use as a starting point when the conversation is resumed. Otherwise undefined.

stream:

ReadableStream<UIMessageChunk>

The stream of UIMessageChunk objects to read.

onError?:

(error: unknown) => void

A function that is called when an error occurs during stream processing.

terminateOnError?:

boolean

Whether to terminate the stream if an error occurs. Defaults to false.

Returns

An AsyncIterableStream of UIMessages. Each stream part represents a different state of the same message as it is being completed.

For comprehensive examples and use cases, see Reading UI Message Streams .

On this page

readUIMessageStream

Import

API Signature

Parameters

Returns

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