You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -18,6 +18,7 @@ Azure OpenAI Service is powered by a diverse set of models with different capabi
18
18
19
19
| Models | Description |
20
20
|--|--|
21
+
|[computer-use-preview](#computer-use-preview)| An experimental model trained for use with the Responses API computer use tool. |
21
22
|[GPT-4.5 Preview](#gpt-45-preview)|The latest GPT model that excels at diverse text and image tasks. |
22
23
|[o-series models](#o-series-models)|[Reasoning models](../how-to/reasoning.md) with advanced problem-solving and increased focus and capability. |
23
24
|[GPT-4o & GPT-4o mini & GPT-4 Turbo](#gpt-4o-and-gpt-4-turbo)| The latest most capable Azure OpenAI models with multimodal versions, which can accept both text and images as input. |
@@ -29,6 +30,34 @@ Azure OpenAI Service is powered by a diverse set of models with different capabi
29
30
|[Whisper](#whisper-models)| A series of models in preview that can transcribe and translate speech to text. |
30
31
|[Text to speech](#text-to-speech-models-preview) (Preview) | A series of models in preview that can synthesize text to speech. |
31
32
33
+
## computer-use-preview
34
+
35
+
An experimental model trained for use with the [Responses API](../how-to/responses.md) computer use tool. It can be used in conjunction with 3rd-party libraries to allow the model to control mouse & keyboard input while getting context from screenshots of the current environment.
36
+
37
+
> [!CAUTION]
38
+
> We don't recommend using preview models in production. We will upgrade all deployments of preview models to either future preview versions or to the latest stable GA version. Models that are designated preview don't follow the standard Azure OpenAI model lifecycle.
39
+
40
+
### Availability
41
+
42
+
**For access to `computer-use-preview` registration is required, and access will be granted based on Microsoft's eligibility criteria**. Customers who have access to other limited access models will still need to request access for this model.
43
+
44
+
Request access: [`computer-use-preview` limited access model application](https://aka.ms/oai/cuaaccess)
45
+
46
+
Once access has been granted, you will need to create a deployment for the model.
47
+
48
+
### Region Availability
49
+
50
+
| Model | Region |
51
+
|---|---|
52
+
|`computer-use-preview`| East US 2 (Global Standard) <br> South India (Global Standard) <br> Sweden Central (Global Standard) |
53
+
54
+
### Capabilities
55
+
56
+
| Model ID | Description | Context Window | Max Output Tokens | Training Data (up to) |
57
+
| --- | :--- |:--- |:---|:---: |
58
+
|`computer-use-preview` (2025-03-11) | Specialized model for use with the [Responses API](../how-to/responses.md) computer use tool <br> <br>-Tools <br>-Streaming<br>-Text(input/output)<br>- Image(input) | 8,192 | 1,024 | Oct 2023 |
0 commit comments