Skip to content

Gemini 2.0 Flash Lite

Gemini 2.0 Flash Lite is the lowest-cost multimodal model in Google AI Studio's 2.0 lineup. This text-output-only model accepts text, images, audio, and documents within a context window of 1.0M tokens, designed for budget-first workloads where output volume drives infrastructure cost.

File InputTool UseVision (Image)Web Search
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'google/gemini-2.0-flash-lite',
prompt: 'Why is the sky blue?'
})

Playground

Try out Gemini 2.0 Flash Lite 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.