Overview
Gemini 3.8 Flash is Google’s September 2026 Flash-tier release. It accepts text, image, audio, video and file input and returns text, with reasoning, tool calling and structured outputs on one request. Google’s model card puts the knowledge cutoff at March 2026. Against 3.7 Flash the shape is unchanged — 1,048,576 tokens of context and 65,536 tokens of output — and the difference is quality: Google positions it as its most intelligent Flash model, with the biggest gains on software engineering, long-horizon agentic work and multimodal understanding. On Kyma it serves through an OpenAI-compatible endpoint with automatic failover to a second independent route. Prompt caching is supported and repeated prefixes bill at this model’s cached input rate. Every response carries the exact request cost in usage.cost and names the model that answered in the X-Kyma-Model header.Specs
Pricing
Use this when
- Agentic coding at Flash cost — Multi-step tool use over a large repository, with reasoning and structured outputs, at the Flash tier’s price and latency.
- Long-form structured extraction — Reads a 1M-token corpus and emits tens of thousands of tokens of schema-constrained JSON in a single response.
- Whole-document translation and rewriting — The 64K output ceiling fits an entire long document’s rewritten text without splitting the job into chunks.
- Multimedia review — Takes video, audio, images and files alongside a text prompt and returns a long written analysis in one pass.
Not ideal for
Do not reach for this when a short reply is all you need and cost is the deciding factor — the cheaper Flash tiers answer the same short prompts, and the large output ceiling buys nothing you will use.Pick something else when
- You need the cheapest 1M-context tier and replies stay short: use
gemini-3.5-flash-lite. - You want the previous Flash generation at the same list rate: use
gemini-3.7-flash. - You need a frontier-tier model rather than a Flash tier: use
claude-fable-5.1orgpt-5.6-sol.