|
1 | 1 | ### YamlMime:Landing
|
2 | 2 |
|
3 | 3 | title: Azure OpenAI Service documentation # < 60 chars
|
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. |
| 4 | +summary: Azure OpenAI Service provides access to OpenAI's models including o-series, 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. |
5 | 5 |
|
6 | 6 | metadata:
|
7 | 7 | 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-4o, GPT-4o mini, 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 o-series, GPT-4o, GPT-4o mini, GPT-4, GPT-4 Turbo with Vision, GPT-3.5-Turbo, DALL-E 3 and Embeddings model series |
9 | 9 | ms.service: azure-ai-openai
|
10 | 10 | ms.custom:
|
11 | 11 | ms.topic: landing-page
|
12 | 12 | author: mrbullwinkle
|
13 | 13 | ms.author: mbullwin
|
14 |
| - ms.date: 09/18/2024 |
| 14 | + ms.date: 03/27/2025 |
15 | 15 |
|
16 | 16 | # linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
|
17 | 17 | # Limits: https://review.learn.microsoft.com/help/contribute/contribute-how-to-write-landing-page?branch=main#limits
|
@@ -86,17 +86,17 @@ landingContent:
|
86 | 86 | linkLists:
|
87 | 87 | - linkListType: get-started
|
88 | 88 | links:
|
89 |
| - - text: Migrate to OpenAI Python 1.x |
90 |
| - url: ./how-to/migration.md |
91 |
| - - text: Manage models |
92 |
| - url: ./how-to/working-with-models.md |
| 89 | + - text: Responses API & computer-use-preview |
| 90 | + url: ./how-to/responses.md |
| 91 | + - text: Reasoning models |
| 92 | + url: ./how-to/reasoning.md |
93 | 93 | - text: OpenAI versus Azure OpenAI (Python)
|
94 | 94 | url: ./how-to/switching-endpoints.yml
|
95 | 95 | - text: Global batch
|
96 | 96 | url: ./how-to/batch.md
|
97 |
| - - text: Role-based access control (Azure RBAC) |
98 |
| - url: ./how-to/role-based-access-control.md |
99 |
| - - text: GPT-3.5 Turbo & GPT-4 |
| 97 | + - text: Structured outputs |
| 98 | + url: ./how-to/structured-outputs.md |
| 99 | + - text: Chat completion models |
100 | 100 | url: ./how-to/chatgpt.md
|
101 | 101 | - text: Vision-enabled models
|
102 | 102 | url: ./how-to/gpt-with-vision.md
|
|
0 commit comments