Steps to reproduce
-
Use either
gemini-3.5-flashorgemini-3-flash-previewwth the interactions api. -
Send a request that previously worked.
-
The request now fails with the following error:
400 {
"error": {
"message": "This model requires the use of the Computer Use tool. See https://ai.google.dev/gemini-api/docs/computer-use#send-request for instructions on adding the tool. If you want to use a custom set of functions instead, see https://ai.google.dev/gemini-api/docs/computer-use#custom-functions.",
"code": "invalid_request"
}
}
Expected behavior
The request should continue to work as it did previously, or the client library/documentation should clearly indicate why these models now require the Computer Use tool.
Actual behavior
Requests using gemini-3.5-flash or gemini-3-flash-preview now fail with a 400 invalid_request error requiring the Computer Use tool. Which doesn’t make any sense, since these models don’t support Compute Use at all.
Additional context
Everything worked before, but this error started occurring when using gemini-3.5-flash or gemini-3-flash-preview.