AI Gateway

/

Gemini 2.5 Flash Lite

Gemini 2.5 Flash Lite by Google

Gemini 2.5 Flash-Lite is a balanced, low-latency model with configurable thinking budgets and tool connectivity (e.g., Google Search grounding and code execution). It supports multimodal input and offers a 1M-token context window.

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