Google family
# Gemini 3.5 Flash-Lite ## Overview Fast, cost-efficient GA Gemini model for high-throughput text, document, image, audio, and video understanding. ## Model Metadata - Provider: vertex - Category: text - Output Type: text - Slug: gemini-3-5-flash-lite-vertex ## Notes Use the Playground tab above to test prompts and parameters.
Model input reference derived from preset schema.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| seed | integer | No | null | Optional best-effort seed for repeatable output. |
| audio | audio | No | null | Optional audio for transcription or multimodal analysis. |
| images | image | No | [] | Optional images for multimodal understanding. |
| prompt | string | Yes | null | The instruction or question to send to the model. |
| videos | video | No | [] | Optional videos for multimodal understanding. |
| max_tokens | integer | No | 8192 | Maximum number of tokens the model may generate. |
| system_prompt | string | No | null | Optional instructions that define the model's role and response rules. |
| thinking_level | select | No | "MINIMAL" | Controls the reasoning depth, latency, and token usage. |
| media_resolution | select | No | "MEDIUM" | Controls the detail and token usage for image and video inputs. |