Vercel
Vercel is a cloud platform that helps developers build, deploy, and scale modern web applications quickly and efficiently. It provides an optimized hosting environment for frontend frameworks like Next.js (which it created), as well as other React, Vue, Angular, and static site projects. Vercel automates workflows for continuous deployment, edge caching, and serverless functions, so developers can push code changes and see them live almost instantly.
APIs
Vercel
Vercel is a developer cloud to build and deploy web applications.
Vercel REST API
The Vercel REST API provides programmatic access to the Vercel platform. All endpoints live under https://api.vercel.com and follow REST architecture over SSL. The API covers de...
Vercel AI Gateway API
The Vercel AI Gateway provides a unified API to access hundreds of AI models from multiple providers through a single endpoint at https://ai-gateway.vercel.sh/v1. It offers one ...
Vercel Webhooks
Vercel Webhooks deliver platform events to a subscriber-configured HTTPS endpoint via HTTP POST with a JSON body. Subscriptions are created as Account Webhooks (Team Settings) o...
V0 Platform API
The v0 Platform API provides programmatic access to v0's AI-powered app generation pipeline. It is a REST interface that wraps v0's full code generation lifecycle from prompt to...
Collections
Arazzo Workflows
Vercel AI Gateway Chat Completion With Provider Fallback
Attempt a chat completion with a provider fallback chain, retrying on rate limit.
ARAZZOVercel AI Gateway Cost-Routed Two-Turn Conversation
Run a cost-sorted chat completion, then send a follow-up turn carrying the prior reply.
ARAZZOVercel AI Gateway Discover Model Then Complete
List available models, confirm the requested one is present, then run a chat completion.
ARAZZOVercel AI Gateway Discover Model Then Embed
List available models, confirm the embedding model is present, then create an embedding.
ARAZZOVercel AI Gateway Embed Then Summarize
Create an embedding for a document, then run a chat completion that summarizes it.
ARAZZOVercel Generate App Then Explain Code
Generate an app with v0, fetch its files, then explain the code via the AI Gateway.
ARAZZOVercel v0 Generate App Then Poll For Files
Generate a web app from a prompt, then poll the chat until generated files are present.
ARAZZOVercel v0 Generate Then Refine App
Generate an app from a prompt, then send a follow-up refinement in the same chat.
ARAZZOVercel v0 Iterative App Build
Generate an app, apply two sequential refinements, then read back the final chat.
ARAZZOVercel Draft Spec With Gateway Then Build App
Draft an app spec via the AI Gateway, then feed that spec into v0 to generate the app.
ARAZZOVercel v0 Resume And Refine Chat
Fetch an existing chat to confirm it exists, then continue it with a refinement.
ARAZZOGraphQL
Vercel GraphQL API
GRAPHQLPricing Plans
Rate Limits
FinOps
Vercel Finops
FINOPSFeatures
Event Specifications
Vercel Webhooks
AsyncAPI definition for Vercel's webhook surface. Vercel webhooks are HTTP POST deliveries from Vercel to a subscriber-configured endpoint URL registered either as an Account We...
ASYNCAPI