mtdict
1
Hi,
I’ve just created a free account to try moderation (model: omni-moderation-latest).
The response always is
{
“error”: {
“message”: “Too Many Requests”,
“type”: “invalid_request_error”,
“param”: null,
“code”: null
}
}
Do I need to maintain some credit balance to run moderation requests that are supposedly free?
mat.eo
2
Not sure if this is documented, but intuitively: Yes.
The purpose of the moderation endpoint is to check the content before sending it for inference. Not for free, external reasons
If you’re wondering why it isn’t tied into the inference endpoint itself: some people can trust that their input is safe, and don’t need to check it.
Cool idea anyways from one hacker to another 