Skip to main content

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

Example

Agent query example

Ask the API which models fit, instead of hardcoding an id:

FAQ

How is this different from Gemini 3.7 Flash? Same context (1M tokens), same output ceiling (64K), same input set and same list price. The difference is the model itself: Google reports its largest Flash-to-Flash gains on software engineering and agentic tasks. If 3.7 Flash already does the job, nothing forces a move; new work should start on 3.8. Is the current price permanent? No. Google publishes a launch rate through December 31, 2026 and a higher list rate after that; the Pricing table on this page shows the promotional rate, the date it is promised through, and the list rate it returns to. Does prompt caching work on this model? Yes. Repeated prompt prefixes bill at this model’s cached input rate, and the saving is reported per request in usage.cache_discount.