Menu

Post image 1
Post image 2
Post image 3
1 / 3
0

xAI joins the Vercel Marketplace - Vercel

Vercel News·Hedi Zandi·4 days ago
#ojmG7NyI
#vercel#grok#models#started#marketplace#photo
Reading 0:00
15s threshold

xAI's Grok models are now available in the Vercel Marketplace , making it easy to integrate conversational AI into your Vercel projects. 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 To get started, you can use the AI SDK xAI provider in your project: 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.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More