G
Gemini 3.1 Flash Lite Image
Gemini 3.1 Flash Lite Image, an image model from Google.
imageModelOverride: { model: "gemini-3.1-flash-lite-image" }
Google·Released June 2026Pricing
- List price
- $0.034+/image
- Per generation
- $0.000030
- Input
- $0.25 / 1M
- Input
- $1.50 / 1M
Specifications
- Context window
- 131,072 tokens
- Max output
- 32,768 tokens
- Aspect ratios
- 10
- Released
- June 2026
Parameters
Model options, passed in
imageModelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
source_imagesIf you want to edit an existing image, provide the URL(s) or variables | Image URLs | — | — |
aspect_ratio | Select | 16:9 | 1:116:99:164:55:43:4+4 |
imageSize | Select | 1K | 1K |
Use this model
await mindstudio.generateImage({ prompt: "...", imageModelOverride: { model: "gemini-3.1-flash-lite-image", config: { aspect_ratio: "16:9", imageSize: "1K", }, }, });