Skip to content

Commit 28b4d1b

Browse files
committed
update
1 parent b756466 commit 28b4d1b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5201,7 +5201,7 @@ on an Azure OpenAI endpoint call for embeddings.
52015201
| Name | Type | Description | Required | Default |
52025202
|------|------|-------------|----------|---------|
52035203
| type | [onYourDataVectorizationSourceType](#onyourdatavectorizationsourcetype) | Represents the available sources Azure OpenAI On Your Data can use to configure vectorization of data for use with<br>vector search. | Yes | |
5204-
| endpoint | string | Specifies the resource endpoint URL from which embeddings should be retrieved. It should be in the format of https://YOUR_RESOURCE_NAME.openai.azure.com/openai/deployments/YOUR_DEPLOYMENT_NAME/embeddings. The api-version query parameter is not allowed. | No | |
5204+
| endpoint | string | Specifies the resource endpoint URL from which embeddings should be retrieved. It should be in the format of `https://YOUR_RESOURCE_NAME.openai.azure.com/openai/deployments/YOUR_DEPLOYMENT_NAME/embeddings`. The api-version query parameter is not allowed. | No | |
52055205
| authentication | [onYourDataApiKeyAuthenticationOptions](#onyourdataapikeyauthenticationoptions) or [onYourDataAccessTokenAuthenticationOptions](#onyourdataaccesstokenauthenticationoptions) | | No | |
52065206
| dimensions | integer | The number of dimensions the embeddings should have. Only supported in `text-embedding-3` and later models. | No | |
52075207

@@ -6927,7 +6927,7 @@ Represents a step in execution of a run.
69276927
| Name | Type | Description | Required | Default |
69286928
|------|------|-------------|----------|---------|
69296929
| id | string | The identifier of the run step, which can be referenced in API endpoints. | Yes | |
6930-
| object | string | The object type, which is always `assistant.run.step``. | Yes | |
6930+
| object | string | The object type, which is always `assistant.run.step`. | Yes | |
69316931
| created_at | integer | The Unix timestamp (in seconds) for when the run step was created. | Yes | |
69326932
| assistant_id | string | The ID of the assistant associated with the run step. | Yes | |
69336933
| thread_id | string | The ID of the thread that was run. | Yes | |

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2160,14 +2160,14 @@ The image url or encoded image if successful, and an error otherwise.
21602160
| revised_prompt | string | The prompt that was used to generate the image, if there was any revision to the prompt. | No | |
21612161
| 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 | |
21622162

2163-
### completions extensions
2163+
### Completions extensions
21642164

2165-
Completions extensions are not part of the latest GA version of the Azure OpenAI data plane inference spec.
2165+
Completions extensions aren't part of the latest GA version of the Azure OpenAI data plane inference spec.
21662166

2167-
### chat message
2167+
### Chat message
21682168

2169-
The Chat message object is not part of the latest GA version of the Azure OpenAI data plane inference spec.
2169+
The Chat message object isn't part of the latest GA version of the Azure OpenAI data plane inference spec.
21702170

21712171
### Text to speech
21722172

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.
2173+
Is not currently part of the latest Azure OpenAI GA version of the Azure OpenAI data plane inference spec. Refer to the latest [preview](latest-inference-preview.md) version for this capability.

0 commit comments

Comments
 (0)