Skip to content

Commit 164e22a

Browse files
authored
Merge pull request #5463 from mrbullwinkle/mrb_06_10_2025_toc_updates
[Azure OpenAI] [TOC pilot]
2 parents f6e677e + 23cd76d commit 164e22a

File tree

1 file changed

+108
-98
lines changed

1 file changed

+108
-98
lines changed

articles/ai-services/openai/toc.yml

Lines changed: 108 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ items:
2121
href: whats-new.md
2222
- name: Programming languages/SDKs
2323
href: ./supported-languages.md
24+
- name: API lifecycle
25+
href: ./api-version-lifecycle.md
2426
- name: Azure OpenAI FAQ
2527
href: faq.yml
2628
- name: Azure OpenAI in Azure Government
@@ -48,6 +50,102 @@ items:
4850
href: text-to-speech-quickstart.md
4951
- name: Completions (legacy)
5052
href: quickstart.md
53+
- name: Audio
54+
items:
55+
- name: Realtime API for speech and audio (preview)
56+
href: ./how-to/realtime-audio.md
57+
- name: Realtime API via WebRTC (preview)
58+
href: ./how-to/realtime-audio-webrtc.md
59+
- name: Realtime API via WebSockets (preview)
60+
href: ./how-to/realtime-audio-websockets.md
61+
- name: Batch
62+
items:
63+
- name: Getting started with batch
64+
href: ./how-to/batch.md
65+
- name: Batch with Azure Blob Storage
66+
href: ./how-to/batch-blob-storage.md
67+
- name: Responses & chat completions
68+
items:
69+
- name: Responses API
70+
href: ./how-to/responses.md
71+
- name: Reasoning models
72+
href: ./how-to/reasoning.md
73+
- name: Chat completions API
74+
href: ./how-to/chatgpt.md
75+
displayName: ChatGPT, chatgpt
76+
- name: Computer Use
77+
href: ./how-to/computer-use.md
78+
displayName: cua, computer using model
79+
- name: Model router
80+
items:
81+
- name: Getting started with model router
82+
href: ./how-to/model-router.md
83+
- name: Model router concepts
84+
href: ./concepts/model-router.md
85+
- name: Function calling
86+
href: ./how-to/function-calling.md
87+
- name: Predicted outputs
88+
href: ./how-to/predicted-outputs.md
89+
- name: Prompt caching
90+
href: ./how-to/prompt-caching.md
91+
- name: Structured outputs
92+
href: ./how-to/structured-outputs.md
93+
- name: Vision-enabled chats
94+
href: ./how-to/gpt-with-vision.md
95+
- name: Additional features
96+
items:
97+
- name: JSON mode
98+
href: ./how-to/json-mode.md
99+
- name: Reproducible output
100+
href: ./how-to/reproducible-output.md
101+
- name: Embeddings
102+
items:
103+
- name: Embeddings basics
104+
href: ./how-to/embeddings.md
105+
- name: Getting started with embeddings
106+
href: ./tutorials/embeddings.md
107+
- name: Evaluation
108+
href: ./how-to/evaluations.md
109+
- name: Fine-tuning
110+
items:
111+
- name: Fine-tuning your model
112+
href: ./how-to/fine-tuning.md
113+
displayName: finetuning, fine-tuning
114+
- name: Deploy for testing
115+
href: ./how-to/fine-tune-test.md
116+
displayName: finetuning, fine-tuning
117+
- name: Deploy your fine-tuned model
118+
href: ./how-to/fine-tuning-deploy.md
119+
displayName: finetuning, fine-tuning
120+
- name: Vision fine-tuning
121+
href: ./how-to/fine-tuning-vision.md
122+
displayName: finetuning, fine-tuning
123+
- name: Preference fine-tuning
124+
href: ./how-to/fine-tuning-direct-preference-optimization.md
125+
displayName: finetuning, fine-tuning
126+
- name: Reinforcement fine-tuning
127+
href: ./how-to/reinforcement-fine-tuning.md
128+
displayName: finetuning, fine-tuning
129+
- name: Safety evaluation
130+
href: ./how-to/fine-tuning-safety-evaluation.md
131+
displayName: finetuning, fine-tuning
132+
- name: Tool calling
133+
href: ./how-to/fine-tuning-functions.md
134+
displayName: fine-tuning, finetuning, function calling
135+
- name: Weights & Biases integration (preview)
136+
href: ./how-to/weights-and-biases-integration.md
137+
displayName: finetuning, fine-tuning
138+
- name: Troubleshooting guidance
139+
href: ./how-to/fine-tuning-troubleshoot.md
140+
displayName: finetuning, fine-tuning
141+
- name: Image & video generation
142+
items:
143+
- name: Image generation
144+
href: ./how-to/dall-e.md
145+
- name: Video generation (preview)
146+
href: ./concepts/video-generation.md
147+
- name: Stored completions
148+
href: ./how-to/stored-completions.md
51149
- name: Concepts
52150
items:
53151
- name: Assistants
@@ -116,8 +214,6 @@ items:
116214
href: ./concepts/legacy-models.md
117215
- name: How-to
118216
items:
119-
- name: API version lifecycle
120-
href: ./api-version-lifecycle.md
121217
- name: Assistants (preview)
122218
items:
123219
- name: Getting started with Assistants
@@ -134,108 +230,12 @@ items:
134230
href: ./how-to/assistants-logic-apps.md
135231
- name: File search
136232
href: ./how-to/file-search.md
137-
- name: Audio
138-
items:
139-
- name: Realtime API for speech and audio (preview)
140-
href: ./how-to/realtime-audio.md
141-
- name: Realtime API via WebRTC (preview)
142-
href: ./how-to/realtime-audio-webrtc.md
143-
- name: Realtime API via WebSockets (preview)
144-
href: ./how-to/realtime-audio-websockets.md
145-
- name: Batch
146-
items:
147-
- name: Getting started with batch
148-
href: ./how-to/batch.md
149-
- name: Batch with Azure Blob Storage
150-
href: ./how-to/batch-blob-storage.md
151-
- name: Responses & chat completions
152-
items:
153-
- name: Responses API
154-
href: ./how-to/responses.md
155-
- name: Reasoning models
156-
href: ./how-to/reasoning.md
157-
- name: GPT-35-Turbo & GPT-4
158-
href: ./how-to/chatgpt.md
159-
displayName: ChatGPT, chatgpt
160-
- name: Model router
161-
href: ./how-to/model-router.md
162-
- name: Computer Use
163-
href: ./how-to/computer-use.md
164-
displayName: cua, computer using model
165-
- name: Vision-enabled chats
166-
href: ./how-to/gpt-with-vision.md
167-
- name: Image generation
168-
href: ./how-to/dall-e.md
169-
- name: Function calling
170-
href: ./how-to/function-calling.md
171-
- name: Completions (legacy)
172-
href: ./how-to/completions.md
173-
- name: JSON mode
174-
href: ./how-to/json-mode.md
175-
- name: Predicted outputs
176-
href: ./how-to/predicted-outputs.md
177-
- name: Prompt caching
178-
href: ./how-to/prompt-caching.md
179-
- name: Reproducible output
180-
href: ./how-to/reproducible-output.md
181-
- name: Structured outputs
182-
href: ./how-to/structured-outputs.md
183-
- name: Work with code
184-
href: ./how-to/work-with-code.md
185-
- name: Deploy and use web apps
186-
href: ./how-to/use-web-app.md
187-
- name: Legacy
188-
items:
189-
- name: Chat Markup Language (ChatML)
190-
href: ./how-to/chat-markup-language.md
191233
- name: Content filtering
192234
href: ./how-to/content-filters.md
193235
- name: Use blocklists
194236
href: ./how-to/use-blocklists.md
195237
- name: Risks & Safety Monitoring
196238
href: ./how-to/risks-safety-monitor.md
197-
- name: Embeddings
198-
items:
199-
- name: Embeddings basics
200-
href: ./how-to/embeddings.md
201-
- name: Getting started with embeddings
202-
href: ./tutorials/embeddings.md
203-
- name: Evaluation
204-
href: ./how-to/evaluations.md
205-
- name: Fine-tuning
206-
items:
207-
- name: Fine-tuning your model
208-
href: ./how-to/fine-tuning.md
209-
displayName: finetuning, fine-tuning
210-
- name: Deploy for testing
211-
href: ./how-to/fine-tune-test.md
212-
displayName: finetuning, fine-tuning
213-
- name: Deploy your fine-tuned model
214-
href: ./how-to/fine-tuning-deploy.md
215-
displayName: finetuning, fine-tuning
216-
- name: Vision fine-tuning
217-
href: ./how-to/fine-tuning-vision.md
218-
displayName: finetuning, fine-tuning
219-
- name: Preference fine-tuning
220-
href: ./how-to/fine-tuning-direct-preference-optimization.md
221-
displayName: finetuning, fine-tuning
222-
- name: Reinforcement fine-tuning
223-
href: ./how-to/reinforcement-fine-tuning.md
224-
displayName: finetuning, fine-tuning
225-
- name: Safety evaluation
226-
href: ./how-to/fine-tuning-safety-evaluation.md
227-
displayName: finetuning, fine-tuning
228-
- name: Tool calling
229-
href: ./how-to/fine-tuning-functions.md
230-
displayName: fine-tuning, finetuning, function calling
231-
- name: Weights & Biases integration (preview)
232-
href: ./how-to/weights-and-biases-integration.md
233-
displayName: finetuning, fine-tuning
234-
- name: Troubleshooting guidance
235-
href: ./how-to/fine-tuning-troubleshoot.md
236-
displayName: finetuning, fine-tuning
237-
- name: Stored completions
238-
href: ./how-to/stored-completions.md
239239
- name: Use your data
240240
items:
241241
- name: Text data
@@ -304,6 +304,16 @@ items:
304304
href: ./how-to/role-based-access-control.md
305305
- name: Business continuity & disaster recovery (BCDR)
306306
href: ./how-to/business-continuity-disaster-recovery.md
307+
- name: Work with code
308+
href: ./how-to/work-with-code.md
309+
- name: Deploy and use web apps
310+
href: ./how-to/use-web-app.md
311+
- name: Legacy
312+
items:
313+
- name: Completions (legacy)
314+
href: ./how-to/completions.md
315+
- name: Chat Markup Language (ChatML)
316+
href: ./how-to/chat-markup-language.md
307317
- name: Tutorials
308318
items:
309319
- name: Embeddings

0 commit comments

Comments
 (0)