Affiliate disclosure: we may earn commissions when you sign up through some links below, at no extra cost to you. This never affects our pricing data, comparisons, or recommendations. Learn more.
news

Google Gemini Managed Agents: Pricing Impact

Gemini Managed Agents now default to 3.6 Flash, add hooks, token caps, schedules, and free-tier access. Here is the pricing impact.

By AI Pricing Guru Editorial Team

AI Pricing Guru articles are maintained by the editorial workflow behind the site: daily pricing snapshots, provider source checks, and review passes for model launches, subscription limits, and billing changes.

TL;DR

  • Gemini API Managed Agents now use Gemini 3.6 Flash by default; existing Antigravity interactions pick it up without a code change.
  • Google bills model inference, intermediate reasoning, and tools at their normal rates, but does not bill sandbox compute during the preview.
  • New token caps, hooks, schedules, and free-tier access make agent experiments easier to control—but teams must still measure the full loop.

New default vs lower-cost Managed Agent options

USD per 1M tokens. Input and output rates are charted separately.

InputOutput
0$9.003.6 Flashgoogle$1.50$7.503.5 Flashgoogle$1.50$9.003.5 Flash-Litegoogle$0.3$2.50

Estimate the model cost inside your agent loop

Assumes 75% input tokens and 25% output tokens using current per-million rates.

Gemini 3.5 Flash-Lite

google

$8.50

Input share
$2.25
Output share
$6.25

Gemini 3.6 Flash

google

$30.00

Input share
$11.25
Output share
$18.75

Gemini 3.5 Flash

google

$33.75

Input share
$11.25
Output share
$22.50

Gemini Managed Agent model pricing

Model Provider Input / 1M Cached / 1M Output / 1M
Gemini 3.6 Flash google $1.50 $0.15 $7.50
Gemini 3.5 Flash google $1.50 $0.15 $9.00
Gemini 3.5 Flash-Lite google $0.3 $0.03 $2.50

Built from pricing.json at publish time.

Google has expanded Managed Agents in the Gemini API with Gemini 3.6 Flash as the default model, pre- and post-tool hooks, token budgets, scheduled triggers, an Environments API, and access from free-tier projects.

The headline is more operational than promotional: Gemini agents now have native controls for stopping runaway usage and checking tool activity inside Google’s remote sandbox. The live table and chart above compare the supported model options using today’s pricing dataset.

For the broader rate card, see the Google AI pricing page, the Gemini 3.6 Flash launch and migration guide, and the token calculator.

What changed on July 28

The antigravity-preview-05-2026 agent now runs Gemini 3.6 Flash by default. Google says existing integrations need no code change: the next interaction receives the new default automatically.

Developers can override that choice in agent_config.model. The supported list includes Gemini 3.6 Flash for balanced reasoning, coding, and tool use; Gemini 3.5 Flash as the previous general agent model; and Gemini 3.5 Flash-Lite as the lower-cost, lower-latency option.

The same release adds environment hooks. A hook can run before or after a tool call to deny risky operations, lint generated files, audit activity, or send an HTTP request to an external validation service.

AreaBefore July 28NowCost effect
Default modelGemini 3.5 FlashGemini 3.6 FlashExisting agents can change model economics without a deployment
Model choiceManaged defaultExplicit selection of three supported Flash modelsTeams can route lower-value work to Flash-Lite
Spend controlNo documented interaction-wide token ceilingmax_total_tokens caps input, output, and thinkingRunaway loops stop at a defined token boundary
Tool governanceValidation lived outside the sandboxPre- and post-tool hooks can block, lint, or auditRejected actions may add turns, but risky operations can stop earlier
AutomationBackground tasks and remote MCP supportScheduled triggers and environment managementRecurring work is easier to run and must be budgeted per completed job
Entry tierBilling-enabled projectsFree-tier projects can experimentPrototype cost falls; production quotas still need testing

The pricing impact

Google has not introduced a separate platform fee for Managed Agents in this announcement. Instead, it charges underlying model inference and tool usage at their standard rates. That includes input, output, intermediate input, and reasoning tokens created during autonomous loops.

Environment compute is different: Google says CPU, memory, and sandbox execution are not billed during the preview. That makes the model loop—not the remote machine—the main variable to meter today. Preview terms can change, so production forecasts should keep sandbox compute as a future cost scenario.

Free-tier access lets a project without active billing test managed-agent workflows. It is an experimentation path, not unlimited production capacity; model availability, quotas, and Google’s free-tier data terms still apply.

Token caps change the risk profile

The new max_total_tokens setting caps the combined input, output, and thinking tokens for an interaction. When a run reaches the limit, Google returns an incomplete status and preserves the environment so the workflow can continue later with a fresh budget.

That is the most important cost-control feature in this release. Autonomous agents can repeatedly inspect files, reason, call tools, retry failures, and summarize results. A per-run token ceiling turns an open-ended loop into measurable maximum exposure.

Teams should still track cost per completed workflow. A low cap that interrupts most jobs can be more expensive than a larger cap that finishes them once retries and human intervention are included.

Who benefits—and who needs caution

Small developer teams benefit from free-tier access and hosted sandbox infrastructure. Security teams benefit from hooks that can block file writes or code execution before they happen. Operations teams gain scheduled triggers for recurring work and an Environments API for finding and deleting sandboxes before the seven-day expiry.

The tradeoff falls on teams that rely on implicit defaults. An existing agent can switch to Gemini 3.6 Flash without a deployment, changing quality, latency, and token use. Pin the model identifier when reproducible behavior or predictable billing matters.

Tool-heavy workflows also need care. Hooks can reduce risk, but linting, verification, search, and retries can add work around the core request. Measure the whole agent run, not just the final response.

What Gemini API users should do now

  1. Pin the model during controlled production rollouts; test the new default separately.
  2. Set max_total_tokens before enabling background or scheduled jobs.
  3. Add pre-tool hooks for destructive operations and post-tool hooks for linting or validation.
  4. Log model tokens, tool fees, retries, hook outcomes, completion status, and human correction time.
  5. Test on the free tier, then repeat the evaluation on the paid tier before forecasting production spend.
  6. Add sandbox compute to sensitivity forecasts even though Google is not billing it during preview.

If you need an OpenAI-compatible open-model fallback while benchmarking agent costs, compare Novita’s hosted model catalog with Google’s supported models. This article contains affiliate links; compensation does not affect our pricing analysis.

Labs availability and scope

Gemini 3.6 Flash is already included in AI Pricing Guru Labs. In the July 28 run, the underlying API model completed all 49 deterministic tasks correctly with zero API errors.

That result does not benchmark the Managed Agents orchestration layer, remote sandbox, hooks, scheduled triggers, or multi-turn Antigravity behavior. A production-shaped agent benchmark remains blocked until those surfaces can be tested reproducibly through a billable or quota-visible Managed Agents project. We are keeping the model result visible while stating that availability boundary explicitly.

Bottom line

Google’s update makes Gemini Managed Agents easier to govern and harder to let run without limits. Gemini 3.6 Flash becomes the automatic default, hooks bring policy into the sandbox, and token caps provide a clear stop condition for autonomous work.

The service is not cost-free: model and intermediate reasoning tokens in the loop can be billed. But free-tier access and unbilled sandbox compute during preview lower the entry cost, while explicit model selection gives developers a route to trade capability for lower token spend.

Sources: Google’s official Managed Agents announcement, agent pricing documentation, Managed Agents overview, and environment hooks documentation.