HomeVastLLM Catalog › Gemini 3.1 Flash Lite

Gemini 3.1 Flash Lite

by Google DeepMind · Language Models

Context 1M tokens

Overview

Gemini 3.1 Flash-Lite is Google DeepMind's lowest-cost, lowest-latency model in the Gemini 3.1 series, generally available in 2026 and priced around $0.25/1M input and $1.50/1M output tokens. It is multimodal across text, image, video, audio and PDF input, and supports configurable thinking levels so developers can dial reasoning up or down per task. Google reports it improves on 2.5 Flash with roughly 2.5x faster time to first token and about 45% higher output speed. Ideal for high-volume, cost-sensitive work like translation, classification, content moderation, data extraction and large-scale agentic pipelines.

Context window1M tokens
Max output4K tokens
Input → Outputtext → text

Pricing

from $1.9425 / 1M tokens

UsageRate (USD)Unit
Input tokens$0.32per 1M tokens
Cached input (cache hit)$0.03per 1M tokens
Output tokens$1.94per 1M tokens

TuneRouter live platform pricing · currency: USD · pre-deduction settled by actual usage

Call it in 30 seconds

OpenAI-compatible · base URL https://api.tunerouter.com/v1/

POST/chat/completions
curl https://api.tunerouter.com/v1/chat/completions \
  -H "Authorization: Bearer $TUNEROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "gemini-3.1-flash-lite", "messages": [{"role": "user", "content": "Hello!"}]}'

Model ID: gemini-3.1-flash-lite · works with OpenAI SDKs — just point base_url at api.tunerouter.com

More from Google DeepMind

← Back to full catalog (101 models)