Skip to content

Commit 0373030

Browse files
committed
update
1 parent d43e9bc commit 0373030

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/ai-services/openai/includes/api-surface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Each API surface/specification encapsulates a different set of Azure OpenAI capa
2929

3030
Azure OpenAI provides two methods for authentication. You can use either API Keys or Microsoft Entra ID.
3131

32-
- **API Key authentication**: For this type of authentication, all API requests must include the API Key in the ```api-key``` HTTP header. The [Quickstart](./quickstart.md) provides guidance for how to make calls with this type of authentication.
32+
- **API Key authentication**: For this type of authentication, all API requests must include the API Key in the ```api-key``` HTTP header. The [Quickstart](../chatgpt-quickstart.md) provides guidance for how to make calls with this type of authentication.
3333

34-
- **Microsoft Entra ID authentication**: You can authenticate an API call using a Microsoft Entra token. Authentication tokens are included in a request as the ```Authorization``` header. The token provided must be preceded by ```Bearer```, for example ```Bearer YOUR_AUTH_TOKEN```. You can read our how-to guide on [authenticating with Microsoft Entra ID](./how-to/managed-identity.md).
34+
- **Microsoft Entra ID authentication**: You can authenticate an API call using a Microsoft Entra token. Authentication tokens are included in a request as the ```Authorization``` header. The token provided must be preceded by ```Bearer```, for example ```Bearer YOUR_AUTH_TOKEN```. You can read our how-to guide on [authenticating with Microsoft Entra ID](../how-to/managed-identity.md).
3535

3636
### REST API versioning
3737

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Creates a completion for the provided prompt, parameters and chosen model.
2020

2121
| Name | In | Required | Type | Description |
2222
|------|------|----------|------|-----------|
23-
| endpoint | path | Yes | string<br>url | Supported Azure OpenAI endpoints (protocol and hostname, for example: `https://aoairesource.openai.azure.com`. Replace "aoairesource" with your Azure OpenAI resource name). | https://{your-resource-name}.openai.azure.com |
23+
| endpoint | path | Yes | string<br>url | Supported Azure OpenAI endpoints (protocol and hostname, for example: `https://aoairesource.openai.azure.com`. Replace "aoairesource" with your Azure OpenAI resource name). https://{your-resource-name}.openai.azure.com |
2424
| deployment-id | path | Yes | string | Deployment id of the model which was deployed. |
2525
| api-version | query | Yes | string | API version |
2626

@@ -148,7 +148,7 @@ Get a vector representation of a given input that can be easily consumed by mach
148148

149149
| Name | In | Required | Type | Description |
150150
|------|------|----------|------|-----------|
151-
| endpoint | path | Yes | string<br>url | Supported Azure OpenAI endpoints (protocol and hostname, for example: `https://aoairesource.openai.azure.com`. Replace "aoairesource" with your Azure OpenAI resource name). | https://{your-resource-name}.openai.azure.com |
151+
| endpoint | path | Yes | string<br>url | Supported Azure OpenAI endpoints (protocol and hostname, for example: `https://aoairesource.openai.azure.com`. Replace "aoairesource" with your Azure OpenAI resource name). https://{your-resource-name}.openai.azure.com |
152152
| deployment-id | path | Yes | string | |
153153
| api-version | query | Yes | string | API version |
154154

@@ -271,7 +271,7 @@ Creates a completion for the chat message
271271

272272
| Name | In | Required | Type | Description |
273273
|------|------|----------|------|-----------|
274-
| endpoint | path | Yes | string<br>url | Supported Azure OpenAI endpoints (protocol and hostname, for example: `https://aoairesource.openai.azure.com`. Replace "aoairesource" with your Azure OpenAI resource name). | https://{your-resource-name}.openai.azure.com |
274+
| endpoint | path | Yes | string<br>url | Supported Azure OpenAI endpoints (protocol and hostname, for example: `https://aoairesource.openai.azure.com`. Replace "aoairesource" with your Azure OpenAI resource name). https://{your-resource-name}.openai.azure.com |
275275
| deployment-id | path | Yes | string | Deployment id of the model which was deployed. |
276276
| api-version | query | Yes | string | API version |
277277

@@ -648,7 +648,7 @@ Transcribes audio into the input language.
648648

649649
| Name | In | Required | Type | Description |
650650
|------|------|----------|------|-----------|
651-
| endpoint | path | Yes | string<br>url | Supported Azure OpenAI endpoints (protocol and hostname, for example: `https://aoairesource.openai.azure.com`. Replace "aoairesource" with your Azure OpenAI resource name). | https://{your-resource-name}.openai.azure.com |
651+
| endpoint | path | Yes | string<br>url | Supported Azure OpenAI endpoints (protocol and hostname, for example: `https://aoairesource.openai.azure.com`. Replace "aoairesource" with your Azure OpenAI resource name). https://{your-resource-name}.openai.azure.com |
652652
| deployment-id | path | Yes | string | Deployment id of the whisper model. |
653653
| api-version | query | Yes | string | API version |
654654

@@ -734,7 +734,7 @@ Transcribes and translates input audio into English text.
734734

735735
| Name | In | Required | Type | Description |
736736
|------|------|----------|------|-----------|
737-
| endpoint | path | Yes | string<br>url | Supported Azure OpenAI endpoints (protocol and hostname, for example: `https://aoairesource.openai.azure.com`. Replace "aoairesource" with your Azure OpenAI resource name). | https://{your-resource-name}.openai.azure.com |
737+
| endpoint | path | Yes | string<br>url | Supported Azure OpenAI endpoints (protocol and hostname, for example: `https://aoairesource.openai.azure.com`. Replace "aoairesource" with your Azure OpenAI resource name). https://{your-resource-name}.openai.azure.com |
738738
| deployment-id | path | Yes | string | Deployment id of the whisper model which was deployed. |
739739
| api-version | query | Yes | string | API version |
740740

@@ -821,7 +821,7 @@ Generates a batch of images from a text caption on a given DALLE model deploymen
821821

822822
| Name | In | Required | Type | Description |
823823
|------|------|----------|------|-----------|
824-
| endpoint | path | Yes | string<br>url | Supported Azure OpenAI endpoints (protocol and hostname, for example: `https://aoairesource.openai.azure.com`. Replace "aoairesource" with your Azure OpenAI resource name). | https://{your-resource-name}.openai.azure.com |
824+
| endpoint | path | Yes | string<br>url | Supported Azure OpenAI endpoints (protocol and hostname, for example: `https://aoairesource.openai.azure.com`. Replace "aoairesource" with your Azure OpenAI resource name). https://{your-resource-name}.openai.azure.com |
825825
| deployment-id | path | Yes | string | Deployment id of the `dall-e` model which was deployed. |
826826
| api-version | query | Yes | string | API version |
827827

0 commit comments

Comments
 (0)