AI Gateway

/

Gemini 2.0 Flash Lite

Gemini 2.0 Flash Lite by Google

Gemini 2.0 Flash delivers next-gen features and improved capabilities, including superior speed, built-in tool use, multimodal generation, and a 1M token context window.

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