Skip to content
Select a display theme:
Log In Sign Up
Dashboard
PedreiroEletricistaMarceneiroMotoristaEntregador

The framework for Gateway
building agents

Criar Conta
Contrate profissionais e empresas. Nosso agente de IA busca na base do Avaliza e leva até você o contato certo, sem complicação.

The Framework Agnostic AI Toolkit

Zero-config to deploy. Instantly share your work.

Develop.

GitHub, Bitbucket, GitLab, Azure DevOps or our CLI.

Push to preview.

Setting up staging shouldn’t be a separate step. With Vercel’s DX Platform, every PR gets its own, fully-functional, evergreen environment.

This has completely changed our workflow, we’re able to ship more confidently with Vercel.
Sonos Sonos

Keep pushing forward.

When builds are fast and rollbacks are instant, every developer can ship small, iterative changes that keeps the team moving forward.



  • Avatar for JohnPhamous Avatar for zeejab Avatar for rauno

  • The Vercel Toolbar.

    A toolbox for iteration. Your command center, wherever you work.

    We can test what sites will look like in production and solicit feedback through comments every step of the way.
    Loom Loom

    Engage with feedback.

    Gather insights and refine your work with built-in commenting on deployments.

    Customize with feature flags.

    Streamline experimentation with feature flags, easily manage overrides directly from the toolbar.

    We save hours a week that would have been spent searching for content in our CMS.
    HashiCorp HashiCorp

    Empower your edits.

    Link directly from your deployment to your CMS to make real-time edits.

    Audit your accessibility.

    Identify areas of improvement and ensure everyone can experience your application.

    All
    Advisory
    Warning
    Serious
    Contrast between foreground and background colors should meet WCAG 2 AA minimum contrast ratio threshold.
    • div [ data-color = "var(--ds-blue-600)" ] .cursor_cursorName__GrFIA
    • div [ data-color = "var(--ds-red-700)" ] .cursor_cursorName__GrFIA

    <ul> and <ol> must only directly contain <li>, <script> or <template> elements

    No more layout shifts.

    Understand what’s causing layout shifts on your site with a summary of what caused the shift, and replay it.

    All
    0.01
    0.10
    0.25
    Replay
    • div . Home_cause_kdmGl
      became taller and moved up , shifting another element
    • div . phase-2
      was added and shifted 2 other elements
    • section
      3
      was added and shifted 2 other elements

    For all environments.

    Use the toolbar on localhost, staging, or in production.

    See how Vercel saved teams tens of thousands of hours and drove millions in incremental profit over three years.

    Read the Report
    Vercel Enterprise drove 264% ROI.

    The Framework Agnostic AI Toolkit

    The open-source AI toolkit designed to help developers build AI-powered applications and agents with React, Next.js, Vue, Svelte, Node.js, and more.

    Multi-provider support. Switch providers with one line of code.
    Streaming that just works. Real-time responses without custom parsing.
    Built-in fallbacks.
    Reliable production behavior by default.
    Run it with
    import { generateText } from 'ai';
    const { text } = await generateText({
    model: 'openai/gpt-5.5',
    prompt: 'Explain the concept of quantum entanglement.',
    });
    console.log(text);
    Go to playground

    Supports

    Scale with confidence

    Plug the AI SDK into an entire ecosystem designed for the way modern AI applications that scale.

    Vercel AI Gateway

    Access 100+ models with no markup or having to manage multiple API keys.

    npm i ai

    Vercel Sandbox

    Run agent generated code securely and at scale.

    npm i @vercel/sandbox

    Workflows New

    Build long running AI agents and apps that can suspend, resume, and survive function timeouts.

    npm i workflow

    AI Elements

    A UI component library and custom registry built to build AI-native applications faster.

    npx ai-elements
    We built a full AI agent with 40+ tools, resumable streams, and multi-step reasoning on AI SDK. Every hard problem we'd solved with duct tape before, streaming, tool call repair, message management, tool based UI, they already had a clean API for. It feels like their team hit every wall we did, just before us.
    Adir Duchan Senior AI Engineer
    ElementorLogotype ElementorLogotype
    OpenCode uses AI SDK.
    Dax Raad CEO & Founder, OpenCode
    Opencode Opencode

    Build with the AiSdk AiSdk today

    Get started with the AI SDK by using our cookbooks or templates.

    Chatbot Starter Template

    Learn how to build a full-featured AI chatbot with persistence, multi-modal chat, and more.

    Copy install prompt

    Build a Slackbot Agent

    Learn how to build a Slackbot that responds to direct messages and mentions in channels.

    Copy install prompt

    Build a SQL Agent

    Learn how to build an app that interacts with a PostgreSQL database using natural language.

    Copy install prompt