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
Copy file name to clipboardExpand all lines: articles/ai-services/openai/concepts/models.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +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
-
|[o1 & o1-mini](#o1-and-o1-mini-models-limited-access)| Limited access models, specifically designed to tackle reasoning and problem-solving tasks with increased focus and capability. |
21
+
|[o1 & o1-mini](#o1-and-o1-mini-models)|[Reasoning models](../how-to/reasoning.md) with advanced problem-solving and increased focus and capability. |
22
22
|[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. |
23
23
|[GPT-4o audio](#gpt-4o-audio)| GPT-4o audio models that support either low-latency, "speech in, speech out" conversational interactions or audio generation. |
24
24
|[GPT-4](#gpt-4)| A set of models that improve on GPT-3.5 and can understand and generate natural language and code. |
@@ -28,7 +28,7 @@ Azure OpenAI Service is powered by a diverse set of models with different capabi
28
28
|[Whisper](#whisper-models)| A series of models in preview that can transcribe and translate speech to text. |
29
29
|[Text to speech](#text-to-speech-models-preview) (Preview) | A series of models in preview that can synthesize text to speech. |
30
30
31
-
## o1 and o1-mini models limited access
31
+
## o1 and o1-mini models
32
32
33
33
The Azure OpenAI `o1` and `o1-mini` models are specifically designed to tackle reasoning and problem-solving tasks with increased focus and capability. These models spend more time processing and understanding the user's request, making them exceptionally strong in areas like science, coding, and math compared to previous iterations.
34
34
@@ -40,7 +40,7 @@ The Azure OpenAI `o1` and `o1-mini` models are specifically designed to tackle r
40
40
41
41
### Availability
42
42
43
-
The `o1` and `o1-mini` models are now available for API access and model deployment. **Registration is required, and access will be granted based on Microsoft's eligibility criteria**. Customers who previously applied and received access to `o1-preview`, don't need to reapply as they are automatically on the wait-list for the latest model.
43
+
The `o1` and `o1-mini` models are now available for API access and model deployment. **For access to `o1` registration is required, and access will be granted based on Microsoft's eligibility criteria**. Customers who previously applied and received access to `o1-preview`, don't need to reapply as they are automatically on the wait-list for the latest model.
44
44
45
45
Request access: [limited access model application](https://aka.ms/OAI/o1access)
Copy file name to clipboardExpand all lines: articles/ai-services/openai/how-to/reasoning.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,19 +24,19 @@ Azure OpenAI `o1` and `o1-mini` models are designed to tackle reasoning and prob
24
24
25
25
## Availability
26
26
27
-
The **o1 series** models are now available for API access and model deployment. **Registration is required, and access will be granted based on Microsoft's eligibility criteria**. Customers who previously applied and received access to `o1-preview`, don't need to reapply as they are automatically on the wait-list for the latest model.
27
+
The **o1 series** models are now available for API access and model deployment. **For access to o1, and o1-preview registration is required, and access will be granted based on Microsoft's eligibility criteria**. Customers who previously applied and received access to `o1-preview`, don't need to reapply as they are automatically on the wait-list for the latest model.
28
28
29
29
Request access: [limited access model application](https://aka.ms/OAI/o1access)
30
30
31
31
Once access has been granted, you'll need to create a deployment for each model. If you have an existing `o1-preview` deployment, in-place upgrade is currently not supported, you'll need to create a new deployment.
32
32
33
33
### Region availability
34
34
35
-
| Model | Region |
36
-
|---|---|
37
-
|`o1`| East US2 (Global Standard) <br> Sweden Central (Global Standard) |
38
-
|`o1-preview`| See [models page](../concepts/models.md#global-standard-model-availability). |
39
-
|`o1-mini`| See [models page](../concepts/models.md#global-standard-model-availability). |
35
+
| Model | Region | Limited access |
36
+
|---|---|---|
37
+
|`o1`| East US2 (Global Standard) <br> Sweden Central (Global Standard) |[Limited access model application](https://aka.ms/OAI/o1access)|
38
+
|`o1-preview`| See [models page](../concepts/models.md#global-standard-model-availability). |[Limited access model application](https://aka.ms/OAI/o1access)|
39
+
|`o1-mini`| See [models page](../concepts/models.md#global-standard-model-availability). | No access request needed |
40
40
41
41
## API & feature support
42
42
@@ -45,7 +45,7 @@ Once access has been granted, you'll need to create a deployment for each model.
| Price |[Available here](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/) <br> For details on vision-enabled chat models, see the [special pricing information](../openai/concepts/gpt-with-vision.md#special-pricing-information).|
26
26
| Virtual network support & private link support | Yes. |
0 commit comments