Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"group": "Computer Use",
"pages": [
"integrations/computer-use/anthropic",
"integrations/computer-use/gemini",
"integrations/computer-use/openai"
]
},
Expand Down
31 changes: 31 additions & 0 deletions integrations/computer-use/gemini.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: "Gemini"
---

Google's [Gemini 2.5 Computer Use model](https://blog.google/technology/google-deepmind/gemini-computer-use-model/) is a specialized model built on Gemini 2.5 Pro's capabilities to power agents that can interact with user interfaces.

By integrating Gemini 2.5 Computer Use with Kernel, you can run these AI-powered browser automations on cloud-hosted infrastructure, eliminating the need for local browser management and enabling scalable, reliable AI agents.

## Quick setup with our example template

Get started quickly with our TypeScript template that demonstrates Gemini 2.5 Computer Use with Kernel.

Check out the [Open-source Gemini Template](https://github.com/onkernel/ts-stagehand-google-cua-agent) repository for a complete working example that shows how to:
- Set up Gemini 2.5 Computer Use with Kernel
- Use Stagehand for browser automation
- Run AI-powered web interactions on cloud infrastructure

## Benefits of using Kernel with Gemini Computer Use

- **No local browser management**: Run Computer Use automations without installing or maintaining browsers locally
- **Scalability**: Launch multiple browser sessions in parallel for concurrent automations
- **Stealth mode**: Built-in anti-detection features for web interactions
- **Session persistence**: Maintain browser state across automation runs
- **Live view**: Debug your automations with real-time browser viewing

## Next steps

- Check out [live view](/browsers/live-view) for debugging your automations
- Learn about [stealth mode](/browsers/stealth) for avoiding detection
- Learn how to properly [terminate browser sessions](/browsers/termination)
- Learn how to [deploy](/apps/deploy) your Computer Use app to Kernel