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/how-to/reasoning.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Azure OpenAI o1 series reasoning models
3
3
titleSuffix: Azure OpenAI
4
-
description: Learn how use Azure OpenAI's advanced o1 series reasoning models
4
+
description: Learn how to use Azure OpenAI's advanced o1 series reasoning models
5
5
manager: nitinme
6
6
ms.service: azure-ai-openai
7
7
ms.topic: include
@@ -28,7 +28,7 @@ The **o1 series** models are now available for API access and model deployment.
28
28
29
29
Request access: [limited access model application](https://aka.ms/OAI/o1access)
30
30
31
-
Once access has been granted, you will need to create a deployment for each model. If you have an existing `o1-preview` deployment, in-place upgrade is currently not supported, you will need to create a new deployment.
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
@@ -52,7 +52,7 @@ The latest most capable **o1 series** model is `o1` **Version: 2024-12-17**. Thi
52
52
53
53
## Usage
54
54
55
-
These models do not currently support the same set of parameters as other models that use the chat completions API. Only a very limited subset is currently supported. Using standard parameters like `temperature` and `top_p` will result in errors.
55
+
These models do not currently support the same set of parameters as other models that use the chat completions API. Only a limited subset is currently supported. Using standard parameters like `temperature` and `top_p` will result in errors.
You may need to upgrade your version of the OpenAI Python library to take advantage of the new parameters like `max_completion_tokens`.
95
+
You might need to upgrade your version of the OpenAI Python library to take advantage of the new parameters like `max_completion_tokens`.
96
96
97
97
```cmd
98
98
pip install openai --upgrade
@@ -237,7 +237,7 @@ You will need to upgrade your OpenAI client library for access to the latest par
237
237
pip install openai --upgrade
238
238
```
239
239
240
-
If you are new to using Microsoft Entra ID for authentication see [How to configure Azure OpenAI Service with Microsoft Entra ID authentication](../how-to/managed-identity.md).
240
+
If you're new to using Microsoft Entra ID for authentication see [How to configure Azure OpenAI Service with Microsoft Entra ID authentication](../how-to/managed-identity.md).
0 commit comments