Logo
Back to all models

Computer Use Preview - In-Depth Overview

OpenAI · Computer Use

preview

Get all the details on Computer Use Preview, an AI model from OpenAI. This page covers its token limits, pricing structure, key capabilities such as computer_use_tool, multimodal_input, tool_use, available API code samples, and performance strengths.

Key Metrics

Input Limit

No data tokens

Output Limit

No data tokens

Input Cost

$3.00/1M

Output Cost

$12.00/1M

Sample API Code

from openai import OpenAI

client = OpenAI()

response = client.chat.completions.create(
  model='computer-use-preview-2025-03-11',
  messages=[
    {'role': 'system', 'content': 'You are a helpful assistant that can use a computer.'},
    {'role': 'user', 'content': 'Open a browser and go to example.com'}
  ],
  tools=[{'type': 'computer_use'}],
  tool_choice='auto'
)

print(response.choices[0].message)

Required Libraries

openai
openai

Notes

Preview model specifically designed for interacting with computer interfaces and automating tasks.

Capabilities

computer use tool
multimodal input
tool use
vision

Supported Data Types

Input Types

text
image

Output Types

text

Strengths & Weaknesses

Exceptional at

computer interface interaction
task automation

Additional Information

Latest Update

Mar 11, 2025

Knowledge Cutoff

No data