Skip to content
Dashboard

Gemini 3.1 Flash Lite is now on AI Gateway

import { streamText } from 'ai';
const result = streamText({
model: 'google/gemini-3.1-flash-lite-preview',
prompt:
`Translate this customer support article from English to Japanese,
preserving formatting and technical terms.`,
providerOptions: {
google: {
thinkingConfig: {
thinkingLevel: 'medium',
includeThoughts: true,
},
},
},
});