惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

B
Blog RSS Feed
博客园 - 叶小钗
F
Fortinet All Blogs
GbyAI
GbyAI
Martin Fowler
Martin Fowler
博客园 - 聂微东
I
InfoQ
B
Blog
IT之家
IT之家
美团技术团队
L
LangChain Blog
小众软件
小众软件
C
Check Point Blog
MongoDB | Blog
MongoDB | Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
V
V2EX
Last Week in AI
Last Week in AI
A
About on SuperTechFans
博客园 - Franky
P
Proofpoint News Feed
罗磊的独立博客
月光博客
月光博客
V
Visual Studio Blog
MyScale Blog
MyScale Blog

Vercel News

Vercel Open Source Program: Winter 2026 cohort How Notion Workers run untrusted code at scale with Vercel Sandbox How we run Vercel's CDN in front of Discourse From idea to secure checkout in minutes with Stripe Building Slack agents can be easy Scaling redirects to infinity on Vercel Advancing Python typing Gamma builds design-first agents with Vercel How Avalara turns pipe dreams into patent-pending with v0 Keeping community human while scaling with agents How OpenEvidence built a healthcare AI that physicians actually trust Security boundaries in agentic architectures Skills Night: 69,000+ ways agents are getting smarter Video Generation with AI Gateway We Ralph Wiggumed WebStreams to make them 10x faster How Stably ships AI testing agents in hours, not weeks How we built AEO tracking for coding agents Anyone can build agents, but it takes a platform to run them Introducing Geist Pixel The Vercel AI Accelerator is back with $6m in credits Making agent-friendly pages with content negotiation The Vercel OSS Bug Bounty program is now available Introducing the new v0 Run untrusted code with Vercel Sandbox, now generally available How Stripe built a game-changing app in a single flight with v0 How Sensay went from zero to product in six weeks AGENTS.md outperforms skills in our agent evals Agent skills explained: An FAQ Testing if "bash is all you need" AWS databases are now live on the Vercel Marketplace and v0
xAI and Vercel partner to bring zero-friction AI to devel...
Jared Palmer · 2025-03-20 · via Vercel News

2 min read

Use xAI's Grok models across Vercel, the AI SDK, and v0

Vercel provides the tools and infrastructure to build AI-native web applications. We're partnering with xAI to bring their powerful Grok models directly to Vercel projects through the Vercel Marketplace—and soon v0—with no additional signup required.

To help you get started, xAI is introducing a new free tier through Vercel to enable quick prototyping and experimentation. These Grok models now power our official Next.js AI chatbot template with the AI SDK.

This is a part of our ongoing effort to make using AI frictionless on Vercel.

Link to headingThe Vercel Marketplace

With Grok models now available from the Vercel Marketplace, developers can build with xAI’s conversational models quickly.

  • Get started with xAI's free plan—no additional signup through the Marketplace

  • Access Grok's large language models (LLMs) directly from your Vercel projects

  • Simplify authentication and API key management through automatically configured environment variables

  • Pay only for what you use with integrated billing through Vercel

If you're already working in a Vercel project, you can also install xAI through the Marketplace from the Vercel CLI:

vercel install xai

Explore AI on the Vercel Marketplace

Play, test, and integrate with a wide range of AI model types, sizes, and specializations in the Vercel Marketplace.

Get started

Link to headingMore ways to get started with AI

We've streamlined AI experimentation and development through the AI SDK, ready-to-use templates, and our model playground.

Link to headingThe Next.js AI Chatbot, now powered by xAI

The Next.js AI Chatbot is a free open-source chatbot template built by the creators of Next.js, AI SDK, and shadcn/ui. It features tool calling, retrieval, code execution, artifacts, and genUI examples—the UI infrastructure you need to build your own ChatGPT or grok.com.

Link to headingAI SDK

The AI SDK is a free open-source library that gives you the tools you need to build AI-powered products and agents. It offers a unified API for integrating almost any language model, so you can experiment, test, and change models and providers with just one or two lines of code.

import { xai } from "@ai-sdk/xai";

import { streamtext } from "ai";

const result = streamText({

model: xai("grok-2-1212"),

prompt: "What is the meaning of life?",

});

for await (const textPart of result.textStream) {

process.stdout.write(textPart); // The answer is 42.

}

The AI SDK also has a playground where you can compare output from different models and providers. xAI is the default provider and you can compare xAI’s Grok models against others from Anthropic, Google, OpenAI, and many more.

Link to headingA peek at what's next

When you’re vibe coding with v0, you'll soon be able to leverage the xAI Vercel Marketplace integration right in v0's chat interface (which is currently possible with Vercel Marketplace storage integrations).

Soon, we'll be adding more AI integrations in the Vercel Marketplace. If you're a service provider interested in joining, you can reach out to us at integrations@vercel.com.

Link to headingGet started today

With xAI now in the Vercel Marketplace, developers have more flexibility to build AI-powered applications with industry-leading models. Whether you're integrating Grok into your chatbot, experimenting with new AI workflows and agents, or scaling existing workloads, Vercel makes it easy to start shipping.

Explore AI on Vercel

Vercel offers everything you need to get started with AI.

Start building