Gemini 2.5 Computer Use model
blog.google
Gemini 2.5 Computer Use model
1–10 of 339 posts
Re: Gemini 2.5 Computer Use model
#2[flagged]
Re: Gemini 2.5 Computer Use model
#3[flagged]
It will increase gemini cli ability.
Re: Gemini 2.5 Computer Use model
#4[dead]
Re: Gemini 2.5 Computer Use model
#5I assume its tool calling and structured output are way better, but this model isn't in Studio unless its being silently subbed in.
Re: Gemini 2.5 Computer Use model
#6I assume its tool calling and structured output are way better, but this model isn't in Studio unless its being silently subbed in.
Just tried it in an existing coding agent and it rejected the requests because computer tools weren't defined.
Re: Gemini 2.5 Computer Use model
#7I've had good success with the Chrome devtools MCP (https://github.com/ChromeDevTools/chrome-devtools-mcp) for browser automation with Gemini CLI, so I'm guessing this model will work even better.
Re: Gemini 2.5 Computer Use model
#8Computer Use models are going to ruin simple honeypot form fields meant to detect bots :(
Re: Gemini 2.5 Computer Use model
#9It successfully got through the captcha at https://www.google.com/recaptcha/api2/demo
Re: Gemini 2.5 Computer Use model
#10I've had good success with the Chrome devtools MCP ( https://github.com/ChromeDevTools/chrome-devtools-mcp ) for browser automation with Gemini CLI, so I'm guessing this model will work even better.
What sorts of automations were you able to get working with the Chrome dev tools MCP?