Log inSign up
AI SDK
Vercel
606 posts
user avatar
AI SDK
Vercel
@aisdk
The Open Source AI Toolkit for TypeScript. Built by @Vercel.
San Francisco, CA
ai-sdk.dev
Joined November 2024
4
Following
36K
Followers
  • Pinned
    user avatar
    AI SDK
    Vercel
    @aisdk
    Jun 25
    AI SDK 7 is now available. Introducing: reasoning control, agent-level tool approval, tool and runtime context, file and skill uploads, MCP Apps, durable workflows, terminal UI, sandbox support, harness integrations, telemetry, lifecycle events, and more.
    AI SDK 7
Develop, run, and observe agents.
    232K
  • user avatar
    AI SDK
    Vercel
    @aisdk
    Feb 13, 2025
    Next.js AI Chatbot now supports artifacts: • Dynamic code execution • Image generation • Spreadsheets • ... and more! Open-source and free to get started.
    00:00
    382K
  • user avatar
    AI SDK
    Vercel
    @aisdk
    Mar 21, 2025
    AI SDK 4.2 Introducing MCP clients, reasoning, sources and more.
    278K
  • user avatar
    AI SDK
    Vercel
    @aisdk
    Jul 31, 2025
    AI SDK 5 Introducing type-safe chat, agentic loop controls, data parts, speech generation and transcription, Zod 4 support, global provider, and raw request access.
    331K
  • user avatar
    AI SDK
    Vercel
    @aisdk
    Apr 9, 2025
    Introducing Chat SDK: a production-ready chatbot template, developed from everything we've learned building @v0. Ships with: • Custom artifacts • In-browser code execution • Authentication, persistence, multi-modal • Documentation to extend & make it your own
    186K
  • user avatar
    AI SDK
    Vercel
    @aisdk
    Jul 7, 2025
    AGENTS
    267K
  • user avatar
    AI SDK
    Vercel
    @aisdk
    Mar 12, 2025
    MCP client support for the AI SDK is here! Shoutout to @jueungraceyun for contributing the feature!
    123K
  • user avatar
    AI SDK
    Vercel
    @aisdk
    Aug 26, 2025
    Generate images with Gemini 2.5 Flash Image.
    // @ai-sdk/google@2.0.11 - Gemini 2.5 Flash Image Support  import { google } from "@ai-sdk/google"; import { generateText } from "ai";  const { files } = await generateText({   model: google("gemini-2.5-flash-image-preview"),   providerOptions: {     google: { responseModalities: ["TEXT", "IMAGE"] },   },   prompt: "Generate an image of a nano banana.", });  console.log(files);
    146K
  • user avatar
    AI SDK
    Vercel
    @aisdk
    Aug 7, 2025
    AI Elements are new beautifully designed React components for the AI SDK. Open source and built on shadcn/ui, they're easy to integrate and fully customizable.
    329K
  • user avatar
    AI SDK
    Vercel
    @aisdk
    Apr 30, 2025
    Build your own computer-using agent with our latest template.
    00:00
    125K
  • user avatar
    AI SDK
    Vercel
    @aisdk
    Nov 26, 2024
    Introducing the Cookbook 📕 An open-source collection of recipes and guides for building with the AI SDK. (link is in the reply)
    AI SDK cookbook
    91K
  • user avatar
    AI SDK
    Vercel
    @aisdk
    Oct 19, 2025
    Use Claude Skills with the AI SDK.
    01:09
    user avatar
    Claude
    Anthropic
    @claudeai
    Oct 16, 2025
    Claude can now use Skills. Skills are packaged instructions that teach Claude your way of working.
    148K
  • user avatar
    AI SDK
    Vercel
    @aisdk
    Mar 7, 2025
    Use Mistral OCR.
    // AI SDK Mistral Provider @ai-sdk/mistral v.1.1.15 - OCR Support  import { generateText } from "ai"; import { mistral } from "@ai-sdk/mistral";  const result = await generateText({   model: mistral("mistral-small-latest"),   messages: [     {       role: "user",       content: [         {           type: "text",           text: "What is an embedding model according to this document?",         },         {           type: "file",           data: new URL("https://link.com/ai.pdf"),           mimeType: "application/pdf",         },       ],     },   ], });
    72K
  • user avatar
    AI SDK
    Vercel
    @aisdk
    Sep 4, 2025
    AI Elements is now open-source.
    85K

New to X?

Sign up now to get your own personalized timeline!

Create account

By signing up, you agree to the Terms of Service and Privacy Policy, including Cookie Use.

Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
Don't miss what's happening
People on X are the first to know.
Log inSign up