Model reference · open weights
AprielGuard is an open-weight language model from ServiceNow-AI. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Maker | ServiceNow-AI |
|---|---|
| Type | Language models |
| Task | Text gen |
| Parameters (lead) | 7.9B |
| Context | 128k tokens |
| Runs with | transformers |
| Released | 2025-11-21 |
| Popularity | 3k downloads / month |
| Licence | Open weights |
About
/ˈɑː.pri.əl ɡɑːrd/
AprielGuard is an 8B parameter safeguard model designed to detect and mitigate both safety risks (e.g., toxicity, bias, misinformation) and security threats (e.g., prompt injections, jailbreaks, indirect prompt attacks) in large language model (LLM) interactions. Unlike conventional moderation tools that treat these domains separately, AprielGuard unifies them under a single taxonomy and training framework, offering a holistic approach to moderation across standalone prompts, multi-turn conversations, and agentic workflows.
Highlights
AprielGuard is trained to identify a wide range of Safety Risks and Adversarial Attacks, unified under a shared taxonomy.
Safety Risk Categories
Adversarial Attack Categories
AprielGuard is evaluated on a diverse set of standard safety and adversarial benchmarks. The table below summarizes the model’s performance across these datasets.
| Source | Precision | Recall | F1-score | FPR |
|---|---|---|---|---|
| SimpleSafetyTests | 1.00 | 0.97 | 0.98 | NA |
| AyaRedteaming | 1.00 | 0.88 | 0.94 | NA |
| BeaverTails | 0.88 | 0.80 | 0.84 | 0.14 |
| SafeRLHF | 0.87 | 0.99 | 0.92 | 0.17 |
| xstest-response | 0.94 | 0.96 | 0.95 | 0.01 |
| toxic-chat | 0.65 | 0.84 | 0.73 | 0.03 |
| openai-moderation-api-evaluation | 0.65 | 0.94 | 0.77 | 0.22 |
| Aegis-AI-Content-Safety-Dataset-1.0 | 0.98 | 0.74 | 0.84 | 0.03 |
| Aegis-AI-Content-Safety-Dataset-2.0 | 0.84 | 0.84 | 0.84 | 0.16 |
| HarmBench | 1.00 | 0.99 | 1.00 | NA |
| XSTest | 0.90 | 0.99 | 0.94 | 0.09 |
| Source | Precision | Recall | F1-score | FPR |
|---|---|---|---|---|
| gandalf_ignore_instructions | 1.00 | 0.91 | 0.95 | NA |
| Salad-Data | 1.00 | 0.96 | 0.98 | NA |
| in-the-wild-jailbreak-prompts | 1.00 | 0.87 | 0.93 | NA |
| wildguardmix | 0.66 | 0.91 | 0.76 | 0.12 |
| wildjailbreak | 0.97 | 0.96 | 0.96 | 0.31 |
| prompt-injections | 1.00 | 0.52 | 0.68 | 0.00 |
| jailbreak-classification | 0.96 | 0.94 | 0.95 | 0.04 |
| [prompt- |
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys aprielguard for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (aprielguard below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/chat/completions \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"aprielguard","messages":[{"role":"user","content":"Hello"}]}'
Create an account — your API key is available in the console. 5M tokens/month currently included with every new account at launch.