Skip to content

Commit d6c496b

Browse files
Merge pull request #249756 from mrbullwinkle/mrb_08_29_2023_models
[Azure OpenAI] Update
2 parents 7d9d0ee + b3e008e commit d6c496b

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

articles/ai-services/openai/concepts/models.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about the different model capabilities that are available wit
55
ms.service: cognitive-services
66
ms.subservice: openai
77
ms.topic: conceptual
8-
ms.date: 08/22/2023
8+
ms.date: 08/30/2023
99
ms.custom: event-tier1-build-2022, references_regions, build-2023, build-2023-dataai
1010
manager: nitinme
1111
author: mrbullwinkle #ChrisHMSFT
@@ -94,8 +94,8 @@ GPT-3.5 Turbo is used with the Chat Completion API. GPT-3.5 Turbo (0301) can als
9494
| Model ID | Base model Regions | Fine-Tuning Regions | Max Request (tokens) | Training Data (up to) |
9595
| --------- | --------------------- | ------------------- | -------------------- | ---------------------- |
9696
| `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 |
9999

100100
<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.
101101

@@ -109,7 +109,7 @@ These models can only be used with Embedding API requests.
109109
110110
| Model ID | Base model Regions | Fine-Tuning Regions | Max Request (tokens) | Training Data (up to) |
111111
| --- | --- | --- | --- | --- |
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 |
113113
| text-embedding-ada-002 (version 1) | East US, South Central US, West Europe | N/A |2,046 | Sep 2021 |
114114

115115
### DALL-E models (Preview)

articles/ai-services/openai/how-to/role-based-access-control.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: how-to
11-
ms.date: 08/02/2022
11+
ms.date: 08/30/2022
1212
ms.author: mbullwin
1313
recommendations: false
1414
---
@@ -94,10 +94,11 @@ This role is typically granted access at the resource group level for a user in
9494
✅ 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>
9595
✅ Create customized content filters <br>
9696
✅ Add a data source for the use your data feature <br>
97+
✅ Create new model deployments or edit existing model deployments (via API) <br>
9798

9899
A user with only this role assigned would be unable to:
99100

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>
101102
❌ Access quota <br>
102103
❌ Create custom fine-tuned models <br>
103104
❌ Upload datasets for fine-tuning
@@ -129,7 +130,7 @@ All the capabilities of Cognitive Services OpenAI Contributor plus the ability t
129130
All the capabilities of Cognitive Services Contributor plus the ability to:
130131

131132
✅ 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>
133134

134135
## Common Issues
135136

0 commit comments

Comments
 (0)