Skip to content

Commit 33f89a1

Browse files
committed
update
1 parent a821dd7 commit 33f89a1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/ai-services/openai/includes/api-versions/latest-inference.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: include
88
ms.date: 07/09/2024
99
---
1010

11-
## Completions - Create
11+
## Completions
1212

1313
```HTTP
1414
POST https://{endpoint}/openai/deployments/{deployment-id}/completions?api-version=2024-06-01
@@ -136,7 +136,7 @@ Status Code: 200
136136
}
137137
```
138138

139-
## Embeddings - Create
139+
## Embeddings
140140

141141
```HTTP
142142
POST https://{endpoint}/openai/deployments/{deployment-id}/embeddings?api-version=2024-06-01
@@ -259,7 +259,7 @@ Status Code: 200
259259
}
260260
```
261261

262-
## Chat completions - Create
262+
## Chat completions
263263

264264
```HTTP
265265
POST https://{endpoint}/openai/deployments/{deployment-id}/chat/completions?api-version=2024-06-01
@@ -636,7 +636,7 @@ Status Code: 200
636636
}
637637
```
638638

639-
## Transcriptions - Create
639+
## Transcriptions
640640

641641
```HTTP
642642
POST https://{endpoint}/openai/deployments/{deployment-id}/audio/transcriptions?api-version=2024-06-01
@@ -722,7 +722,7 @@ Status Code: 200
722722
}
723723
```
724724

725-
## Translations - Create
725+
## Translations
726726

727727
```HTTP
728728
POST https://{endpoint}/openai/deployments/{deployment-id}/audio/translations?api-version=2024-06-01
@@ -809,7 +809,7 @@ Status Code: 200
809809
}
810810
```
811811

812-
## Image generations - Create
812+
## Image generation
813813

814814
```HTTP
815815
POST https://{endpoint}/openai/deployments/{deployment-id}/images/generations?api-version=2024-06-01

0 commit comments

Comments
 (0)