Gemini 3.1 Flash Lite (batch)

Gemini 3.1 Flash Lite is Google’s GA high-efficiency multimodal model optimized for low-latency, high-volume workloads. It supports text, image, video, audio, and PDF inputs, and is designed for lightweight agentic workflows, simple data extraction, and applications where responsiveness and API cost are the primary constraints. Supports full thinking levels (minimal, low, medium, high) for fine-grained cost/performance trade-offs. Priced at half the cost of Gemini 3 Flash.

Speech-to-textGoogle1M tokens$0.1363 / min

google/gemini-3.1-flash-lite:batch

Context
1M tokens
Completion cap
65,536
Tools
Yes
JSON
Yes
Released
2026-05-07

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "google/gemini-3.1-flash-lite:batch",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is Gemini 3.1 Flash Lite (batch)?
Gemini 3.1 Flash Lite is Google’s GA high-efficiency multimodal model optimized for low-latency, high-volume workloads. It supports text, image, video, audio, and PDF inputs, and is designed for lightweight agentic workflows, simple data extraction, and applications where responsiveness and API cost are the primary constraints. Supports full thinking levels (minimal, low, medium, high) for fine-grained cost/performance trade-offs. Priced at half the cost of Gemini 3 Flash. Gemini 3.1 Flash Lite (batch) runs on the Geek Hub API (OpenAI-compatible). Model id: google/gemini-3.1-flash-lite:batch.
Is Gemini 3.1 Flash Lite (batch) free?
No. $0.1363 per minute on Geek Hub.
What is the context length of Gemini 3.1 Flash Lite (batch)?
Gemini 3.1 Flash Lite (batch) has a 1M tokens context window. It supports up to 65,536 completion tokens.
When was Gemini 3.1 Flash Lite (batch) released?
Gemini 3.1 Flash Lite (batch) was released on 2026-05-07.

More models from Google