OpenAI Compatible
Create Moderation
Classifies if text and/or image inputs are potentially harmful. Learn more in the moderation guide.
POST
Create Moderation
Documentation Index
Fetch the complete documentation index at: https://docs.aihubmix.com/llms.txt
Use this file to discover all available pages before exploring further.
인증
Gateway-issued API key, formatted as sk-gateway-xxxxxxxx.
Used by OpenAI-shaped endpoints (/v1/chat/completions, etc.).
본문
application/json
Input (or inputs) to classify. Can be a single string, an array of strings, or an array of multi-modal input objects similar to other models.
예시:
"I want to kill them."
The content moderation model you would like to use. Learn more in the moderation guide, and learn about available models here.
예시:
"omni-moderation-2024-09-26"
이전
Create a MessageSend a structured list of input messages with text and/or image content, and the model will generate the next message in the conversation.
The Messages API can be used for either single queries or stateless multi-turn conversations.
Learn more about the Messages API in our [user guide](https://docs.claude.com/en/docs/initial-setup)
다음
Create Moderation