Hello Niket Kumar Singh,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that you are having issues with DALL·E (gpt-image-1) Prompt Rejected by Content Safety Filter – Safe Child & Puppy Interaction.
To troubleshoot the content filtering issues, you will need to start by identifying the type of filtering that occurred. If the API response includes:
{ "error": { "code": "contentFilter", "message": "Your task failed as a result of our safety system." } }
then the prompt itself was blocked. But if it says:
{ "error": { "code": "contentFilter", "message": "Generated image was filtered as a result of our safety system." } }
then the image output was filtered. However, if no error appears and the image uploads successfully, the issue may have been resolved or bypassed by your current filter settings. In that case, verify whether an image was returned to confirm resolution.
Secondly, refine your prompt to avoid triggering filters. Even wholesome scenes can be flagged due to sensitive combinations of body parts, animals, or emotional expressions. For example, instead of using potentially problematic terms, rephrase your prompt like this:
GeneralDescription: "MAX bounces onto LUCY’s lap, nuzzling her cheek with joy. She laughs brightly, wrapping her arms around him."
Characters:
Name: "Lucy"
Attributes: "Young Girl, 7, Fair Skinned"
Dress: "Light blue shirt and red shorts"
Expression: "Laughing, eyes closed with joy"
Action: "Hugging Max warmly"
Position: "Sitting on beach sand, legs stretched"
Name: "Max"
Attributes: "Fluffy puppy, light brown fur"
Expression: "Tongue out playfully, affectionate eyes"
Action: "Pressing face affectionately against Lucy's cheek"
Position: "Front paws on Lucy’s chest, wagging tail"
CameraAngle: "Medium close-up, slightly low angle, bright sunny beach scene"
Avoid terms like “licking,” “bare feet,” or “squirming”, as they may unintentionally trigger safety filters. If the issue persists, escalate it through the Azure OpenAI resource, via your Azure portal then navigate to Support + Troubleshooting to create new Support Request.
Lastly, note that the link https://aka.ms/oai/modified-filters is currently deprecated or restricted to internal use. If it redirects or fails to load, it’s not usable for public tenants, and no alternative has been provided as of mid of this year 2025.
I hope this is helpful! Do not hesitate to let me know if you have any other questions or clarifications.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.