Skip to content

Commit 0ff8dc9

Browse files
committed
update branding
1 parent f4e0ab8 commit 0ff8dc9

File tree

7 files changed

+27
-27
lines changed

7 files changed

+27
-27
lines changed

articles/cognitive-services/openai/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
### YamlMime:Hub
22

3-
title: Azure OpenAI Documentation
3+
title: Azure OpenAI Service Documentation
44
summary: Learn how to use Azure OpenAI's powerful language models including the GPT-3, Codex and Embeddings model series for content generation, summarization, semantic search, and natural language to code translation.
55
brand: azure
66

77
metadata:
8-
title: Azure OpenAI - Documentation, quickstarts, API reference
8+
title: Azure OpenAI Service - Documentation, quickstarts, API reference
99
titleSuffix: Azure Cognitive Services
1010
description: Learn how to use Azure OpenAI's powerful language models including the GPT-3, Codex and Embeddings model series.
1111
services: cognitive-services
@@ -18,7 +18,7 @@ metadata:
1818
highlightedContent:
1919
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
2020
items:
21-
- title: What is Azure OpenAI?
21+
- title: What is Azure OpenAI Service?
2222
itemType: overview # controls the icon image and super-title text
2323
url: overview.md
2424
- title: Quickstarts

articles/cognitive-services/openai/overview.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: What is Azure OpenAI?
2+
title: What is Azure OpenAI Service?
33
titleSuffix: Azure Cognitive Services
4-
description: Apply advanced language models to variety of use cases with the Azure OpenAI service
4+
description: Apply advanced language models to variety of use cases with Azure OpenAI
55
manager: nitinme
66
author: ChrisHMSFT
77
ms.author: chrhoder
@@ -14,9 +14,9 @@ recommendations: false
1414
keywords:
1515
---
1616

17-
# What is Azure OpenAI?
17+
# What is Azure OpenAI Service?
1818

19-
The Azure OpenAI service provides REST API access to OpenAI's powerful language models including the GPT-3, Codex and Embeddings model series. These models can be easily adapted to your specific task including but not limited to content generation, summarization, semantic search, and natural language to code translation. Users can access the service through REST APIs, Python SDK, or our web-based interface in the Azure OpenAI Studio.
19+
Azure OpenAI Service provides REST API access to OpenAI's powerful language models including the GPT-3, Codex and Embeddings model series. These models can be easily adapted to your specific task including but not limited to content generation, summarization, semantic search, and natural language to code translation. Users can access the service through REST APIs, Python SDK, or our web-based interface in the Azure OpenAI Studio.
2020

2121
### Features overview
2222

@@ -33,21 +33,21 @@ The Azure OpenAI service provides REST API access to OpenAI's powerful language
3333

3434
## Responsible AI
3535

36-
At Microsoft, we're committed to the advancement of AI driven by principles that put people first. Generative models such as the ones available in the Azure OpenAI service have significant potential benefits, but without careful design and thoughtful mitigations, such models have the potential to generate incorrect or even harmful content. Microsoft has made significant investments to help guard against abuse and unintended harm, which includes requiring applicants to show well-defined use cases, incorporating Microsoft’s <a href="https://www.microsoft.com/ai/responsible-ai?activetab=pivot1:primaryr6" target="_blank">principles for responsible AI use</a>, building content filters to support customers, and providing responsible AI implementation guidance to onboarded customers.
36+
At Microsoft, we're committed to the advancement of AI driven by principles that put people first. Generative models such as the ones available in Azure OpenAI have significant potential benefits, but without careful design and thoughtful mitigations, such models have the potential to generate incorrect or even harmful content. Microsoft has made significant investments to help guard against abuse and unintended harm, which includes requiring applicants to show well-defined use cases, incorporating Microsoft’s <a href="https://www.microsoft.com/ai/responsible-ai?activetab=pivot1:primaryr6" target="_blank">principles for responsible AI use</a>, building content filters to support customers, and providing responsible AI implementation guidance to onboarded customers.
3737

3838
## How do I get access to Azure OpenAI?
3939

40-
How do I get access to Azure OpenAI Service?
40+
How do I get access to Azure OpenAI?
4141

42-
Access is currently limited as we navigate high demand, upcoming product improvements, and <a href="https://www.microsoft.com/ai/responsible-ai?activetab=pivot1:primaryr6" target="_blank">Microsoft’s commitment to responsible AI</a>. For now, we're working with customers with an existing partnership with Microsoft, lower risk use cases, and those committed to incorporating mitigations. In addition to applying for initial access, all solutions using the Azure OpenAI service are required to go through a use case review before they can be released for production use.
42+
Access is currently limited as we navigate high demand, upcoming product improvements, and <a href="https://www.microsoft.com/ai/responsible-ai?activetab=pivot1:primaryr6" target="_blank">Microsoft’s commitment to responsible AI</a>. For now, we're working with customers with an existing partnership with Microsoft, lower risk use cases, and those committed to incorporating mitigations. In addition to applying for initial access, all solutions using Azure OpenAI are required to go through a use case review before they can be released for production use.
4343

44-
More specific information is included in the application form. We appreciate your patience as we work to responsibly enable broader access to the Azure OpenAI service.
44+
More specific information is included in the application form. We appreciate your patience as we work to responsibly enable broader access to Azure OpenAI.
4545

4646
Apply here for initial access or for a production review:
4747

4848
<a href="https://aka.ms/oaiapply" target="_blank">Apply now</a>
4949

50-
All solutions using the Azure OpenAI service are also required to go through a use case review before they can be released for production use, and are evaluated on a case-by-case basis. In general, the more sensitive the scenario the more important risk mitigation measures will be for approval.
50+
All solutions using Azure OpenAI are also required to go through a use case review before they can be released for production use, and are evaluated on a case-by-case basis. In general, the more sensitive the scenario the more important risk mitigation measures will be for approval.
5151

5252
## Comparing Azure OpenAI and OpenAI
5353

@@ -78,21 +78,21 @@ Here's an example of a simple prompt and completion:
7878

7979
### Tokens
8080

81-
OpenAI Enterprise processes text by breaking it down into tokens. Tokens can be words or just chunks of characters. For example, the word “hamburger” gets broken up into the tokens “ham”, “bur” and “ger”, while a short and common word like “pear” is a single token. Many tokens start with a whitespace, for example “ hello” and “ bye”.
81+
Azure OpenAI processes text by breaking it down into tokens. Tokens can be words or just chunks of characters. For example, the word “hamburger” gets broken up into the tokens “ham”, “bur” and “ger”, while a short and common word like “pear” is a single token. Many tokens start with a whitespace, for example “ hello” and “ bye”.
8282

8383
The total number of tokens processed in a given request depends on the length of your input, output and request parameters. The quantity of tokens being processed will also affect your response latency and throughput for the models.
8484

8585
### Resources
8686

87-
The Azure OpenAI service is a new product offering on Azure. You can get started with the Azure OpenAI service the same way as any other Azure product where you [create a resource](how-to/create-resource.md), or instance of the service, in your Azure Subscription. You can read more about Azure's [resource management design](../../azure-resource-manager/management/overview.md).
87+
Azure OpenAI is a new product offering on Azure. You can get started with Azure OpenAI the same way as any other Azure product where you [create a resource](how-to/create-resource.md), or instance of the service, in your Azure Subscription. You can read more about Azure's [resource management design](../../azure-resource-manager/management/overview.md).
8888

8989
### Deployments
9090

9191
Once you create an Azure OpenAI Resource, you must deploy a model before you can start making API calls and generating text. This action can be done using the Deployment APIs. These APIs allow you to specify the model you wish to use.
9292

9393
### In-context learning
9494

95-
The models used by the Azure OpenAI service use natural language instructions and examples provided during the generation call to identify the task being asked and skill required. When you use this approach, the first part of the prompt includes natural language instructions and/or examples of the specific task desired. The model then completes the task by predicting the most probable next piece of text. This technique is known as "in-context" learning. These models aren't retrained during this step but instead give predictions based on the context you include in the prompt.
95+
The models used by Azure OpenAI use natural language instructions and examples provided during the generation call to identify the task being asked and skill required. When you use this approach, the first part of the prompt includes natural language instructions and/or examples of the specific task desired. The model then completes the task by predicting the most probable next piece of text. This technique is known as "in-context" learning. These models aren't retrained during this step but instead give predictions based on the context you include in the prompt.
9696

9797
There are three main approaches for in-context learning: Few-shot, one-shot and zero-shot. These approaches vary based on the amount of task-specific data that is given to the model:
9898

articles/cognitive-services/openai/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart - Deploy a model and generate text using Azure OpenAI'
2+
title: 'Quickstart - Deploy a model and generate text using Azure OpenAI Service'
33
titleSuffix: Azure OpenAI
44
description: Walkthrough on how to get started with Azure OpenAI and make your first completions call.
55
services: cognitive-services
@@ -14,9 +14,9 @@ zone_pivot_groups: openai-quickstart
1414
recommendations: false
1515
---
1616

17-
# Quickstart: Get started generating text using Azure OpenAI
17+
# Quickstart: Get started generating text using Azure OpenAI Service
1818

19-
Use this article to get started making your first calls to the Azure OpenAI service.
19+
Use this article to get started making your first calls to Azure OpenAI.
2020

2121
::: zone pivot="programming-language-studio"
2222

articles/cognitive-services/openai/quotas-limits.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ ms.date: 06/30/2022
1212
ms.author: chrhoder
1313
---
1414

15-
# Azure OpenAI service quotas and limits
15+
# Azure OpenAI Service quotas and limits
1616

17-
This article contains a quick reference and a detailed description of the quotas and limits for the Azure OpenAI service in Azure Cognitive Services.
17+
This article contains a quick reference and a detailed description of the quotas and limits for the Azure OpenAI Service in Azure Cognitive Services.
1818

1919
## Quotas and limits reference
2020

21-
The following sections provide you with a quick guide to the quotas and limits that apply to the Azure OpenAI service
21+
The following sections provide you with a quick guide to the quotas and limits that apply to the Azure OpenAI:
2222

2323
| Limit Name | Limit Value |
2424
|--|--|

articles/cognitive-services/openai/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure OpenAI REST API reference
2+
title: Azure OpenAI Service REST API reference
33
titleSuffix: Azure OpenAI
44
description: Learn how to use the Azure OpenAI REST API. In this article, you'll learn about authorization options, how to structure a request and receive a response.
55
services: cognitive-services
@@ -14,7 +14,7 @@ recommendations: false
1414
ms.custom:
1515
---
1616

17-
# Azure OpenAI REST API reference
17+
# Azure OpenAI Service REST API reference
1818

1919
This article provides details on the REST API endpoints for the Azure OpenAI Service, a service in the Azure Cognitive Services suite. The REST APIs are broken up into two categories:
2020

articles/cognitive-services/openai/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
items:
2-
- name: Azure OpenAI Documentation
2+
- name: Azure OpenAI Service Documentation
33
href: index.yml
44
- name: Overview
55
expanded: true

articles/cognitive-services/openai/whats-new.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: What's new in Azure OpenAI?
2+
title: What's new in Azure OpenAI Service?
33
titleSuffix: Azure Cognitive Services
44
description: Learn about the latest news and features updates for Azure OpenAI
55
manager: nitinme
@@ -13,13 +13,13 @@ recommendations: false
1313
keywords:
1414
---
1515

16-
# What's new in Azure OpenAI
16+
# What's new in Azure OpenAI Service
1717

1818
## January 2023
1919

2020
### New Features
2121

22-
* **Service GA**. Azure OpenAI is now generally available.​
22+
* **Service GA**. Azure OpenAI Service is now generally available.​
2323

2424
* **New models**: Addition of the latest text model, text-davinci-003 (East US, West Europe), text-ada-embeddings-002 (East US, South Central US, West Europe)
2525

0 commit comments

Comments
 (0)