Skip to content
Dashboard

Vercel collaborates with OpenAI for GPT-5 launch

Link to headingHow we're using GPT-5 in production with v0

Link to headingSee for yourself

GPT-5 Playground

Try GPT-5 on AI Gateway instantly, with no setup or install necessary. Open the playground and start prompting.

Try GPT-5

Now open source: Vibe coding platform

The Vibe Coding Platform is a new open-source app that combines GPT-5 and Vercel AI infrastructure so anyone can build apps that build apps. Under the hood it uses AI SDK, AI Gateway, Vercel Functions, Sandbox, BotID, and more.

See the Platform

Link to headingBuilding an open-source vibe coding platform with GPT-5 and Vercel AI Cloud

const result = streamText({
model: "openai/gpt-5",
system: prompt,
messages,
stopWhen: stepCountIs(20),
tools
});

{
type: "data-run-command",
data: {
status: "done",
sandboxId: "sbx_123",
command: "npm install",
commandId: "cmd_abc",
}
}

Link to headingGet started with GPT-5 via AI Gateway

import { streamText } from 'ai'
const result = streamText({
model: "openai/gpt-5",
prompt: "why is the sky blue?"
})

Link to headingUse v0.dev, or build your own

Link to headingGet started