{
  "slug": "vercel-ai-sdk",
  "name": "Vercel AI SDK",
  "url": "https://ai-sdk.dev",
  "cat": "ai",
  "group": "ai",
  "tagline": "TypeScript AI app framework",
  "price": "Free and open source. No cost beyond the model provider you call; Vercel AI Gateway usage is billed separately if you opt into it.",
  "tier": "free",
  "pick": false,
  "what": "A TypeScript toolkit that gives every model provider one interface — <code>generateText</code>, <code>streamText</code>, structured object generation, tool calling — plus React, Svelte and Vue hooks for streaming UI. It supports 100+ models across 20+ providers; a Python version is in beta.",
  "why": "Swapping providers is a one-line change, and streaming chat UI that would take a day of SSE plumbing takes about ten lines. It is the default choice for anything Next.js shaped.",
  "warn": "Major versions have shipped breaking API changes, so older tutorials and AI-generated snippets often will not compile — check which version an example targets before copying it.",
  "install": "npm i ai",
  "category": {
    "key": "ai",
    "name": "Model APIs, routers & observability",
    "desc": "Providers, gateways, inference hosts and eval layers — constantly conflated, listed separately here.",
    "group": "ai",
    "groupName": "Put AI inside it"
  },
  "freshness": null,
  "health": {
    "ok": true,
    "status_code": 200,
    "final_url": "https://ai-sdk.dev/",
    "checked_at": "2026-08-18T23:43:12.623+00:00"
  },
  "corrected_at": null,
  "upstream_changed_at": null
}