Skip to content

Commit b9ad6a7

Browse files
Merge pull request #236045 from mrbullwinkle/mrb_04_26_2023_faq_deployment_update
[Azure OpenAI] FAQ update - REST API deployments,
2 parents bfa736a + 02759b6 commit b9ad6a7

File tree

1 file changed

+4
-0
lines changed
  • articles/cognitive-services/openai

1 file changed

+4
-0
lines changed

articles/cognitive-services/openai/faq.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ sections:
108108
Why was my fine-tuned model deployment deleted?
109109
answer:
110110
If a customized (fine-tuned) model is deployed for more than fifteen (15) days during which no completions or chat completions calls are made to it, the deployment will automatically be deleted (and no further hosting charges will be incurred for that deployment). The underlying customized model will remain available and can be redeployed at any time. To learn more check out the [how-to-article](/azure/cognitive-services/openai/how-to/fine-tuning?pivots=programming-language-studio#deploy-a-customized-model).
111+
- question: |
112+
How do I deploy a model with the REST API?
113+
answer:
114+
There are currently two different REST APIs that allow model deployment. For the latest model deployment features such as the ability to specify a model version during deployment for models like text-embedding-ada-002 Version 2, use the [Cognitive Services Create or Update REST API call](/rest/api/cognitiveservices/accountmanagement/deployments/create-or-update?tabs=HTTP).
111115
additionalContent: |
112116
113117
## Next steps

0 commit comments

Comments
 (0)