Gemini 3 Pro Preview
Gemini 3 Pro Preview is the flagship reasoning model in the Gemini 3 generation for demanding agentic and analytical tasks, with improvements in multi-step function calling, complex image reasoning, long-document analysis, and instruction following over Gemini 2.5 Pro.
import { streamText } from 'ai'
const result = streamText({ model: 'google/gemini-3-pro-preview', prompt: 'Why is the sky blue?'})Playground
Try out Gemini 3 Pro Preview by Google AI Studio. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.