Skip to main content

GPAI Dashboard

The GPAI Dashboard shows General-Purpose AI models in the current space and highlights whether each model has the metadata Qarion needs for EU AI Act Article 52-55 obligations.

Use this page when you need to find GPAI models with missing public summaries, downstream-use documentation, policy links, systemic-risk tier data, or open-source license context.

Where The Data Comes From

A model appears on /gpai-models when its AI model details have is_gpai set to true. The dashboard reads model detail fields from catalog products; it does not create or edit GPAI records directly.

To inspect or remediate an item:

  1. Open /gpai-models in the target space.
  2. Review the missing-field badges for each model.
  3. Use the row action to open the product.
  4. Review Model Details and the GPAI obligations section.
  5. Update the model metadata through the catalog or model repository workflow used by your team.

Summary Cards

CardMeaning
Total ModelsCount of products in the current space with is_gpai enabled.
Fully CompliantCount of GPAI models with compliance_percentage equal to 100.
Systemic RiskCount of GPAI models treated as systemic risk.
Open SourceCount of GPAI models with an open-source license value.

Table Columns

ColumnMeaning
ModelCatalog product name.
TypeCatalog product type.
TierEffective GPAI tier: standard or systemic risk.
Provider RoleOrganization role, such as provider, deployer, or distributor.
ComplianceMetadata completeness percentage.
Missing FieldsRequired fields that are currently empty.

Compliance Calculation

Standard GPAI models require these fields:

  • training_data_summary
  • copyright_policy_url
  • acceptable_use_policy_url
  • downstream_obligations_doc

Systemic-risk models require those fields plus:

  • gpai_tier

Open-source models are identified by open_source_license. When an open-source license is present, Qarion does not require copyright_policy_url or acceptable_use_policy_url for the GPAI dashboard score.

The compliance percentage is the rounded share of required fields that are filled. Empty strings and empty lists count as missing.

Systemic-Risk Detection

Qarion treats a GPAI model as systemic risk when either condition is true:

  • gpai_tier is systemic_risk.
  • training_compute_flops is greater than or equal to 1e25.

The Model Details tab also shows the training compute value and flags models that exceed the 1e25 FLOPs threshold.

Source Fields

FieldUse
is_gpaiIncludes the model in the GPAI dashboard.
gpai_tierRecords standard or systemic_risk.
gpai_provider_roleRecords the organization's relationship to the model.
training_data_summaryPublic summary of training content.
training_compute_flopsEstimated training compute used for systemic-risk detection.
copyright_policy_urlCopyright compliance policy URL.
acceptable_use_policy_urlAcceptable-use policy for downstream providers.
downstream_obligations_docIntegrator or downstream obligations document.
open_source_licenseOpen-source license identifier and scoring exception signal.

Troubleshooting

SymptomWhat to check
No models appearConfirm the product has AI model details and is_gpai is true.
A model is marked systemic risk unexpectedlyCheck whether training_compute_flops is at least 1e25 or gpai_tier is systemic_risk.
Policy fields are not counted as missingCheck whether open_source_license is populated.
Compliance percentage is lower than expectedOpen the missing-field badges and fill the named source fields on the model record.
The dashboard does not update after editsRefresh the product and dashboard, and confirm you edited the model in the same space.

Developer Reference

See the GPAI Compliance API for the product compliance endpoint, space listing endpoint, response fields, pagination headers, and scoring rules.