Skip to content
Dashboard

Gemini 3.5 Flash Lite

Gemini 3.5 Flash Lite upgrades the agentic capability of the Flash-Lite tier, outperforming Gemini 3.1 Flash-Lite across thinking levels on coding, long context, and real-world task execution, with built-in computer use and a minimal default thinking level for high-throughput work. Your use is subject to Google's Terms & Privacy Policies.

ReasoningTool UseImplicit CachingFile InputVision (Image)Web Search
import { streamText } from 'ai'
const result = streamText({
model: 'google/gemini-3.5-flash-lite',
prompt: 'Why is the sky blue?'
})
Read docs