vercel-ai-sdk
Installation
SKILL.md
Vercel AI SDK
The Vercel AI SDK is a powerful toolkit for building AI-powered applications in TypeScript and JavaScript. It provides unified APIs for text generation, streaming, chatbot interfaces, tool calling, structured data generation, and multi-provider support. The SDK abstracts away provider differences, enabling seamless integration with OpenAI, Anthropic, Mistral, and other AI models through a consistent interface.
Quick Start
Installation
npm install ai
Basic Patterns
Text Generation
import { generateText } from 'ai';