2 min read
The Gemini 3 Pro Preview model, released today, is now available through the Vercel AI Gateway and on v0.app. Thanks to Google, Vercel has been testing Gemini 3 Pro Preview across v0, Next.js, AI SDK, and Vercel Sandbox over the past several weeks.
We've noticed the model has an increased focus on coding, multimodal reasoning, and tool use, though it's seen improvements across the board.
From our testing, Gemini 3 Pro Preview delivers substantial improvements in instruction following and response consistency. It shows almost a 17% increase in correctness over its predecessor on our Next.js evals, putting in the top 2 models on the leaderboard.
Link to headingHow we're using Gemini 3 Pro Preview at Vercel
In Vercel’s Next.js evals, Gemini 3 Pro Preview, tied with openai/gpt-5-codex at a 42% success rate, surpassing anthropic/claude-opus-4.1, zai/glm-4.6, moonshotai/kimi-k2-turbo, and others in consistency and reasoning quality.
Gemini 3 Pro Preview stands out in frontend generation and multi-turn agent flows. It follows developer-level prompts with high precision, producing stable, well-structured UI components. The 1M context window helped it maintain fidelity across long generation chains. In our tests with v0, we’ve seen improved generation speed and quality.
Link to headingSee for yourself
You can now try Gemini 3 Pro Preview in several places, instantly:
Try Gemini 3 Pro Preview on AI Gateway Playground instantly, no setup required. This model, and every model available through Gateway, can be tested instantly with a simple chat interface.
From there, copy the model string, paste it into AI SDK, and start building with the same high-performance infrastructure that powers production apps like v0.
You can also try it out in the AI SDK playground to compare outputs against other models.
Gemini 3 Pro Preview is available today on AI Gateway, with support for both Google AI Studio and Google Vertex AI. Developers can compare it alongside other models on Gateway with no code changes.
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"});Gemini 3 Pro Preview is also available in v0’s model selector. It’s noticeably faster and more detail-oriented than the original models, making it ideal for frontend and multi-step AI agents.
Link to headingUse AI SDK and AI Gateway to build your own
You can also build your own custom interface using your framework of choice, AI SDK, and AI Gateway with the same deployment-aware infrastructure and security stack that powers apps running on Vercel today.
Vercel AI Cloud is built for developers shaping how software is created, including building with the technology that's at the forefront of AI like the latest models.