chore: support default model in moderations API

# What does this PR do?


## Test Plan
This commit is contained in:
Eric Huang 2025-10-22 14:52:00 -07:00
parent 7b90e0e9c8
commit 3381874de9
23 changed files with 211 additions and 36 deletions

View file

@ -8185,13 +8185,12 @@
},
"model": {
"type": "string",
"description": "The content moderation model you would like to use."
"description": "(Optional) The content moderation model you would like to use."
}
},
"additionalProperties": false,
"required": [
"input",
"model"
"input"
],
"title": "RunModerationRequest"
},