Input
Submit amultipart/form-data request with:
Pipeline
Chat moderation runs a single step:- LLM prohibition check. A language model reviews the chat turn for policy violations. If it
judges the turn prohibited, the job is rejected with
is_prohibited: trueand a shortreason.
Output
is_prohibited is true, reason explains why the chat turn was prohibited. A turn that
passes returns is_prohibited: false with no reason. See decision logic
for how the prohibition decision is determined.