A chatbot using the Vercel AI SDK with Telemetry.
A full-featured, hackable Next.js AI chatbot built by Vercel.
An open-source AI copilot with built-in Segment analytics built with Next.js, the Vercel AI SDK, OpenAI, Vercel KV and Twilio Segment.
An application that converts text inputs into structured objects and streams the expense as it’s being processed using the Vercel AI SDK.
A chatbot that allows you to dynamically set the LLM using Vercel AI SDK with Feature Flags and Edge Config.
This project is a Next.js application that allows users to query a PostgreSQL database using natural language and visualize the results. It's powered by the AI SDK by Vercel and uses OpenAI's GPT-4o model to translate natural language queries into SQL.
A Next.js chatbot using the Vercel AI SDK's streamText function with a provider registry to allow users to switch models.
A Next.js chatbot using the Vercel AI SDK's streamText function to automatically handle multiple tool call roundtrips.
A Next.js chatbot using the Vercel AI SDK's streamObject function without an underlying schema (no schema output mode).