Skip to content

Commit abbf403

Browse files
author
gitName
committed
typo
1 parent 5c142b2 commit abbf403

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

articles/api-management/azure-openai-api-from-specification.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ To ensure that your Azure OpenAI API is working as expected, test it in the API
133133
> In the test console, API Management automatically populates an **Ocp-Apim-Subscription-Key** header, and configures the subscription key of the built-in [all-access subscription](api-management-subscriptions.md#all-access-subscription). This key enables access to every API in the API Management instance. Optionally display the **Ocp-Apim-Subscription-Key** header by selecting the "eye" icon next to the **HTTP Request**.
134134
1. Select **Send**.
135135

136-
When the test is successful, the backend responds with a successful HTTP response code and some data. Appended to the response is token usage data to help you monitor and manage your Azure OpenAI API consumption.
136+
When the test is successful, the backend responds with a successful HTTP response code and some data. Appended to the response is token usage data to help you monitor and manage your Azure OpenAI API token consumption.
137+
137138
:::image type="content" source="media/azure-openai-api-from-specification/api-response-usage.png" alt-text="Screenshot of token usage data in API response in the portal." :::
138139

139140
## Related content
-10 KB
Loading

includes/api-management-azure-openai-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ms.service: azure-api-management
44
ms.custom:
55
- build-2024
66
ms.topic: include
7-
ms.date: 02/27/2025
7+
ms.date: 07/09/2024
88
ms.author: danlep
99
---
1010

0 commit comments

Comments
 (0)