from openai import OpenAI client = OpenAI() moderation = client.moderations.create(input="I want to kill them.") print(moderation)