Irfan Saranghi Greetings & Welcome to Microsoft Q&A forum!
Open AI has an endpoint called moderations (https://platform.openai.com/docs/guides/moderation) to check whether text is potentially harmful. I don't see similar model available on Azure Open AI. Is there anyway i can perform the similar task using Azure Open AI?
Please note that Azure Content Moderator is deprecated as of February 2024 and will be retired by February 2027. It is replaced by Azure AI Content Safety, which offers advanced AI features and enhanced performance.
The following table describes the different types of moderation APIs.
Based on the requirement, you can create one and use it.
Please see Moderation APIs for more details. Once you create you can get your key and endpoint from Azure portal.
Please see Use the Content Moderator client library for more details.
Also it may be irrelevant, I am using Microsoft Semantic Kernel library in my project for using Azure Open AI
Could you please provide more information about how you are using it?
I hope this helps do let me know if you have any further queries.