Skip to content

Commit e73b747

Browse files
authored
Merge pull request #275498 from msakande/fixes-to-phi3-deployment-article
remove marketplace info from Phi-3 article
2 parents 517572f + 9493e00 commit e73b747

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/ai-studio/how-to/deploy-models-phi-3.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: [references_regions]
1717

1818
[!INCLUDE [Feature preview](../includes/feature-preview.md)]
1919

20-
In this article, you learn about the Phi-3 family of small language models (SLMs). You also learn two ways to use Azure AI Studio to deploy models from this family: deploy as serverless APIs with pay-as-you-go token-based billing or deploy with hosted infrastructure in real-time endpoints.
20+
In this article, you learn about the Phi-3 family of small language models (SLMs). You also learn to use Azure AI Studio to deploy models from this family as serverless APIs with pay-as-you-go token-based billing.
2121

2222
The Phi-3 family of SLMs is a collection of instruction-tuned generative text models. Phi-3 models are the most capable and cost-effective small language models (SLMs) available, outperforming models of the same size and next size up across various language, reasoning, coding, and math benchmarks.
2323

@@ -81,8 +81,6 @@ To create a deployment:
8181

8282
1. Select the project in which you want to deploy your model. To deploy the Phi-3 model, your project must be in the *EastUS2* or *Sweden Central* region.
8383

84-
1. In the deployment wizard, select the link to **Azure Marketplace Terms** to learn more about the terms of use.
85-
8684
1. Select the **Pricing and terms** tab to learn about pricing for the selected model.
8785

8886
1. Give the deployment a name. This name becomes part of the deployment API URL. This URL must be unique in each Azure region.
@@ -112,7 +110,7 @@ Models deployed as a service can be consumed using the chat API, depending on th
112110

113111
### Cost and quota considerations for Phi-3 models deployed as a service
114112

115-
You can find the Azure Marketplace pricing on the **Pricing and terms** tab of the deployment wizard when deploying the model.
113+
You can find the pricing information on the **Pricing and terms** tab of the deployment wizard when deploying the model.
116114

117115
Quota is managed per deployment. Each deployment has a rate limit of 200,000 tokens per minute and 1,000 API requests per minute. However, we currently limit one deployment per model per project. Contact Microsoft Azure Support if the current rate limits aren't sufficient for your scenarios.
118116

0 commit comments

Comments
 (0)