Skip to content

Commit 58ca61f

Browse files
committed
address feedback from reviewer
1 parent aa3e941 commit 58ca61f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/ai-foundry/model-inference/faq.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
author: santiagxf
1313
title: Foundry Models frequently asked questions
1414
summary: |
15-
If you can't find answers to your questions in this document, and still need help check the [Azure AI Foundry services (formerly known Azure AI Services)support options guide](../../ai-services/cognitive-services-support-options.md?context=/azure/ai-services/openai/context/context).
15+
If you can't find answers to your questions in this document, and still need help check the [Azure AI Foundry services (formerly known Azure AI Services) support options guide](../../ai-services/cognitive-services-support-options.md?context=/azure/ai-services/openai/context/context).
1616
sections:
1717
- name: General
1818
questions:
@@ -88,13 +88,13 @@ sections:
8888
- question: |
8989
Where can I see the bill details?
9090
answer: |
91-
Billing and costs are displayed in [Azure Cost Management + Billing](/azure/cost-management-billing/understand/download-azure-daily-usage). You can see the usage details in the [Azure portal](https://portal.azure.com).
91+
Billing and costs are displayed in [Microsoft Cost Management + Billing](/azure/cost-management-billing/understand/download-azure-daily-usage). You can see the usage details in the [Azure portal](https://portal.azure.com).
9292
9393
Billing isn't shown in Azure AI Foundry portal.
9494
- question: |
9595
How can I place a spending limit to my bill?
9696
answer: |
97-
You can set up a spending limit in the [Azure portal](https://portal.azure.com) under **Azure Cost Management + Billing**. This limit prevents you from spending more than the limit you set. Once spending limit is reached, the subscription will be disabled and you won't be able to use the endpoint until the next billing cycle.
97+
You can set up a spending limit in the [Azure portal](https://portal.azure.com) under **Microsoft Cost Management + Billing**. This limit prevents you from spending more than the limit you set. Once spending limit is reached, the subscription will be disabled and you won't be able to use the endpoint until the next billing cycle.
9898
- name: Data and Privacy
9999
questions:
100100
- question: |

articles/ai-foundry/model-inference/how-to/configure-marketplace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Certain models in AI Foundry Models are offered directly by the model provider t
1515
> [!TIP]
1616
> All models offered in AI Foundry Models are hosted in Microsoft's Azure environment and the Service does NOT interact with any external services or model provider.
1717
18-
:::image type="content" source="../media/configure-marketplace/azure-marketplace-3p.png" alt-text="An diagram with the overall architecture of Azure Marketplace integration with AI Foundry Models." lightbox="../media/configure-marketplace/azure-marketplace-3p.png":::
18+
:::image type="content" source="../media/configure-marketplace/azure-marketplace-3p.png" alt-text="A diagram with the overall architecture of Azure Marketplace integration with AI Foundry Models." lightbox="../media/configure-marketplace/azure-marketplace-3p.png":::
1919

2020
[!INCLUDE [marketplace-rbac](../includes/configure-marketplace/rbac.md)]
2121

articles/ai-foundry/model-inference/how-to/manage-costs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Although this article is about planning for and managing costs for Azure AI Foun
2525
## Understand Foundry Models billing model
2626

2727

28-
Language models understand and process inputs by breaking them down into tokens. For reference, each token is roughly four characters for typical English text. Models that can process images or audio break down them into tokens too for billing purposes. The number of tokens per image or audio content depends on the model and the resolution of the input.
28+
Language models understand and process inputs by breaking them down into tokens. For reference, each token is roughly four characters for typical English text. Models that can process images or audio break them down into tokens too for billing purposes. The number of tokens per image or audio content depends on the model and the resolution of the input.
2929

3030
Costs per token vary depending on which model series you choose but in all cases models deployed in Azure AI Foundry are charged per 1,000 tokens. Token costs are for both input and output. For example, suppose you have a 1,000 token JavaScript code sample that you ask a model to convert to Python. You would be charged approximately 1,000 tokens for the initial input request sent, and 1,000 more tokens for the output that is received in response for a total of 2,000 tokens.
3131

0 commit comments

Comments
 (0)