Skip to main content
Danish AI Ecosystem & Sovereign Models

Danish AI Models, Providers & Sovereign Compute

A comprehensive map of authentic Danish foundation models, clinical speech AI, national supercomputing infrastructure (Gefion), and sovereign enterprise platforms trained on verified Danish corpora.

Filter in Directory
Sovereign HPC
1,528 H100s

Gefion Supercomputer

Foundation LLMs
Munin & DFM

Authentic Danish corpora

Clinical Speech AI
Corti API

Real-time 112 & triage AI

AI Governance
EU AI Act Ready

Strict EU compliance

1. Foundation Models & Open NLP Research

Open-weights language models, encoders, and standardized evaluation leaderboards trained on authentic Danish cultural, parliamentary, and news corpora.

Open WeightsPublic / Open Source

Danish Foundation Models (Munin / DFM)

Open-weights foundation models and encoders developed by Aarhus University (Center for Humanities Computing). Includes the Munin 7B decoder and Danish RoBERTa models on Hugging Face.

#danish-ai#ai-models#nlp#open-source#huggingface
Center for Humanities ComputingHugging Face
NLP & BenchmarkingPublic / Open Source

Alexandra Instituttet NLP & DaCY

Leading Danish NLP frameworks including DaCY (spaCy Danish pipeline), DaNE (named entity recognition benchmark), and ScandEval (the Scandinavian LLM leaderboard).

#danish-ai#ai-models#nlp#scandeval#dacy
Alexandra InstituttetGitHub Org

2. Clinical Speech AI & Commercial AI Providers

Production-grade enterprise AI APIs for clinical consultations, acoustic transcription, and automated omnichannel routing.

Healthcare AIAPI Key / Enterprise

Corti API

Danish conversational clinical AI and acoustic speech-to-text built for emergency triage, patient consultations, and automated ICD-10 diagnostic coding.

#danish-ai#ai-providers#speech-to-text#health#clinical
Corti A/S (København)Interactive Demo
Conversational AIAPI Key / Commercial

Supwiz Conversational AI

Award-winning Danish enterprise conversational AI, ticket classification, and automated routing fine-tuned for Nordic languages and public administration.

#danish-ai#ai-providers#nlp#conversational-ai
Supwiz ApSsupwiz.com

3. Sovereign Compute Infrastructure & Governance

Denmark’s national sovereign supercomputer facilities and algorithmic risk management conforming to the European Union AI Act.

National SupercomputerRestricted Access

DCAI Gefion Sovereign AI Cloud

Denmark’s national sovereign supercomputer housing 1,528 NVIDIA H100 GPUs, backed by Novo Nordisk Foundation and EIFO for frontier AI training and life sciences.

#danish-ai#ai-providers#infrastructure#supercomputer#gefion
Danish Centre for AI Innovationdcai.dk
AI GovernanceCommercial SaaS

2021.AI GRACE Platform

Copenhagen-based enterprise AI governance, model risk management, and EU AI Act compliance engine with audit trails and automated model cards.

#danish-ai#ai-providers#ai-governance#eu-ai-act
2021.AI2021.ai
Developer Quickstart

Invoke Danish AI in Your Stack

# Python: Load Danish Foundation Model (Munin / DFM) via Hugging Face
from transformers import AutoTokenizer, AutoModelForCausalLM

# Load the authentic Danish Munin model
model_id = "chcaa/dfm-encoder-large-v1" # or Munin 7B
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)

prompt = "Hvad er de vigtigste principper i den danske model for digital infrastruktur?"
inputs = tokenizer(prompt, return_tensors="pt")
outputs = model.generate(**inputs, max_new_tokens=100)

print(tokenizer.decode(outputs[0], skip_special_tokens=True))

Why Sovereign Danish AI Matters

Linguistic Nuance

Global models translate internally from English, introducing hallucinations in Danish legal syntax, civil registration (CPR), and idiomatic phrasing.

Data Sovereignty

Sensitive patient vitals, clinical transcripts, and public sector records mandate in-jurisdiction processing and strict European data guarantees.

Reproducible Science

Initiatives like Munin, DaCY, and Gefion provide open model cards and reproducible checkpoints free from proprietary vendor lock-in.

Building a Danish AI Model or Provider?

Make your model, API, or benchmark machine-discoverable for autonomous agents and engineers across Denmark.

Submit