AI Gateway

Gemini 2.0 Flash Lite

google/gemini-2.0-flash-lite

A Gemini 2.0 Flash model optimized for cost efficiency and low latency.

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