Menu

Post image 1
Post image 2
Post image 3
Post image 4
Post image 5
1 / 5
0

OpenAI Omni Moderation: How to Filter Text & Images for Free

Analytics Vidhya·Mounish V·17 days ago
#c7UycwIh
Reading 0:00
15s threshold

Want to add a safety layer in your chatbot, image analyzer or any another LLM-based system? I would strongly suggest you try OpenAI’s moderation model: omni-moderation-latest , this can help your system identify if the input is potentially harmful or not, that too free of cost. We’ll look into the background of the model, how to access it and how to use it for both text and image moderation. Without any further ado, let’s get started.  Table of contents OpenAI’s Omni Moderation Models Demonstration Prerequisite Imports and Client Initialization Define a Helper function Potential Use Cases Conclusion  Frequently Asked Questions OpenAI’s Omni Moderation Models OpenAI offers two models specifically for moderation: ‘ text-moderation-latest ’ (legacy) and ‘ omni-moderation-latest ’, with the latter one being the latest. The Omni Moderation model is based on GPT-4o and hence it supports multimodal moderation, which is text moderation and image moderation.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More