Gemini 3 Flash

google/gemini-3-flash

Google's most intelligent model built for speed, combining frontier intelligence with superior search and grounding.

index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'google/gemini-3-flash',
prompt: 'Why is the sky blue?'
})