Introducing the Universal Managed Agents API.Read the announcement
Model release

@google/gemini-3.8-flash is live on Brainbase

Brainbase Team5 min read
Table of Contents

Gemini 3.8 Flash is now available on Brainbase as @google/gemini-3.8-flash. Use it with any supported harness and sandbox through the same Universal Managed Agents API you already use for every other model.

Google released Gemini 3.8 Flash on September 2 — its third Flash model in six weeks — alongside a restricted 3.8 Flash Cyber variant for vetted security teams. It is a one-million-token, natively multimodal model that takes text, image, audio, and video input, with three selectable thinking levels and an introductory price of $0.75 per million input tokens through the end of the year.

Why Gemini 3.8 Flash matters for agents

Flash models used to be the tier you routed to when the task was easy. 3.8 Flash is the first one where that framing breaks down in specific verticals: on Google's published set it beats Opus 5 and GPT-5.6 Sol outright on Vals Finance Agent v2, Harvey's Legal Agent, and the hard split of BioMysteryBench, and it ties Opus 5 on Terminal-Bench 2.1 at roughly a seventh of the price per token.

The other thing that changed is throughput. Artificial Analysis clocks it at around 300 output tokens per second, with a median task finishing in 2.5 minutes at high thinking and under a minute at low. For agents that fan out across many short tool calls — classification, extraction, document triage, browser steps — that speed is worth more than a few points on any single benchmark.

Gemini 3.8 Flash benchmarks

Google's comparison set puts 3.8 Flash ahead of Opus 5 on nine of the thirteen reported benchmarks, including domain agents, video understanding, and scientific reasoning. It trails on the ones that measure sustained autonomy: DeepSWE v1.1, OSWorld 2.0, GDPVal-AA v2, and — by a wide margin — Terminal-Bench 4.0. Select a metric below to compare the reported results.

Gemini 3.8 Flash benchmark results
5153555759616361.4%Gemini3.8 Flash58.6%ClaudeOpus 553.8%GPT-5.6 Sol
  • Gemini 3.8 Flash: 61.4%
  • Claude Opus 5: 58.6%
  • GPT-5.6 Sol: 53.8%

Independent testing from Artificial Analysis scores 3.8 Flash at 59 on its Intelligence Index at high thinking — three points over 3.7 Flash, level with GPT-5.6 Sol and Grok 4.6 — with the gain coming almost entirely from agentic evaluations. Its τ³-Banking tool-use score rose twelve points to 45%. Measured cost was $0.58 per Intelligence Index task at high thinking, $0.41 at medium, and $0.24 at low, against $0.84 for Grok 4.6 at a comparable score.

Gemini 3.8 Flash pricing and context

Google is running an introductory rate of half the list price through the end of 2026. Even at list, 3.8 Flash is a third of GPT-5.6 Sol's input rate and well under a third of Opus 5's.

Gemini 3.8 FlashPrice or limit
Input tokens$0.75 / 1M tokens (list $1.50, from 2027)
Output tokens$3.75 / 1M tokens (list $7.50, from 2027)
Context window1,000,000 tokens
Max output65,536 tokens
Knowledge cutoffMarch 2026
Thinking levelslow, medium, high
Input modalitiesText, image, audio, video

These are model-token prices before sandbox runtime, tool calls, and other infrastructure usage. If you are budgeting past December, plan on the list rate.

Where the Flash tier still trails

The benchmark split is unusually clean, and it is worth being direct about. Where a task is bounded — answer a finance question with tools, reason over a chart, classify a video, run a short terminal session — 3.8 Flash is competitive with or better than the frontier models. Where a task requires the model to stay on course for hundreds of steps, it is not: 19.1% on Terminal-Bench 4.0 against Opus 5's 51.8%, 59% on OSWorld 2.0 against 75.4%, and nearly 280 Elo behind on GDPVal-AA v2.

Terminal-Bench 2.1 and 4.0 measure the same skill at very different horizons, and the gap between 3.8 Flash's two scores — 89.4% on 2.1, 19.1% on 4.0 — is the clearest single number for where this model belongs. It is an excellent worker. It is not yet a planner.

Run Gemini 3.8 Flash on Brainbase

Select the model in the agent spec and leave the rest of your stack unchanged. This example runs Gemini 3.8 Flash inside the Cursor harness on a managed sandbox:

POST /v2/threadsbash
curl https://api.brainbaselabs.com/v2/threads \
  -H "Authorization: Bearer $BRAINBASE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "agent": {
      "harness": "cursor",
      "model": "@google/gemini-3.8-flash"
    },
    "input": "Triage the open issues labelled bug, reproduce each one, and reply with a ranked list."
  }'

Where Gemini 3.8 Flash fits

Gemini 3.8 Flash is a strong default for high-volume, bounded agent work: document and data extraction, financial and legal analysis with tools, video and chart understanding, and the sub-agent roles inside a larger system where a frontier model plans and a cheaper one executes. It is the obvious replacement for 3.7 Flash everywhere, and a credible replacement for a frontier model in the verticals where Google reports it winning.

Route it into the leaves of your agent tree first, then evaluate it against your production traces before giving it the root. Brainbase keeps the harness, sandbox, event stream, and observability layer constant so the model is the only variable.

Related posts