Skip to content

Commit 712720b

Browse files
committed
fixes
1 parent 2f635ef commit 712720b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ai-foundry/how-to/deploy-models-managed-pay-go.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Pay-as-you-go billing of Azure compute and model surcharge is pro-rated per minu
5959
A user's subscription to Azure Marketplace offers are scoped to the project resource within Azure AI Foundry. If a subscription to the Azure Marketplace offer for a particular model already exists within the project, the user is informed in the deployment wizard that the subscription already exists for the project.
6060

6161
> [!NOTE]
62-
> For [NVIDIA inference microservices (NIM)](#nvidia), multiple models are associated with a single marketplace offer, so you have to subscribe to the NIM offer only once within a project to be able to deploy all NIMs offered by NVIDIA in the AI Foundry model catalog. If you want to deploy NIMs in a different project with no existing SaaS subscription, you need to resubscribe to the offer.
62+
> For [NVIDIA inference microservices (NIM)](#nvidia), multiple models are associated with a single marketplace offer, so you only have to subscribe to the NIM offer once within a project to be able to deploy all NIMs offered by NVIDIA in the AI Foundry model catalog. If you want to deploy NIMs in a different project with no existing SaaS subscription, you need to resubscribe to the offer.
6363
6464
To find all the SaaS subscriptions that exist in an Azure subscription:
6565

@@ -158,7 +158,7 @@ Some special things to note about NIMs are:
158158
| [MSA-search-NIM-microservice](https://ai.azure.com/explore/models/MSA-search-NIM-microservice/version/3/registry/azureml-nvidia) | Protein Binder |
159159
| [Rfdiffusion-NIM-microservice](https://ai.azure.com/explore/models/Rfdiffusion-NIM-microservice/version/1/registry/azureml-nvidia) | Protein Binder |
160160

161-
### Consume NVIDIA NIM deployments
161+
#### Consume NVIDIA NIM deployments
162162

163163
After your deployment is successfully created, you can follow the steps in [Consume deployments](#consume-deployments) to consume it.
164164

@@ -169,7 +169,7 @@ You can also consume NIM deployments using the [Azure AI Foundry Models SDK](/py
169169
- No support for [creating and authenticating clients using `load_client`](/python/api/overview/azure/ai-inference-readme#create-and-authenticate-clients-using-load_client).
170170
- You should call client method `get_model_info` to [retrieve model information](/python/api/overview/azure/ai-inference-readme#get-ai-model-information).
171171

172-
### Develop and run agents with NIM endpoints
172+
##### Develop and run agents with NIM endpoints
173173

174174
The following NVIDIA NIMs of **chat completions** task type in the model catalog can be used to [create and run agents using Agent Service](/python/api/overview/azure/ai-projects-readme#agents-preview) using various supported tools, with the following two extra requirements:
175175

@@ -184,7 +184,7 @@ The following NVIDIA NIMs of **chat completions** task type in the model catalog
184184
| Mistral-7B-Instruct-v0.3-NIM-microservice | mistralai/mistral-7b-instruct-v0.3 |
185185

186186

187-
### Security scanning
187+
#### Security scanning
188188

189189
NVIDIA ensures the security and reliability of NVIDIA NIM container images through best-in-class vulnerability scanning, rigorous patch management, and transparent processes. To learn more about security scanning, see the [security page](https://docs.nvidia.com/ai-enterprise/planning-resource/security-for-azure-ai-foundry/latest/introduction.html). Microsoft works with NVIDIA to get the latest patches of the NIMs to deliver secure, stable, and reliable production-grade software within Azure AI Foundry.
190190

0 commit comments

Comments
 (0)