Skip to content

Commit b756466

Browse files
committed
update
1 parent 33f89a1 commit b756466

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2158,4 +2158,16 @@ The image url or encoded image if successful, and an error otherwise.
21582158
| b64_json | string | The base64 encoded image | No | |
21592159
| content_filter_results | [dalleContentFilterResults](#dallecontentfilterresults) | Information about the content filtering results. | No | |
21602160
| revised_prompt | string | The prompt that was used to generate the image, if there was any revision to the prompt. | No | |
2161-
| prompt_filter_results | [dalleFilterResults](#dallefilterresults) | Information about the content filtering category (hate, sexual, violence, self_harm), if it has been detected, as well as the severity level (very_low, low, medium, high-scale that determines the intensity and risk level of harmful content) and if it has been filtered or not. Information about jailbreak content and profanity, if it has been detected, and if it has been filtered or not. And information about customer blocklist, if it has been filtered and its id. | No | |
2161+
| prompt_filter_results | [dalleFilterResults](#dallefilterresults) | Information about the content filtering category (hate, sexual, violence, self_harm), if it has been detected, as well as the severity level (very_low, low, medium, high-scale that determines the intensity and risk level of harmful content) and if it has been filtered or not. Information about jailbreak content and profanity, if it has been detected, and if it has been filtered or not. And information about customer blocklist, if it has been filtered and its id. | No | |
2162+
2163+
### completions extensions
2164+
2165+
Completions extensions are not part of the latest GA version of the Azure OpenAI data plane inference spec.
2166+
2167+
### chat message
2168+
2169+
The Chat message object is not part of the latest GA version of the Azure OpenAI data plane inference spec.
2170+
2171+
### Text to speech
2172+
2173+
Is not currently part of the latest Azure OpenAI GA verson of the Azure OpenAI data plane inference spec. Refer to the latest [preview](latest-inference-preview.md#speech---create) version for this capability.

articles/ai-services/openai/reference-preview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ recommendations: false
1212
ms.custom:
1313
---
1414

15-
# Azure OpenAI Service REST API reference
15+
# Azure OpenAI Service REST API preview reference
1616

1717
This article provides details on the inference REST API endpoints for Azure OpenAI.
1818

0 commit comments

Comments
 (0)