Azure OpenAI model for moderations

Irfan Saranghi 5 Reputation points
2024-08-22T14:56:20.1433333+00:00

Hello,

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?

Also it may be irrelevant, I am using Microsoft Semantic Kernel library in my project for using Azure Open AI

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,933 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 32,946 Reputation points
    2024-08-23T02:55:29.6633333+00:00

    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.

    User's image

    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.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.