{
error: {
code: null,
message: 'Your request was rejected as a result of our safety system. Your prompt may contain text that is not allowed by our safety system.',
param: null,
type: 'invalid_request_error'
}
}
Its not contain any bad prompt ? Anyone have idead ?
I will guess that it is related to the name of person in your prompt. I had a similar experience in the past when I was testing completion API to extract information in texts and it so happen that I feed it news article with names of some presidents. The first time, it runs okay. But subsequent calls with the same prompt took time and eventually returned error.
This prompt has been blocked. Our system flagged this prompt because it may conflict with our content policy. More policy violations may lead to automatic suspension of your access.
If you think this is a mistake, please report it to help us improve.
And guess what? “Cumhurbaşkanı Biden konuşuyor” - also blocked. I pressed the “report” button.
Just going to take a wild guess and assume they have a hard filter for “cum”. 100% guarantee they are mortified of anything close to that word being used. Don’t think you will get around it. You’ll have to wait until they do something more sophisticated than simple filtering like that.
Wait i was way off. It is “Biden”. They are blocking political figures. Midjourney did this with xi jiping. But looks like Microsoft is taking a wide net approach to all notable political figures.
Although your prompt is friendly but your prompt for DALL-E contains the name of a public figure, Ronaldo, which raises compliance issues with OpenAI’s usage policies. Based on the DALL-E 3 System Card, generating images of public figures is restricted. OpenAI applies several mitigations, such as prompt transformations and blocklists to ensure the model does not generate depictions of public figures or their likeness.
The DALL-E 3 System Card provides explicit rules concerning public figures. It emphasizes that generating images of public figures is restricted due to the risk of misinformation and ethical concerns. To mitigate these risks, OpenAI has incorporated several measures, including blocklists, prompt transformations, and an output classifier to refuse or modify requests that might lead to the generation of public figure image.
For more detail you can read DALL-E 3 Sytem Card’s paper. Simply search on paper you may find the information about public figure.
It is more about what the rewriting AI behind the API is actually sending as prompt, which takes different techniques to get text passed without alteration to DALL-E, and which a failure doesn’t deliver.