On 2 August 2026, the Commission can impose Article 101 fines on general-purpose AI model providers for documentation and related Chapter V gaps. Article 5 prohibited practices have applied since 2 February 2025 (Art. 113(a), Chapters I and II). Fines reach up to €15M or 3% of worldwide annual turnover, whichever is higher, for GPAI providers (Article 101) and up to €35M or 7%, whichever is higher, for Article 5 prohibited-practice violations (Article 99(3)).

We read the public documentation of every major GPAI provider with material EU exposure and graded it against six obligation categories drawn from the Act. Across 12 providers, the average score is 49.6% on a 0-to-3 scale. Google (DeepMind) leads at 83.3%; xAI (Grok) trails at 11.1%. No provider scores the maximum on every obligation. The leaderboard, provider evidence files, and scoring code are open source: anyone can re-run the benchmark and dispute a score with a public URL we missed.

What we measured

We score six public-documentation categories. Article cites below match Regulation (EU) 2024/1689 (not the legacy key names inside the JSON schema):

ArticleCategoryQuestion
50(2)Content disclosureAre synthetic outputs marked in a machine-readable format? (Chapter IV transparency; includes GPAI systems.)
51 + 52Systemic-risk classificationIs there public evidence of threshold assessment (Art. 51) and Commission notification where required (Art. 52)?
53(1)(a)Technical documentationDoes public material meet Annex XI completeness for model technical documentation?
53(1)(c)Copyright transparencyIs there a published copyright policy and a workable rights-reservation / opt-out path?
53(1)(b)Downstream informationIs integrator documentation sufficient under Annex XII? (Training-content summary under Art. 53(1)(d) is adjacent; this bucket scores deployer-facing integration docs.)
55Systemic riskEvaluations, adversarial testing, incident reporting, cybersecurity: for models at or above the ≥10²⁵ FLOPs presumption in Art. 51(2).

Each obligation is scored 0 (no evidence), 1 (partial), 2 (adequate), or 3 (exceeds). Only public documentation counts: model cards, terms of service, API docs, transparency reports.

Article 55 is marked N/A for providers we treat as below the systemic-risk threshold (Mistral, Hugging Face SmolLM, Stability AI, Cohere, AI21 Labs, Inflection AI, Amazon Titan/Nova). Those providers are scored out of 15 instead of 18. The five scored on Article 55 in this release are Google, Meta, Anthropic, OpenAI, and xAI.

ScoreLabelStandard
0No evidenceProvider does not address the obligation publicly.
1PartialMentioned without verifiable detail.
2AdequateSpecific, sourced documentation exists.
3ExceedsMachine-readable, regularly updated, audited.

What this is not

All twelve scores carry verification_status: needs_review in the working dataset. We publish the rankings with that flag visible. Dispute a score by opening a PR with a public URL we missed.

The leaderboard

Data as of July 11, 2026. Generated from scripts/benchmark/results/benchmark_latest.json (generated_at 2026-07-11T00:28:58Z).

RankProviderClass50(2)51/5253(a)53(c)53(b)55Aggregate%
1Google (DeepMind)closed_api22323315 / 1883.3%
2Meta (Llama)open_weights12323314 / 1877.8%
3Anthropicclosed_api02313312 / 1866.7%
4Mistral AIopen_weights12313N/A10 / 1566.7%
5Hugging Face (SmolLM)open_weights10332N/A9 / 1560.0%
6OpenAIclosed_api1121229 / 1850.0%
7Stability AIopen_weights10213N/A7 / 1546.7%
8Cohereclosed_api10203N/A6 / 1540.0%
9AI21 Labsopen_weights10202N/A5 / 1533.3%
10Inflection AIclosed_api10103N/A5 / 1533.3%
11Amazon (Titan/Nova)closed_api10102N/A4 / 1526.7%
12xAI (Grok)closed_api0010102 / 1811.1%

What the data shows

  1. Article 51/52 classification and notification is the industry floor. Seven of twelve providers have zero public evidence of systemic-risk threshold assessment or Commission notification. Even top scorers stop at partial (max score 2 / 3 in this release).
  2. Machine-readable text disclosure is functionally absent. Article 50(2) averages 0.92 / 3. Image generation has converged on C2PA credentials. Text outputs are a different story: Anthropic and xAI score zero on content disclosure.
  3. The distribution is bimodal. Five providers score zero on copyright transparency. xAI is the only provider scoring zero on four obligations simultaneously.
  4. Open-weights does not predict lower scores. Meta scores 3/3 on Article 55. Most open-weights vendors in this set are below the FLOPs threshold, so Article 55 is N/A.
  5. Technical documentation is the high-water mark. Average 2.17 / 3: five providers score the maximum on Art. 53(1)(a).

Why we publish this

ComplyEdge's product is a runtime compliance engine: OPA/Rego on the hot path, with the rule identifier and legal citation written when a rule fires. The benchmark is not the product. It is a measurement of the documentation gap the product operates in.

  1. Deployers. Obligations cascade from the model provider to the deployer. The deployer cannot inherit what was never published: 50.4 percentage points below full compliance industry-wide.
  2. Acquirers. Average GPAI provider scores 49.6% on public documentation; no provider exceeds 84%.
  3. Regulators. Public data shows where industry stands on documentation readiness. Article 51/52 classification and notification is the gap that remains after 2 August 2026 Article 101 fining powers began.

Reproduce it

git clone https://github.com/ComplyEdge/complyedge
cd complyedge
python scripts/benchmark/benchmark_runner.py
python scripts/benchmark/leaderboard_renderer.py
cat scripts/benchmark/results/leaderboard.md

Repository: github.com/ComplyEdge/complyedge
Provider evidence: providers/
Benchmark code: scripts/benchmark/
Leaderboard JSON: benchmark_latest.json