Hi, I’ve set up OpenAI provider with our own API key, but when trying to use it I get Insufficient balance
error (in AI Editor).
From the console:
{
"error": true,
"acl_error": true,
"success": false,
"type": 1,
"msg": "This action is not allowed. Please <a href=\"/contacts\">contact our support team</a> for more details."
}
The same happens with Pre-translate.
From the Service Logs I’ve found this error message:
Your current managed MT and AI balance is insufficient to continue using the service.
{
"message": "Insufficient balance",
"aiPromptId": 102795,
"aiPromptTitle": "AI in editor"
}
Am I supposed to have a balance to use my own API key?