One step closer to a complete TypeScript framework for AI applications Today, we're releasing the AI SDK 3.1, with ModelFusion joining our team. This release brings us one step closer to delivering a complete TypeScript framework for building AI applications . It is organized into three main parts: AI SDK Core : A unified API for generating text, structured objects, and tool calls with large language models (LLMs). AI SDK UI : A set of framework-agnostic hooks for quickly building chat interfaces. AI SDK RSC : A library to stream generative user interfaces with React Server Components (RSC). A streaming Node.js chatbot built with the AI SDK Core APIs Link to heading AI SDK Core - A new foundation for AI Drawing inspiration from projects like Drizzle and Prisma, you can imagine the AI SDK Core as an ORM-style abstraction for LLMs . These new APIs provide a set of unified, low-level primitives to work with LLMs in any JavaScript environment—abstracting away the quirks between major model providers.…