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
The service provides access to many different models, grouped by family and capability. A model family typically associates models by their intended task. The following table describes model families currently available in Azure OpenAI.
18
+
The service provides access to many different models, grouped by family and capability. A model family typically associates models by their intended task. The following table describes model families currently available in Azure OpenAI. Not all models are available in all regions currently. Please refer to the capability table at the bottom for a full breakdown.
19
19
20
20
| Model family | Description |
21
21
|--|--|
@@ -152,6 +152,56 @@ Similar to text search embedding models, there are two input types supported by
152
152
153
153
When using our Embeddings models, keep in mind their limitations and risks.
154
154
155
+
## Model Summary table and region availability
156
+
157
+
### GPT-3 Models
158
+
| Model | Supports Completions | Supports Embeddings | Base model Regions | Fine-Tuning Regions |
159
+
| --- | --- | --- | --- | --- |
160
+
| Ada | Yes | No | N/A | East US, South Central US, West Europe |
161
+
| Text-Ada-001 | Yes | No | East US, South Central US, West Europe | N/A |
162
+
| Babbage | Yes | No | N/A | East US, South Central US, West Europe |
163
+
| Text-Babbage-001 | Yes | No | East US, South Central US, West Europe | N/A |
164
+
| Curie | Yes | No | N/A | East US, South Central US, West Europe |
165
+
| Text-curie-001 | Yes | No | East US, South Central US, West Europe | N/A |
166
+
| Davinci*| Yes | No | N/A | East US, South Central US, West Europe |
167
+
| Text-davinci-001 | Yes | No | South Central US, West Europe | N/A |
168
+
| Text-davinci-002 | Yes | No | East US, South Central US, West Europe | N/A |
169
+
| Text-davinci-fine-tune-002*| Yes | No | N/A | East US, West Europe |
170
+
171
+
\*Models available by request only. Please open a support request.
172
+
173
+
### Codex Models
174
+
| Model | Supports Completions | Supports Embeddings | Base model Regions | Fine-Tuning Regions |
175
+
| --- | --- | --- | --- | --- |
176
+
| Code-Cushman-001*| Yes | No | South Central US, West Europe | East US, South Central US, West Europe |
177
+
| Code-Davinci-002 | Yes | No | East US, West Europe | N/A |
178
+
| Code-Davinci-Fine-tune-002*| Yes | No | N/A | East US, West Europe |
179
+
180
+
\*Models available for Fine-tuning by request only. Please open a support request.
181
+
182
+
183
+
184
+
### Embeddings Models
185
+
| Model | Supports Completions | Supports Embeddings | Base model Regions | Fine-Tuning Regions |
186
+
| --- | --- | --- | --- | --- |
187
+
| text-similarity-ada-001 | No | Yes | East US, South Central US, West Europe | N/A |
188
+
| text-similarity-babbage-001 | No | Yes | South Central US, West Europe | N/A |
189
+
| text-similarit-curie-001 | No | Yes | East US, South Central US, West Europe | N/A |
190
+
| text-similarity-davinci-001 | No | Yes | South Central US, West Europe | N/A |
191
+
| text-search-ada-doc-001 | No | Yes | South Central US, West Europe | N/A |
192
+
| text-search-ada-query-001 | No | Yes | South Central US, West Europe | N/A |
193
+
| text-search-babbage-doc-001 | No | Yes | South Central US, West Europe | N/A |
194
+
| text-search-babbage-query-001 | No | Yes | South Central US, West Europe | N/A |
195
+
| text-search-curie-doc-001 | No | Yes | South Central US, West Europe | N/A |
196
+
| text-search-curie-query-001 | No | Yes | South Central US, West Europe | N/A |
197
+
| text-search-davinci-doc-001 | No | Yes | South Central US, West Europe | N/A |
198
+
| text-search-davinci-query-001 | No | Yes | South Central US, West Europe | N/A |
199
+
| code-search-ada-code-001 | No | Yes | South Central US, West Europe | N/A |
200
+
| code-search-ada-text-001 | No | Yes | South Central US, West Europe | N/A |
201
+
| code-search-babbage-code-001 | No | Yes | South Central US, West Europe | N/A |
202
+
| code-search-babbage-text-001 | No | Yes | South Central US, West Europe | N/A |
Copy file name to clipboardExpand all lines: articles/cognitive-services/openai/includes/python.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,8 @@ Run the code a few more times to see what other types of responses you get as th
94
94
95
95
Since our example of `Write a tagline for an ice cream shop.` provides very little context, it's normal for the model to not always return expected results. You can adjust the maximum number of tokens if the response seems unexpected or truncated.
96
96
97
+
The Azure OpenAI Service also performs content moderation on the prompt inputs and generated outputs. The prompts or responses may be filtered if harmful content is detected. For more information, see the [content filter](../concepts/content-filter.md) article.
98
+
97
99
## Clean up resources
98
100
99
101
If you want to clean up and remove an OpenAI resource, you can delete the resource or resource group. Deleting the resource group also deletes any other resources associated with it.
Copy file name to clipboardExpand all lines: articles/cognitive-services/openai/includes/rest.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,8 @@ The output from the completions API will look as follows.
100
100
}
101
101
```
102
102
103
+
The Azure OpenAI Service also performs content moderation on the prompt inputs and generated outputs. The prompts or responses may be filtered if harmful content is detected. For more information, see the [content filter](../concepts/content-filter.md) article.
104
+
103
105
## Clean up resources
104
106
105
107
If you want to clean up and remove an OpenAI resource, you can delete the resource or resource group. Deleting the resource group also deletes any other resources associated with it.
Copy file name to clipboardExpand all lines: articles/cognitive-services/openai/includes/studio.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,9 @@ The best way to start exploring completions is through our Playground. It's simp
67
67
Tl;dr A neutron star is the collapsed core of a massive supergiant star, which had a total mass of between 10 and 25 solar masses, possibly more if the star was especially metal-rich.
68
68
```
69
69
70
-
Keep in mind the accuracy of the response will vary depending on what model you've selected under **Deployments**. The response above was generated from a davinci based model, which is well-suited to this type of summarization whereas a Codex based model wouldn't perform as well at this particular task.
70
+
Keep in mind the accuracy of the response will vary depending on what model you've selected under **Deployments**. The response above was generated from a Davinci based model, which is well-suited to this type of summarization whereas a Codex based model wouldn't perform as well at this particular task.
71
+
72
+
The Azure OpenAI Service also performs content moderation on the prompt inputs and generated outputs. The prompts or responses may be filtered if harmful content is detected. For more information, see the [content filter](../concepts/content-filter.md) article.
| Managed Identity| Yes, via Azure Active Directory |
30
30
| UI experience |**Azure Portal** for account & resource management, <br> **Azure OpenAI Service Studio** for model exploration and fine tuning |
31
-
| Regional availability | South Central US <br> West Europe |
31
+
| Regional availability |East US <br> South Central US <br> West Europe |
32
32
| Content filtering | Prompts and completions are evaluated against our content policy with automated systems. High severity content will be filtered. |
0 commit comments