Pedreiro
Eletricista
Marceneiro
Motorista
EntregadorThe framework for Gateway
building agents
- 1
- 2
- 3
- 4
- 5
- 6
import { streamText } from 'ai'
const result = streamText({
model: 'xai/grok-4.3',
prompt: 'Why is the sky blue?'
})
The Framework Agnostic AI Toolkit
Be the first to experiment

Pedreiro
Construção e reforma com quem entende do ofício, avaliado e aprovado por gente da sua comunidade.
Learn More
Eletricista
Instalações e reparos elétricos feitos com segurança por profissionais de confiança da sua região.
Learn More
Marceneiro
Móveis sob medida, montagem e reparos em madeira com capricho e acabamento de verdade.
Learn More
Motorista
Transporte particular, viagens e fretes com motoristas indicados por quem você conhece.
Learn More
Entregador
Entregas rápidas no seu bairro com entregadores verificados e bem avaliados pela comunidade.
Try It Now
Babá
Cuidado carinhoso e responsável com as crianças, com referências reais de outras famílias.
Try It Now
Enfermagem
Cuidados de enfermagem em casa com profissionais qualificados e verificados pela comunidade.
Try It Now
Médico
Consultas e orientação de saúde com médicos indicados e avaliados pela sua comunidade.
Learn More
Advogado
Orientação jurídica sem complicação, com advogados de confiança indicados pela comunidade.
Try It Now

Pintor
Pintura de casas e apartamentos com acabamento caprichado e profissionais bem avaliados.
Try It Now
Diarista
Limpeza e organização da sua casa com diaristas de confiança, indicadas por famílias da sua comunidade.
Try It Now
Jardineiro
Jardins cuidados com carinho por jardineiros experientes e recomendados pela comunidade.
Try It Now
Mecânico
Manutenção e reparos do seu carro com mecânicos honestos e transparentes, avaliados por quem já usou o serviço.
Learn More
Cabeleireira
Corte, cor e cuidado com o cabelo com profissionais queridas e aprovadas pela comunidade.
Learn MoreAbout Google Labs
Discover our latest experiments and help shape the future of AI technology. Get early access, share your feedback, and help turn these technologies into the products you use every day.
Ready to deploy? Start building with a free account. Speak to an expert for your Pro or Enterprise needs.
Explore Vercel Enterprise with an interactive product tour, trial, or a personalized demo.
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.
| Name | Status | Preview | Comments |
|---|---|---|---|
| app |
Ready (
Inspect
)
|
Visit Preview |
3 Resolved
|
| site |
Ready (
Inspect
)
|
Visit Preview |
Comment
|
“ This has completely changed our workflow, we’re able to ship more confidently with Vercel. ”
Keep pushing forward.
When builds are fast and rollbacks are instant, every developer can ship small, iterative changes that keeps the team moving forward.
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. ”
Engage with feedback.
Gather insights and refine your work with built-in commenting on deployments.
blockquote
isn't passing AA contrast. Can we tweak?
-900
.
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. ”
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.
-
div [ data-color = "var(--ds-blue-600)" ] .cursor_cursorName__GrFIA
-
div [ data-color = "var(--ds-red-700)" ] .cursor_cursorName__GrFIA
No more layout shifts.
Understand what’s causing layout shifts on your site with a summary of what caused the shift, and replay it.
-
.03
div . Home_cause_kdmGlbecame taller and moved up , shifting another element -
.02
div . phase-2was added and shifted 2 other elements -
≈0
section3was 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.
Ready to deploy? Start building with a free account. Speak to an expert for your Pro or Enterprise needs.
Explore Vercel Enterprise with an interactive product tour, trial, or a personalized demo.
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.
Reliable production behavior by default.
import { generateText } from 'ai';
const { text } = await generateText({ model: 'openai/gpt-5.5', prompt: 'Explain the concept of quantum entanglement.',});
console.log(text);
Supports
Scale with confidence
Plug the AI SDK into an entire ecosystem designed for the way modern AI applications that scale.
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
Build with the
today
Get started with the AI SDK by using our cookbooks or templates.
npm i ai
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