First time user here. Wanting to experiment with desktop automation and anthropic’s Computer Use.
Currently trying to execute any of the CU_* demo’s, I’m getting the following error:
[Error] Line 5: E352: Anthropic API returned error: Error: 404 {“type”:“error”,“error”:{“type”:“not_found_error”,“message”:“model: claude-3-5-sonnet-20241022”},“request_id”:“req_011CThCGPzC16zKEhcuuXd9r”}
The model being requested(claude-3-5-sonnet-20241022) has been deprecated by Anthropic, is there a way to change the model being used?
Or are there updated Computer Use demo’s that I could use?
Strange. We just tested the aiComputerUse command in V9.5.3 and all works fine for us.
Here for example we play Tic Tac Toe with the CU_PlayTicTacToe macro. For testing, we even did a fresh install of Ui.Vision and generated a fresh Anthropic api key, all works fine.
Update: We recreated this issue. So the issue is “only” occuring with new anthropic accounts. Older Anthropic accounts still have access to model claude-3-5-sonnet-20241022 - even if the api key itself is freshly generated.
So one quick workaround would be to see if you have e. g. a collegue with an older Anthropic account and generate a new key in his/her account. Of course, we will also update to the latest Anthropic Computer Use model asap.