What problem does it solve?
Provides authoritative, up-to-date guidance and playable patterns for using the AI SDK so developers avoid broken examples, deprecated APIs, and integration errors when building AI-powered features.
Core Features & Use Cases
- API Reference & Troubleshooting: Explains current APIs such as generateText, streamText, ToolLoopAgent, embed, and tools, and highlights common migration pitfalls.
- Agent & Client Patterns: Shows recommended patterns for building agents, chatbots, RAG systems, streaming responses, tool calling, structured output, and type-safe useChat integrations.
- Provider Guidance: Recommends provider selection via the Vercel AI Gateway, instructs fetching live model IDs, and advises checking bundled docs in node_modules/ai before relying on memory.
Quick Start
Ask the ai-sdk skill to explain how to use generateText with the Vercel AI Gateway and show a minimal client integration example.