Skip to content

Commit 55391db

Browse files
committed
update
1 parent 804c540 commit 55391db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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
@@ -5207,7 +5207,7 @@ on a public Azure OpenAI endpoint call for embeddings.
52075207
| Name | Type | Description | Required | Default |
52085208
|------|------|-------------|----------|---------|
52095209
| 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 | |
5210-
| 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 isn't allowed. | No | |
5210+
| 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 isn't allowed. | No | |
52115211
| authentication | [onYourDataApiKeyAuthenticationOptions](#onyourdataapikeyauthenticationoptions) or [onYourDataAccessTokenAuthenticationOptions](#onyourdataaccesstokenauthenticationoptions) | | No | |
52125212
| dimensions | integer | The number of dimensions the embeddings should have. Only supported in `text-embedding-3` and later models. | No | |
52135213

@@ -6954,7 +6954,7 @@ Represents a step in execution of a run.
69546954
| Name | Type | Description | Required | Default |
69556955
|------|------|-------------|----------|---------|
69566956
| id | string | The identifier of the run step, which can be referenced in API endpoints. | Yes | |
6957-
| object | string | The object type, which is always `assistant.run.step``. | Yes | |
6957+
| object | string | The object type, which is always `assistant.run.step`. | Yes | |
69586958
| created_at | integer | The Unix timestamp (in seconds) for when the run step was created. | Yes | |
69596959
| assistant_id | string | The ID of the `assistant` associated with the run step. | Yes | |
69606960
| thread_id | string | The ID of the `thread` that was run. | Yes | |

0 commit comments

Comments
 (0)