Skip to content

[Feature Request] Support for Gemini 2.5 Computer Use Model #148

@horni-co

Description

@horni-co

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:

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


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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions