• AI Cloud
      • AI SDK

        The AI Toolkit for TypeScript

      • AI Gateway

        One endpoint, all your models

      • Vercel Agent

        An agent that knows your stack

    • Core Platform
      • CI/CD

        Helping teams ship 6× faster

      • Content Delivery

        Fast, scalable, and reliable

      • Fluid Compute

        Servers, in serverless form

      • Observability

        Trace every step

    • Security
      • Bot Management

        Scalable bot protection

      • BotID

        Invisible CAPTCHA

      • Platform Security

        DDoS Protection, Firewall

      • Web Application Firewall

        Granular, custom protection

    • Company
      • Customers

        Trusted by the best teams

      • Blog

        The latest posts and changes

      • Changelog

        See what shipped

      • Press

        Read the latest news

      • Events

        Join us at an event

    • Open Source
      • Next.js

        The native Next.js platform

      • Nuxt

        The progressive web framework

      • Svelte

        The web's efficient UI framework

      • Turborepo

        Speed with Enterprise scale

    • Tools
      • Academy

        Learn the ins and outs of Vercel

      • Marketplace

        Extend and automate workflows

      • Templates

        Jumpstart app development

      • Guides

        Find help quickly

      • Partner Finder

        Get help from solution partners

    • Use Cases
      • AI Apps

        Deploy at the speed of AI

      • Composable Commerce

        Power storefronts that convert

      • Marketing Sites

        Launch campaigns fast

      • Multi-tenant Platforms

        Scale apps with one codebase

      • Web Apps

        Ship features, not infrastructure

    • Users
      • Platform Engineers

        Automate away repetition

      • Design Engineers

        Deploy for every idea

  • Enterprise
  • Docs
  • Pricing
  • All Posts
  • Engineering
  • Community
  • Company News
  • Customers
  • v0
  • Changelog
  • Press
  • No results found for "".
    Try again with a different keyword.

Follow us on

X

to hear about the changes first.

  • Oct 28, 2025

    MiniMax M2 now available for free in Vercel AI Gateway

    You can now access MiniMax's latest open source model, MiniMax M2 using Vercel's AI Gateway with no other provider accounts required. The model is free to use until Nov 7th, 2025. Focused on agentic use, Minimax M2 is very efficient to serve, with only 10B active parameters per forward pass.

    AI Gateway lets you call the model with a consistent unified API and just a single string update, track usage and cost, and configure performance optimizations, retries, and failover for higher than provider-average uptime.

    To use it with the AI SDK, set the model to minimax/minimax-m2:

    import { streamText } from 'ai'
    const result = streamText({
    model: "minimax/minimax-m2",
    prompt: "What is the future of open source LLM models?"
    })

    Includes built-in observability, Bring Your Own Key support, and intelligent provider routing with automatic retries.

    Learn more about AI Gateway, view the AI Gateway model leaderboard or try it in our model playground.

    AI Gateway: Track top AI models by usage

    The AI Gateway model leaderboard ranks the most used models over time by total token volume across all traffic through the Gateway. Updates regularly.

    View the leaderboard

    +2

    Rohan T, Matt L, Walter K, Harpreet A

  • Oct 28, 2025

    Bun runtime now in Public Beta for Vercel Functions

    The Bun runtime is now available in Public Beta for Vercel Functions.

    You can choose between Node.js and Bun as your project runtime, selecting the best option for your workload.

    Benchmarks show Bun reduced average latency by 28% for CPU-bound Next.js rendering compared to Node.js.

    To use Bun in Vercel Functions, set the runtime globally in your project's vercel.json:

    vercel.json
    {
    "bunVersion": "1.x"
    }

    Enable Bun runtime support in your app by adding bunVersion to vercel.json

    We currently support the following frameworks, with more on the way:

    • Next.js

    • Hono

    • Express

    • Nitro

    Bun supports TypeScript with zero configuration. Here's an example with Hono:

    src/index.ts
    import { Hono } from 'hono';
    const app = new Hono();
    app.get('/', (c) => {
    return c.text(`Hello from Hono on Bun ${process.versions.bun}!`);
    });
    export default app;

    Hello World endpoint in Hono with the Bun runtime on Vercel

    Or get started with one of our starter templates:

    • Express on Bun

    • Hono on Bun

    Bun deployments automatically integrate with Vercel's existing logging, observability, and monitoring systems.

    See benchmarks in our blog post, or read the docs to learn more.

    Tom Lienard, Javi Velasco, Jeff See

  • Oct 24, 2025

    AI Chat now available on Vercel docs

    AI Chat (dark)AI Chat (dark)

    We're excited to announce that AI Chat is now live within the Vercel docs along with a subtle design overhaul. You can now get instant, conversational assistance directly on all docs pages.

    • Ask about anything on the Vercel docs

    • Load specific pages as context to get page-aware answers

    • Copy chat as Markdown for sharing or saving conversations

    Link to headingHow to use it

    • Go to vercel.com/docs

    • Click the Ask AI button at the top right corner in the header of any Vercel docs page to start asking questions

    • Use the Ask AI about this page at the top of each docs page to load a page as context for focused learning, or copy the conversation as Markdown to share with your team.

    +3

    Rich H, Manuel M, Chris K, Maggie V, Nico A

Ready to deploy? Start building with a free account. Speak to an expert for your Pro or Enterprise needs.

Start Deploying
Talk to an Expert

Explore Vercel Enterprise with an interactive product tour, trial, or a personalized demo.

Explore Enterprise

Products

  • AI
  • Enterprise
  • Fluid Compute
  • Next.js
  • Observability
  • Previews
  • Rendering
  • Security
  • Turbo
  • Domains
  • v0

Resources

  • Community
  • Docs
  • Guides
  • Academy
  • Help
  • Integrations
  • Pricing
  • Resources
  • Solution Partners
  • Startups
  • Templates
    • AI SDK
    • Workflow DevKit
    • Flags SDK
    • Chat SDK
    • Streamdown AI

Company

  • About
  • Blog
  • Careers
  • Changelog
  • Contact Us
  • Customers
  • Events
  • Partners
  • Shipped
  • Privacy Policy

Social

  • GitHub
  • LinkedIn
  • Twitter
  • YouTube

Loading status…

Select a display theme: