Gemini 2.5 Pro
Gemini 2.5 Pro is a Pro-tier thinking model from Google, built for complex reasoning, coding, math, and science tasks, with strong results on human preference benchmarks and a context window of 1.0M tokens.
import { streamText } from 'ai'
const result = streamText({ model: 'google/gemini-2.5-pro', prompt: 'Why is the sky blue?'})Playground
Try out Gemini 2.5 Pro by Google. 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.