Check GPAI Model Systemic Risk Classification
euaiact_check_gpai_systemic_riskCheck if a general-purpose AI model qualifies as systemic risk under EU AI Act Art. 51 using training compute thresholds or Commission designation, and retrieve applicable obligations.
Instructions
Determine whether a general-purpose AI model qualifies as a GPAI model with systemic risk under Art. 51. A model is presumed to have high-impact capabilities when cumulative training compute exceeds 10^25 FLOPs (Art. 51(2)). The Commission may also designate models with equivalent capabilities or impact under Art. 51(1)(b). Returns baseline GPAI obligations under Art. 53 plus systemic-risk-only obligations under Art. 55, and the Art. 52 notification duty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| training_flops | No | Cumulative training compute in FLOPs (e.g. 2e25). Art. 51(2) presumes systemic risk when > 1e25. | |
| commission_designated | No | Whether the Commission has formally designated the model as GPAI with systemic risk under Art. 51(1)(b). | |
| model_name | No | Optional model name for traceability in the response. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_name | Yes | ||
| crosses_flops_threshold | Yes | ||
| flops_threshold | Yes | ||
| systemic_risk_designation | Yes | ||
| is_gpai_with_systemic_risk | Yes | ||
| baseline_obligations_art_53 | Yes | ||
| systemic_risk_obligations_art_55 | Yes | ||
| notification_duty | Yes | ||
| relevant_articles | Yes |