Skip to content

Commit 04b50aa

Browse files
authored
Update model-catalog-overview.md
1 parent 6631f64 commit 04b50aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-studio/how-to/model-catalog-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,16 @@ Models available for deployment to a Managed compute can be deployed to Azure Ma
8787
* [Deploy Meta Llama models](deploy-models-llama.md)
8888
* [Deploy Open models Created by Azure AI](deploy-models-open.md)
8989

90-
### Build Generative AI Apps with Managed computes
90+
### Build Generative AI Apps with Managed compute
9191

9292
Prompt flow offers a great experience for prototyping. You can use models deployed with Managed computes in Prompt Flow with the [Open Model LLM tool](../../machine-learning/prompt-flow/tools-reference/open-model-llm-tool.md). You can also use the REST API exposed by managed compute in popular LLM tools like LangChain with the [Azure Machine Learning extension](https://python.langchain.com/docs/integrations/chat/azureml_chat_endpoint/).
9393

9494

95-
### Content safety for models deployed as Managed Computes
95+
### Content safety for models deployed as Managed Compute
9696

9797
[Azure AI Content Safety (AACS)](../../ai-services/content-safety/overview.md) service is available for use with Managed computes to screen for various categories of harmful content such as sexual content, violence, hate, and self-harm and advanced threats such as Jailbreak risk detection and Protected material text detection. You can refer to this notebook for reference integration with AACS for [Llama 2](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/system/inference/text-generation/llama-safe-online-deployment.ipynb) or use the Content Safety (Text) tool in Prompt Flow to pass responses from the model to AACS for screening. You are billed separately as per [AACS pricing](https://azure.microsoft.com/pricing/details/cognitive-services/content-safety/) for such use.
9898

99-
### Serverless APIs with Pay-as-you-go billing
99+
## Serverless APIs with Pay-as-you-go billing
100100

101101
Certain models in the Model Catalog can be deployed as serverless APIs with pay-as-you-go billing; this method of deployment is called Models-as-a Service (MaaS), providing a way to consume them as an API without hosting them on your subscription. Models available through MaaS are hosted in infrastructure managed by Microsoft, which enables API-based access to the model provider's model. API based access can dramatically reduce the cost of accessing a model and significantly simplify the provisioning experience. Most MaaS models come with token-based pricing.
102102

0 commit comments

Comments
 (0)