
The complete platform forAI-powered web
Build, deploy and scale AI applications with Vercel AI SDK, v0, and the AI Gateway. One platform for the entire lifecycle of intelligent web experiences.
Core Products
Everything you need to build with AI
From development to deployment, Vercel provides the complete toolkit for creating intelligent web applications at any scale.

AI SDK
The open-source TypeScript toolkit for building AI applications. Streaming, tool calling, structured data generation and multi-modal support out of the box.
sdk.vercel.ai

v0 by Vercel
AI-powered web development assistant. Describe your idea in natural language and v0 generates production-ready code using Next.js, Tailwind CSS, and shadcn/ui.
v0.dev

AI Gateway
Unified API access to 50+ AI models from OpenAI, Anthropic, Google, and more. Zero-config setup with built-in caching, rate limiting, and observability.
Documentation
Developer Experience
Ship AI features in minutes
The Vercel AI SDK gives you TypeScript-first APIs for streaming text, generating structured data, calling tools, and building multi-step agents.
import { generateText } from 'ai'
export async function POST(req: Request) {
const { prompt } = await req.json()
const { text } = await generateText({
model: 'openai/gpt-4o',
prompt,
})
return Response.json({ text })
}Model Ecosystem
Access 50+ AI models
One unified API to the best AI models from all leading providers. Switch between models with a single line of code.

OpenAI
Industry-leading language models with vision and function calling capabilities.
Anthropic
Safety-focused AI models with strong analytical and coding capabilities.
Multi-modal models with long context windows and built-in grounding.
Meta
Open-source foundation models for a wide range of AI applications.
Mistral
Efficient European AI models optimized for performance and speed.
xAI
Real-time knowledge models with access to current information.
Infrastructure
Deploy globally. Scale effortlessly.
Vercel's infrastructure is built for AI workloads. From serverless functions to edge computing, everything scales automatically.

Edge Network
Deploy AI apps globally on Vercel's edge network for the lowest latency possible.
Instant Deploys
Push to Git and your AI application is live in seconds. Zero-downtime deployments every time.
Enterprise Security
SOC 2 Type II certified. Data encryption at rest and in transit. Fine-grained access controls.
AI Observability
Monitor model usage, latency, costs, and errors in real-time with built-in analytics.
Preview Deployments
Every PR gets a unique URL. Test AI features in isolation before merging to production.
Serverless Functions
Run AI workloads on serverless infrastructure that scales automatically with demand.
Testimonials
Trusted by developers worldwide
"Vercel AI SDK reduced our development time from weeks to days. The streaming API is incredibly elegant."
Sarah Chen
CTO, TechStart
"v0 changed how our team builds UI. We prototype and ship features 10x faster than before."
Marcus Rodriguez
Engineering Lead, Nexus Labs
"The AI Gateway lets us switch between providers without changing a line of code. It's the abstraction we needed."
Emma Williams
Senior Developer, CloudScale
"Deploying AI applications on Vercel's edge network gives us sub-100ms latency globally. Our users love it."
Alex Nakamura
VP of Engineering, DataFlow
Resources
Learn, build, ship
Everything you need to get started and become an expert in building AI-powered web applications.
AI SDK Documentation
Complete reference for the Vercel AI SDK with guides, API reference, and examples.
Templates & Examples
Production-ready templates for chatbots, AI agents, RAG applications, and more.
GitHub Repository
Open-source AI SDK repository. Contribute, report issues, or star the project.
Community Forum
Join the discussion with thousands of developers building AI applications on Vercel.
Video Tutorials
Step-by-step video guides for building AI features with the Vercel platform.
Blog & Updates
Latest news, product updates, and deep-dive technical articles about AI on Vercel.
Start building the future of the web
Join hundreds of thousands of developers using Vercel to create AI-powered experiences. Free to start, ready to scale.