Back to all models
computer-use-preview - In-Depth Overview
OpenAI · Computer Use Preview
preview
Latest in family
Model ID: computer-use-preview-2025-03-11
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 tool_use, code_execution, 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()
chat_completion = client.chat.completions.create(
messages=[
{
"role": "user",
"content": "Describe how to use the computer-use-preview model.",
}
],
model="computer-use-preview-2025-03-11",
)
Required Libraries
openai
openai
Notes
A preview model designed for 'computer use' capabilities, allowing interaction with computer systems via tools.
Capabilities
Supported Data Types
Input Types
text
Output Types
text
Strengths & Weaknesses
Exceptional at
system interaction
task automation
command execution
Good at
scripting
developer assistance
Additional Information
Latest Update
Mar 11, 2025
Knowledge Cutoff
No data