File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
articles/ai-services/openai/includes/api-versions Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ms.topic: include
8
8
ms.date : 07/09/2024
9
9
---
10
10
11
- ## Completions - Create
11
+ ## Completions
12
12
13
13
``` HTTP
14
14
POST https://{endpoint}/openai/deployments/{deployment-id}/completions?api-version=2024-06-01
@@ -136,7 +136,7 @@ Status Code: 200
136
136
}
137
137
```
138
138
139
- ## Embeddings - Create
139
+ ## Embeddings
140
140
141
141
``` HTTP
142
142
POST https://{endpoint}/openai/deployments/{deployment-id}/embeddings?api-version=2024-06-01
@@ -259,7 +259,7 @@ Status Code: 200
259
259
}
260
260
```
261
261
262
- ## Chat completions - Create
262
+ ## Chat completions
263
263
264
264
``` HTTP
265
265
POST https://{endpoint}/openai/deployments/{deployment-id}/chat/completions?api-version=2024-06-01
@@ -636,7 +636,7 @@ Status Code: 200
636
636
}
637
637
```
638
638
639
- ## Transcriptions - Create
639
+ ## Transcriptions
640
640
641
641
``` HTTP
642
642
POST https://{endpoint}/openai/deployments/{deployment-id}/audio/transcriptions?api-version=2024-06-01
@@ -722,7 +722,7 @@ Status Code: 200
722
722
}
723
723
```
724
724
725
- ## Translations - Create
725
+ ## Translations
726
726
727
727
``` HTTP
728
728
POST https://{endpoint}/openai/deployments/{deployment-id}/audio/translations?api-version=2024-06-01
@@ -809,7 +809,7 @@ Status Code: 200
809
809
}
810
810
```
811
811
812
- ## Image generations - Create
812
+ ## Image generation
813
813
814
814
``` HTTP
815
815
POST https://{endpoint}/openai/deployments/{deployment-id}/images/generations?api-version=2024-06-01
You can’t perform that action at this time.
0 commit comments