Skip to content

Commit 8babf74

Browse files
Merge pull request #271111 from mrbullwinkle/mrb_04_03_2024_cost_management_link
[Azure OpenAI] GitHub Issue fix
2 parents dd79cdb + e12e559 commit 8babf74

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,16 @@ Azure OpenAI fine-tuned models are charged based on three factors:
4848

4949
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 fine-tuned model costs closely.
5050

51-
[!INCLUDE [Fine-tuning deletion](../includes/fine-tune.md)]
51+
> [!IMPORTANT]
52+
> After you deploy a customized model, if at any time the deployment remains inactive for greater than fifteen (15) days,
53+
> the deployment is deleted. The deployment of a customized model is _inactive_ if the model was deployed more than fifteen (15) days ago
54+
> and no completions or chat completions calls were made to it during a continuous 15-day period.
55+
>
56+
> The deletion of an inactive deployment doesn't delete or affect the underlying customized model,
57+
> and the customized model can be redeployed at any time.
58+
>
59+
> Each customized (fine-tuned) model that's deployed incurs an hourly hosting cost regardless of whether completions
60+
> or chat completions calls are being made to the model. .
5261
5362
### Other costs that might accrue with Azure OpenAI Service
5463

0 commit comments

Comments
 (0)