Problem running Anthropic's Computer Use Demo's

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?

Thanks for your help. :slight_smile:

1 Like

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.

→ Is anyone else getting this error message? :thinking:

PS: Full RPA source code available here in case you are programmer and want to debug it yourself :wink:

1 Like

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.

1 Like

Made a post about this 2 months ago, never received an update. Is there an ETA for when the update will be pushed out?

Deprecated claude-3-5-sonnet-20241022

Perfect timing for your question :wink: → This issue was fixed last Friday evening with the new V9.5.5, we just had no time yet to update the forum post :grinning_face_with_smiling_eyes:

1 Like