Share via

API suitable for building applications directed towards children

Sh alshehri 0 Reputation points
2025-10-05T16:09:19.14+00:00

Could you tell me if your API is suitable for building applications directed towards children?

Foundry Tools
Foundry Tools

Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform


1 answer

Sort by: Most helpful
  1. Aryan Parashar 3,695 Reputation points Microsoft External Staff Moderator
    2025-10-06T03:02:10.9866667+00:00

    Hi Sh alsehri,

    You can use Model Leaderboards in the Azure AI Foundry portal to view the Safety Benchmarks of language models. Microsoft uses the following evaluations:

    1. HarmBench (standard, contextual, copyright) measures Attack Success Rate — the lower this rate, the more robust the model is against malicious prompts that try to make it generate harmful or inappropriate content.
    2. WMDP (Weapons of Mass Destruction Proxy) checks domain knowledge in cybersecurity, biosecurity, and chemical security, with Accuracy as its metric. A model with high scores here can understand sensitive domains — which is useful, but also needs safeguards so it doesn’t inadvertently generate harmful content.
    3. Toxigen assesses how well a model detects implicit toxic or hateful language using the F1 Score — higher scores mean the model is better at avoiding or flagging harmful speech.

    Here is the supported documentation:
    https://learn.microsoft.com/en-us/azure/ai-foundry/concepts/model-benchmarks#safety-benchmarks-of-language-models

    You can also configure content filtering to detect four categories of harmful content (violence, hate, sexual, and self-harm) at four severity levels (safe, low, medium, and high). Here is the supported documentation:
    https://learn.microsoft.com/en-us/azure/ai-foundry/foundry-models/how-to/configure-content-filters?tabs=python&pivots=ai-foundry-portal

    If an application is directed towards children, then you should test with multiple test cases to ensure its safety, as Microsoft states that customers remain responsible for selecting an appropriate model for their use case and implementing appropriate measures. Here is the supported documentation:
    https://learn.microsoft.com/en-us/azure/ai-foundry/concepts/foundry-models-overview

    Feel free to accept this as an answer.
    Thankyou for reaching out to the Microsoft QNA Portal.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.