Model reference · open weights

AprielGuard

Available as managed deployment LLMs ServiceNow-AI Text gen 1 variants 3k dl/mo

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

MakerServiceNow-AI
TypeLanguage models
TaskText gen
Parameters (lead)7.9B
Context128k tokens
Runs withtransformers
Released2025-11-21
Popularity3k downloads / month
LicenceOpen weights

About

What AprielGuard is

/ˈɑː.pri.əl ɡɑːrd/


Table of Contents

  1. Summary
  2. Taxonomy
  3. Evaluation
  4. Training Details
  5. How to Use
  6. Intended Use
  7. Limitations
  8. License
  9. Citation

  • Technical report -> https://arxiv.org/abs/2512.20293
  • Blog -> https://huggingface.co/blog/ServiceNow-AI/aprielguard

Summary

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

  • Unified Framework: Detects both safety and adversarial risks in a single model.
  • Multiple Input Types Coverage: Handles standalone prompts, multi-turn chats, and agentic AI workflows.
  • Structured Reasoning Traces: Can be prompted with reasoning on and off modes. With reasoning mode, it provides interpretable outputs.
  • Agentic-Aware Moderation: Identifies emerging threats in reasoning or planning chains, tool-use sequences, and API executions.
  • Compact and Deployable: Lightweight and optimized for integration into production pipelines or evaluation stacks.

Taxonomy

AprielGuard is trained to identify a wide range of Safety Risks and Adversarial Attacks, unified under a shared taxonomy.

Safety Risk Categories

  • Toxic Content
  • Unfair Representation
  • Adult Content
  • Erosion of Trust in Public Information
  • Propagating Misconceptions/False Beliefs
  • Risky Financial Practices
  • Trade and Compliance
  • Dissemination of Dangerous Information
  • Privacy Infringement
  • Security Threats
  • Defamation
  • Fraud or Deceptive Action
  • Influence Operations
  • Illegal Activities
  • Persuasion and Manipulation
  • Violation of Personal Property

Adversarial Attack Categories

  • The model detects and evaluates a wide range of adversarial prompt patterns designed to manipulate model behavior or evade safety mechanisms. It outputs a binary classification (e.g., adversarial / non_adversarial) rather than fine-grained attack categories. The training data covers diverse adversarial types such as role-playing, world-building, persuasion, and stylization, among many other complex prompt manipulation strategies. These examples represent only a subset of the broader adversarial scenarios incorporated in the training data.

Evaluation

AprielGuard is evaluated on a diverse set of standard safety and adversarial benchmarks. The table below summarizes the model’s performance across these datasets.

Safety Risks Benchmarks

SourcePrecisionRecallF1-scoreFPR
SimpleSafetyTests1.000.970.98NA
AyaRedteaming1.000.880.94NA
BeaverTails0.880.800.840.14
SafeRLHF0.870.990.920.17
xstest-response0.940.960.950.01
toxic-chat0.650.840.730.03
openai-moderation-api-evaluation0.650.940.770.22
Aegis-AI-Content-Safety-Dataset-1.00.980.740.840.03
Aegis-AI-Content-Safety-Dataset-2.00.840.840.840.16
HarmBench1.000.991.00NA
XSTest0.900.990.940.09

Adversarial Attacks Benchmarks

SourcePrecisionRecallF1-scoreFPR
gandalf_ignore_instructions1.000.910.95NA
Salad-Data1.000.960.98NA
in-the-wild-jailbreak-prompts1.000.870.93NA
wildguardmix0.660.910.760.12
wildjailbreak0.970.960.960.31
prompt-injections1.000.520.680.00
jailbreak-classification0.960.940.950.04
[prompt-

From the published model card. Full card on the HuggingFace links in the sidebar.

Using it via the API

Call it like any OpenAI endpoint

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.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms