Gemini Agent

Gemini Agent

Hosted AgentTrustedLIVE

by Google

Google's Gemini Computer Use model (which absorbed Project Mariner) driving a managed browser through the Gemini API. Optimized for search-heavy flows and Google-ecosystem surfaces, with fast, accurate grounding on dense pages. Browser-only for now — no OS-level control — and rate limits favor short tasks.

Provider
Google
Type
Hosted Agent
Added
Oct 2025
Interface
Task-level
Trust tier
trusted
Egress
Vendor egress (unverified)
Evidence
partial
Max session
45 min
Regions
US, EU
Pricing
per run $0.58model tokens pass-through
Compliance
ZDRSOC 2HIPAAPCI-DSS ROC
1.0%
Traffic share
69.2%
Success
12s
Median duration
$0.012/task
Avg $/task
p95 first action

Success rate over time

Traffic share over time

Pricing

ModelNative priceNormalized $/runNotes
per run$0.58/run$0.01
per run$0.58
model tokenspass-through

Capability matrix

Capabilities for this runner — extra/gap badges compare against the most common capability set for Hosted Agent runners in the catalog.

Login flows
MFA/2FA interactions
CAPTCHA handling
File download
File upload
Form filling
Structured extraction
Vision-based
DOM-based
Stealth/anti-bot
Residential proxies
Persistent sessions
Parallel sessions
Human-in-the-loop
Full evidence
Storage capture

Code sample

Pin this runner via routing: "google-gemini-agent"

curl -X POST "$BANANA_PEEL_BASE/api/v1/responses" \
  -H "Authorization: Bearer $BANANA_PEEL_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "banana-peel",
  "input": "Extract the title from https://example.com",
  "routing": "google-gemini-agent"
}'

Command Palette

Search for a command to run...