Log inSign up
AI SDK
Vercel
657 posts
AI SDK profile banner
@aisdk

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
36.5K
Followers
RepliesRepliesRepostsRepostsMediaMedia

Log in or sign up for X

See what’s happening and join the conversation

Continue with phone
or
Log in with username or email
Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
  • Pinned
    @aisdk
    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.
    50
  • @aisdk
    AI SDK
    Vercel
    @aisdk
    18h
    Use GPT 6 Astra with AI SDK
    Image
    @OpenAI
    OpenAI
    @OpenAI
    Sep 3
    Image
    02:42
    This is GPT-6 Astra. Anything you can do on a computer, Astra can do for you. Fast.
    5
  • @aisdk
    AI SDK
    Vercel
    @aisdk
    Sep 2
    Use Gemini 3.8 Flash with AI SDK
    Image
    @Google
    Google
    @Google
    Sep 2
    Image
    Introducing Gemini 3.8, our best reasoning & coding model yet. By leveraging long-running agentic loops, we’re building on the momentum of 3.7 Flash from just three weeks ago to release two new 3.8 variants: Meet Gemini 3.8 Flash and Gemini 3.8 Flash Cyber 🧵
    4
  • @aisdk
    AI SDK
    Vercel
    @aisdk
    Sep 1
    Use Claude Fable 5.1 with AI SDK
    Image
    @claudeai
    Claude
    Anthropic
    @claudeai
    Sep 1
    Image
    00:27
    We’re introducing Claude Fable 5.1 and Claude Mythos 5.1. They're the world’s most advanced models for coding and knowledge work.
    6
  • @aisdk
    AI SDK
    Vercel
    @aisdk
    Aug 25
    Vercel Connect is now GA. You can use @𝚟𝚎𝚛𝚌𝚎𝚕/𝚌𝚘𝚗𝚗𝚎𝚌𝚝/𝚊𝚒-𝚜𝚍𝚔 to securely connect your AI SDK agents to MCP servers.
    Code snippet showcasing the import of libraries and functions for connecting to an MCP client and using an AI SDK with OAuth authentication:

import { createMCPClient } from '@ai-sdk/mcp';
import { connectAuthProvider } from '@vercel/connect/ai-sdk';
import { streamText } from 'ai';

const mcpClient = await createMCPClient({
  transport: {
    type: 'http',
    url: 'https://mcp.linear.app',
    authProvider: connectAuthProvider('oauth/linear', {
      subject: { type: 'user', id: userId },
      scopes: ['read'],
    }),
  },
});

const result = await streamText({
  model: 'openai/gpt-5.6-sol',
  tools: await mcpClient.tools(),
  prompt,
});
    @vercel
    Vercel
    @vercel
    Aug 25
    Vercel Connect is now generally available. Give your apps and agents secure access to @SlackHQ, @linear, @github & 100+ other services. • Short-lived, scoped access tokens • Token and trigger observability • RBAC and audit trails vercel.com/blog/the-end-o…
    5
Advertisement
Advertisement