Anthropic Claude
Claude Sonnet 4.6 and Opus 4.6 support computer use via the beta Messages API.claude-sonnet-5, claude-opus-4-8
Tool: computer_20251124 + bash_20250124
Betas: computer-use-2025-11-24, computer-use-2025-01-24
Docs: Anthropic Computer Use
OpenAI GPT
OpenAI’s computer use works through the Responses API with a built-incomputer tool.
computer-use-preview
Tool: computer_use_preview
Docs: OpenAI Computer Use
Google Gemini
Gemini uses normalized coordinates (0-999 grid) and supports browser and desktop environments.gemini-2.5-computer-use-preview-10-2025
Tool: ComputerUse with Environment.ENVIRONMENT_BROWSER
Coordinates: Normalized 0-999 (scale to pixel resolution)
Docs: Gemini Computer Use
Other models
Any model that outputs structured actions (click, type, screenshot) can work with Orgo. The pattern is always the same:- Create a computer with
Computer() - Screenshot with
computer.screenshot_base64() - Send the screenshot + instruction to your model
- Execute the model’s actions with
computer.left_click(),computer.type(), etc. - Loop until the task is done
Orgo action reference
Full API details: API Reference