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
@@ -19,12 +19,13 @@ Azure Cognitive Services are cloud-based artificial intelligence (AI) services t
19
19
20
20
## Categories of Cognitive Services
21
21
22
-
Cognitive Services can be categorized into four main pillars:
22
+
Cognitive Services can be categorized into five main areas:
23
23
24
24
* Vision
25
25
* Speech
26
26
* Language
27
27
* Decision
28
+
* Azure OpenAI Service
28
29
29
30
See the tables below to learn about the services offered within those categories.
30
31
@@ -64,6 +65,12 @@ See the tables below to learn about the services offered within those categories
64
65
|[Content Moderator](./content-moderator/overview.md"Content Moderator")|Content Moderator provides monitoring for possible offensive, undesirable, and risky content. |[Content Moderator quickstart](./content-moderator/client-libraries.md)|
65
66
|[Personalizer](./personalizer/index.yml"Personalizer")|Personalizer allows you to choose the best experience to show to your users, learning from their real-time behavior. |[Personalizer quickstart](./personalizer/quickstart-personalizer-sdk.md)|
66
67
68
+
## Azure OpenAI
69
+
70
+
|Service Name | Service Description| Quickstart|
71
+
|:------------|:-------------------|-----------|
72
+
|[Azure OpenAI](./openai/index.yml"Azure OpenAI")|Powerful language models including the GPT-3, Codex and Embeddings model series for content generation, summarization, semantic search, and natural language to code translation. |[Azure OpenAI quickstart](./openai/quickstart.md)|
73
+
67
74
## Create a Cognitive Services resource
68
75
69
76
You can create a Cognitive Services resource with hands-on quickstarts using any of the following methods:
0 commit comments