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
|`gpt-35-turbo`<sup>1</sup> (0301) | East US, France Central, South Central US, UK South, West Europe | N/A | 4,096 | Sep 2021 |
97
-
|`gpt-35-turbo` (0613) | Australia East, Canada East, East US, East US 2, France Central, Japan East, North Central US, UK South | N/A | 4,096 | Sep 2021 |
98
-
|`gpt-35-turbo-16k` (0613) | Australia East, Canada East, East US, East US 2, France Central, Japan East, North Central US, UK South | N/A | 16,384 | Sep 2021 |
97
+
|`gpt-35-turbo` (0613) | Australia East, Canada East, East US, East US 2, France Central, Japan East, North Central US, Switzerland North, UK South | N/A | 4,096 | Sep 2021 |
98
+
|`gpt-35-turbo-16k` (0613) | Australia East, Canada East, East US, East US 2, France Central, Japan East, North Central US, Switzerland North, UK South | N/A | 16,384 | Sep 2021 |
99
99
100
100
<sup>1</sup> Version `0301` of gpt-35-turbo will be retired no earlier than July 5, 2024. See [model updates](#model-updates) for model upgrade behavior.
101
101
@@ -109,7 +109,7 @@ These models can only be used with Embedding API requests.
109
109
110
110
| Model ID | Base model Regions | Fine-Tuning Regions | Max Request (tokens) | Training Data (up to) |
111
111
| --- | --- | --- | --- | --- |
112
-
| text-embedding-ada-002 (version 2) | Canada East, East US, France Central, Japan East, North Central US, South Central US, UK South, West Europe | N/A |8,191 | Sep 2021 |
112
+
| text-embedding-ada-002 (version 2) | Canada East, East US, France Central, Japan East, North Central US, South Central US, Switzerland North, UK South, West Europe | N/A |8,191 | Sep 2021 |
113
113
| text-embedding-ada-002 (version 1) | East US, South Central US, West Europe | N/A |2,046 | Sep 2021 |
Copy file name to clipboardExpand all lines: articles/ai-services/openai/how-to/role-based-access-control.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: language-service
10
10
ms.topic: how-to
11
-
ms.date: 08/02/2022
11
+
ms.date: 08/30/2022
12
12
ms.author: mbullwin
13
13
recommendations: false
14
14
---
@@ -94,10 +94,11 @@ This role is typically granted access at the resource group level for a user in
94
94
✅ Use the Chat, Completions, and DALL-E (preview) playground experiences to generate text and images with any models that have already been deployed to this Azure OpenAI resource <br>
95
95
✅ Create customized content filters <br>
96
96
✅ Add a data source for the use your data feature <br>
97
+
✅ Create new model deployments or edit existing model deployments (via API) <br>
97
98
98
99
A user with only this role assigned would be unable to:
99
100
100
-
❌ Create new model deployments or edit existing model deployments <br>
101
+
❌ Create new model deployments or edit existing model deployments (via Azure OpenAI Studio) <br>
101
102
❌ Access quota <br>
102
103
❌ Create custom fine-tuned models <br>
103
104
❌ Upload datasets for fine-tuning
@@ -129,7 +130,7 @@ All the capabilities of Cognitive Services OpenAI Contributor plus the ability t
129
130
All the capabilities of Cognitive Services Contributor plus the ability to:
130
131
131
132
✅ View & edit quota allocations in Azure OpenAI Studio <br>
132
-
✅ Create new model deployments or edit existing model deployments <br>
133
+
✅ Create new model deployments or edit existing model deployments (via Azure OpenAI Studio) <br>
0 commit comments