Overview
Vercel AI SDK provides a unified interface for working with multiple AI providers. By combining Vercel AI SDK with Ably AI Transport, you can:- Stream AI responses reliably to users across devices
- Enable users to resume conversations after disconnections
- Support multi-user collaborative AI sessions
- Work with any provider supported by the Vercel AI SDK
Getting started guides
Explore the following guides to integrate Vercel AI SDK with AI Transport:Key features
Streaming responses
Stream AI responses in realtime using either the message-per-response or message-per-token pattern.Provider flexibility
The Vercel AI SDK supports multiple AI providers. AI Transport works seamlessly with any provider you choose.Session management
Maintain conversation context across devices and sessions using Ably’s session management features.Next steps
- Follow the message-per-response guide to get started
- Learn about token streaming patterns
- Explore sessions and identity management
