BrowserOS icon indicating copy to clipboard operation
BrowserOS copied to clipboard

[Feature Request] Support for Gemini 2.5 Computer Use Model

Open horni-co opened this issue 1 month ago • 1 comments

What problem does this solve? (describe the problem you're experiencing)

  • When trying to use gemini-2.5-computer-use-preview-10-2025 model with custom API endpoint, BrowserOS doesn't automatically add the required tools parameter with computer_use configuration. Error: This model requires the use of the Computer Use tool. How are you working around this today? (your current solution or workaround)

What's your proposed solution? (how should BrowserOS address this?) * BrowserOS should automatically detect this model and add the required payload: { "tools": [{ "computer_use": { "environment": "ENVIRONMENT_BROWSER" } }] }

References:

  • https://ai.google.dev/gemini-api/docs/computer-use

Additional context (optional - add screenshots, examples, or other helpful details) *


Thanks for sharing your idea! We love hearing how we can make BrowserOS better. ✨

horni-co avatar Oct 22 '25 07:10 horni-co