Skip to content

Commit 09e12c2

Browse files
committed
update
1 parent 53bb7c0 commit 09e12c2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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/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)