Skip to content

Commit cda5ba9

Browse files
Merge pull request #352 from mrbullwinkle/mrb_09_18_2024_completions
[Azure OpenAI] Completions add legacy designation
2 parents f380329 + c4b085f commit cda5ba9

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

articles/ai-services/openai/how-to/completions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'How to generate text with Azure OpenAI Service'
2+
title: 'How to generate text with the legacy completions API'
33
titleSuffix: Azure OpenAI
4-
description: Learn how to generate or manipulate text, including code by using a completion endpoint in Azure OpenAI Service.
4+
description: Learn how to generate or manipulate text, including code by using the legacy completion endpoint in Azure OpenAI Service.
55
#services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-openai
@@ -13,7 +13,7 @@ recommendations: false
1313

1414
---
1515

16-
# Learn how to generate or manipulate text
16+
# Learn how to generate or manipulate text using the legacy completions API
1717

1818
Azure OpenAI Service provides a **completion endpoint** that can be used for a wide variety of tasks. The endpoint supplies a simple yet powerful text-in, text-out interface to any [Azure OpenAI model](../concepts/models.md). To trigger the completion, you input some text as a prompt. The model generates the completion and attempts to match your context or pattern. Suppose you provide the prompt "As Descartes said, I think, therefore" to the API. For this prompt, Azure OpenAI returns the completion endpoint " I am" with high probability.
1919

articles/ai-services/openai/index.yml

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

33
title: Azure OpenAI Service documentation # < 60 chars
4-
summary: Azure OpenAI Service provides access to OpenAI's models including the GPT-4, GPT-4 Turbo with Vision, GPT-3.5-Turbo, DALLE-3 and Embeddings model series with the security and enterprise capabilities of Azure.
4+
summary: Azure OpenAI Service provides access to OpenAI's models including the GPT-4o, GPT-4o mini, GPT-4, GPT-4 Turbo with Vision, GPT-3.5-Turbo, DALLE-3 and Embeddings model series with the security and enterprise capabilities of Azure.
55

66
metadata:
77
title: Azure OpenAI Service documentation - Quickstarts, Tutorials, API Reference - Azure AI services | Microsoft Docs
8-
description: Learn how to use Azure OpenAI's powerful models including the GPT-4, GPT-4 Turbo with Vision, GPT-3.5-Turbo, DALL-E 3 and Embeddings model series
8+
description: Learn how to use Azure OpenAI's powerful models including the GPT-4o, GPT-4o mini, GPT-4, GPT-4 Turbo with Vision, GPT-3.5-Turbo, DALL-E 3 and Embeddings model series
99
ms.service: azure-ai-openai
1010
ms.custom:
1111
ms.topic: landing-page
1212
author: mrbullwinkle
1313
ms.author: mbullwin
14-
ms.date: 08/31/2024
14+
ms.date: 09/18/2024
1515

1616
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1717
# Limits: https://review.learn.microsoft.com/help/contribute/contribute-how-to-write-landing-page?branch=main#limits

articles/ai-services/openai/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ recommendations: false
1414

1515
# What is Azure OpenAI Service?
1616

17-
Azure OpenAI Service provides REST API access to OpenAI's powerful language models including GPT-4o, GPT-4 Turbo with Vision, GPT-4, GPT-3.5-Turbo, and Embeddings model series. These models can be easily adapted to your specific task including but not limited to content generation, summarization, image understanding, 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.
17+
Azure OpenAI Service provides REST API access to OpenAI's powerful language models including GPT-4o, GPT-4o mini, GPT-4 Turbo with Vision, GPT-4, GPT-3.5-Turbo, and Embeddings model series. These models can be easily adapted to your specific task including but not limited to content generation, summarization, image understanding, 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.
1818

1919
### Features overview
2020

articles/ai-services/openai/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Quickstart - Deploy a model and generate text using Azure OpenAI Service'
2+
title: 'Quickstart - Deploy a model and generate text using the legacy completions API'
33
titleSuffix: Azure OpenAI
4-
description: Walkthrough on how to get started with Azure OpenAI and make your first completions call.
4+
description: Walkthrough on how to get started with Azure OpenAI and make your first legacy completions API call.
55
#services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-openai
@@ -14,7 +14,7 @@ zone_pivot_groups: openai-quickstart-new
1414
recommendations: false
1515
---
1616

17-
# Quickstart: Get started generating text using Azure OpenAI Service
17+
# Quickstart: Get started generating text using the legacy completions API
1818

1919
Use this article to get started making your first calls to Azure OpenAI.
2020

articles/ai-services/openai/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ items:
2929
items:
3030
- name: Assistants (preview)
3131
href: assistants-quickstart.md
32-
- name: Completions
33-
href: quickstart.md
3432
- name: Chat
3533
href: chatgpt-quickstart.md
3634
displayName: ChatGPT, chatgpt
@@ -44,6 +42,8 @@ items:
4442
href: whisper-quickstart.md
4543
- name: Text to speech (preview)
4644
href: text-to-speech-quickstart.md
45+
- name: Completions (legacy)
46+
href: quickstart.md
4747
- name: Concepts
4848
items:
4949
- name: Assistants
@@ -118,7 +118,7 @@ items:
118118
href: ./how-to/dall-e.md
119119
- name: Function calling
120120
href: ./how-to/function-calling.md
121-
- name: Completions
121+
- name: Completions (legacy)
122122
href: ./how-to/completions.md
123123
- name: JSON mode
124124
href: ./how-to/json-mode.md

0 commit comments

Comments
 (0)