{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreif5cdutmujtf2yvdgo7melbjrswcegshduznqttcgeql6rcoihd5m",
"uri": "at://did:plc:lk3jfj3zq4k4wxnk474axylu/app.bsky.feed.post/3mosjamfkakt2"
},
"path": "/t/new-feature-moderation-scores-in-chat-api-responses-by-parameter/1384260#post_5",
"publishedAt": "2026-06-21T12:05:37.000Z",
"site": "https://community.openai.com",
"tags": [
"moderation categories",
"documentation",
"moderation endpoint"
],
"textContent": "Thanks for raising this and for sharing the detailed context.\n\nThe moderation scores returned with Responses and Chat Completions API calls are intended to help developers enforce their own application policies and decide whether generated content should be shown to users, especially when the output is flagged or exceeds a chosen threshold for the supported moderation categories.\n\nAs noted in the documentation:\n\n> The model still generates normally. Review the moderation results before you show the output to a user or take downstream actions.\n\nIn other words, moderation results included with a generation response do not prevent the model from processing the input. They are designed to provide visibility into the input and/or output so your application can take appropriate action before displaying content or triggering downstream workflows.\n\nIf your goal is to screen user input before sending it for generation, I’d recommend using the standalone moderation endpoint directly.\n\nI also appreciate the note about the response object documentation and the concern that returning moderation scores alongside generation responses can feel redundant or potentially confusing. I’ll pass this feedback along to the team and follow up once there are updates or clarifications to share.",
"title": "New feature: moderation scores in Chat API responses, by parameter"
}