Skip to content
Dashboard

Vercel collaborates with Google for Gemini 3 Pro Preview launch

Link to headingHow we're using Gemini 3 Pro Preview at Vercel

Link to headingSee for yourself

import { streamText } from 'ai'
const result = streamText({
model: "google/gemini-3-pro-preview",
prompt: "Create a neural fluid engine simulation in a self-contained HTML"
});

Link to headingUse AI SDK and AI Gateway to build your own

Ready to deploy?