Model providers for Vercel AI SDK v5 & v6

Build local, in-browser AI applications with ease.

Framework agnostic. Built-in state management. Tool calling. Structured output. Streaming.
example.ts
import { streamText } from "ai";import { builtInAI } from "@built-in-ai/core";const result = streamText({  model: builtInAI(),  prompt: 'Hello, how are you',});for await (const chunk of result.textStream) {  console.log(chunk);}
Testimonials

What developers are saying