Gemini 3.6 Flash (batch)

Gemini 3.6 Flash is a high-efficiency model from Google for coding, agentic workflows, and web and app development. It is designed to produce polished outputs with fewer unnecessary edits and less hedging, while reducing token use and the number of model calls needed to complete a task.

Speech-to-textGoogle1M tokens$0.4088 / min

google/gemini-3.6-flash:batch

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

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.6-flash:batch",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is Gemini 3.6 Flash (batch)?
Gemini 3.6 Flash is a high-efficiency model from Google for coding, agentic workflows, and web and app development. It is designed to produce polished outputs with fewer unnecessary edits and less hedging, while reducing token use and the number of model calls needed to complete a task. Gemini 3.6 Flash (batch) runs on the Geek Hub API (OpenAI-compatible). Model id: google/gemini-3.6-flash:batch.
Is Gemini 3.6 Flash (batch) free?
No. $0.4088 per minute on Geek Hub.
What is the context length of Gemini 3.6 Flash (batch)?
Gemini 3.6 Flash (batch) has a 1M tokens context window. It supports up to 65,536 completion tokens.
When was Gemini 3.6 Flash (batch) released?
Gemini 3.6 Flash (batch) was released on 2026-07-21.

More models from Google