{
"model": "omni-moderation-latest",
"input": [
{ "type": "text", "text": "...text to classify goes here..." },
{
"type": "image_url",
"image_url": {
"url": "https://github.com/dianping/cat/raw/master/cat-home/src/main/webapp/images/logo/cat_logo03.png"
}
}
]
}curl --location --request POST 'https://api2.aigcbest.top/v1/moderations' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "omni-moderation-latest",
"input": [
{ "type": "text", "text": "...text to classify goes here..." },
{
"type": "image_url",
"image_url": {
"url": "https://github.com/dianping/cat/raw/master/cat-home/src/main/webapp/images/logo/cat_logo03.png"
}
}
]
}'{
"model": "omni-moderation-latest",
"results": [
{
"categories": {
"self-harm": false,
"illicit/violent": false,
"harassment": false,
"sexual": false,
"hate": false,
"illicit": false,
"self-harm/intent": false,
"violence": false,
"harassment/threatening": false,
"sexual/minors": false,
"self-harm/instructions": false,
"violence/graphic": false,
"hate/threatening": false
},
"category_scores": {
"hate/threatening": 4.450850519411503e-8,
"sexual": 0.0000014738981974494932,
"self-harm/intent": 2.72647027069593e-7,
"self-harm": 2.4439928455892955e-7,
"violence": 4.495181578513688e-7,
"violence/graphic": 3.726639284186561e-7,
"harassment/threatening": 1.602810987828144e-7,
"illicit": 0.00000297731143841062,
"self-harm/instructions": 8.059446204294678e-8,
"illicit/violent": 0.0000024682904407607285,
"hate": 6.339210403977636e-7,
"sexual/minors": 1.602810987828144e-7,
"harassment": 0.0000014738981974494932
},
"category_applied_input_types": {
"self-harm": [
"text",
"image"
],
"violence/graphic": [
"text",
"image"
],
"hate/threatening": [
"text"
],
"self-harm/intent": [
"text",
"image"
],
"sexual/minors": [
"text"
],
"violence": [
"text",
"image"
],
"harassment": [
"text"
],
"sexual": [
"text",
"image"
],
"hate": [
"text"
],
"harassment/threatening": [
"text"
],
"illicit": [
"text"
],
"self-harm/instructions": [
"text",
"image"
],
"illicit/violent": [
"text"
]
},
"flagged": false
}
],
"usage": {
"prompt_tokens": 0,
"completion_tokens": 0,
"total_tokens": 0,
"prompt_tokens_details": {
"cached_tokens": 0,
"text_tokens": 0,
"audio_tokens": 0,
"image_tokens": 0
},
"completion_tokens_details": {
"text_tokens": 0,
"audio_tokens": 0,
"reasoning_tokens": 0
},
"input_tokens": 0,
"output_tokens": 0,
"input_tokens_details": null
},
"id": "modr-6818"
}