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 { browserAI } from "@browser-ai/core";const result = streamText({  model: browserAI(),  prompt: 'Hello, how are you',});for await (const chunk of result.textStream) {  console.log(chunk);}

Backed by the creators

This project is proudly sponsored by the creators behind the Built-in AI initiative, and is part of the Vercel OSS Program.

Testimonials

What developers are saying