21
21
href : whats-new.md
22
22
- name : Programming languages/SDKs
23
23
href : ./supported-languages.md
24
+ - name : API lifecycle
25
+ href : ./api-version-lifecycle.md
24
26
- name : Azure OpenAI FAQ
25
27
href : faq.yml
26
28
- name : Azure OpenAI in Azure Government
@@ -48,6 +50,102 @@ items:
48
50
href : text-to-speech-quickstart.md
49
51
- name : Completions (legacy)
50
52
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
51
149
- name : Concepts
52
150
items :
53
151
- name : Assistants
@@ -116,8 +214,6 @@ items:
116
214
href : ./concepts/legacy-models.md
117
215
- name : How-to
118
216
items :
119
- - name : API version lifecycle
120
- href : ./api-version-lifecycle.md
121
217
- name : Assistants (preview)
122
218
items :
123
219
- name : Getting started with Assistants
@@ -134,108 +230,12 @@ items:
134
230
href : ./how-to/assistants-logic-apps.md
135
231
- name : File search
136
232
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
191
233
- name : Content filtering
192
234
href : ./how-to/content-filters.md
193
235
- name : Use blocklists
194
236
href : ./how-to/use-blocklists.md
195
237
- name : Risks & Safety Monitoring
196
238
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
239
239
- name : Use your data
240
240
items :
241
241
- name : Text data
@@ -304,6 +304,16 @@ items:
304
304
href : ./how-to/role-based-access-control.md
305
305
- name : Business continuity & disaster recovery (BCDR)
306
306
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
307
317
- name : Tutorials
308
318
items :
309
319
- name : Embeddings
0 commit comments