Skip to content

Commit 616d6eb

Browse files
committed
update
1 parent 3b73ef8 commit 616d6eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/ai-services/openai/how-to/manage-costs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Azure OpenAI fine-tuning models are charged based on the [number of tokens in yo
4545
Once your fine-tuned model is deployed, you're also charged based on:
4646

4747
- Hosting hours
48-
- Inference per 1,000 tokens (broken down by input usage and output usage.)
48+
- Inference per 1,000 tokens (broken down by input usage and output usage)
4949

5050
The hosting hours cost is important to be aware of since after a fine-tuned model is deployed, it continues to incur an hourly cost regardless of whether you're actively using it. Monitor deployed fine-tuned model costs closely.
5151

articles/ai-services/openai/includes/fine-tune.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ keywords: ChatGPT
2222
> As described in [Azure OpenAI Service pricing](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/),
2323
> each customized (fine-tuned) model that's deployed incurs an hourly hosting cost regardless of whether completions
2424
> or chat completions calls are being made to the model. To learn more about planning and managing costs with Azure OpenAI,
25-
> refer to the guidance in [Plan to manage costs for Azure OpenAI Service](../how-to/manage-costs.md#base-series-and-codex-series-fine-tuned-models).
25+
> refer to the guidance in [Plan to manage costs for Azure OpenAI Service](../how-to/manage-costs.md#fine-tuned-models).

0 commit comments

Comments
 (0)