Model reference · open weights
K-EXAONE-2.0-DSpark is an open-weight language model from LGAI-EXAONE, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.
About
K-EXAONE-2.0-750B-A37B-DSpark Introduction We introduce K-EXAONE 2.0, a frontier-scale multilingual language model developed by LG AI Research. K-EXAONE 2.0 was scaled to more than three times the size of its predecessor through upcycling, followed by continual pretraining, difficulty-focused mid-training, and post-training. K-EXAONE 2.0 is broadly competitive with leading open-weight models, demonstrating substantial improvements over its predecessor and achieving particularly strong results in long-context retrieval and safety. Highlights - Frontier-Class Scale To build a large-scale foundation model with frontier-level intelligence, we upcycled the K-EXAONE model by expanding both its depth and width, resulting in a more favorable scaling curve. During this process, we found that clamping after two SwiGLU branches effectively mitigates the exploding activations in deeper layers, improving both training and inference stability. - Advanced Reasoning & Agentic Intelligence In response to the growth of agentic AI, we focused on expanding the model's capabilities in reasoning, agentic workflows, and long-context management. Through careful calibration of the training data and recipes, K-EXAONE 2.0 achieves consistent improvements in agentic coding and long-context understanding, with strong performance on long-context retrieval and safety. - Production-Ready Inference We support two speculative decoding methods to accelerate inference: MTP (Multi-Token Prediction) and DSpark. Both methods can speed up model generation by approximately 3–5×, reducing latency for long-horizon workloads such as agentic tasks. - Multilinguality & Openness We expanded multilingual coverage from six to ten languages: Korean, English, Spanish, German, Japanese, Vietnamese, French, Italian, Polish, and Portuguese. We also release K-EXAONE 2.0 under the Apache license 2.0 so that the broader AI ecosystem can inspect, deploy, and build upon it. Model Configurations 5 DSpark layers<br 1 x 4096 SWA<br 19 x [3 x 128 SWA + 1 x Global] Blocks 256 Total Experts<br 8 Activated Experts Evaluation Results The following table shows the benchmark results for the K-EXAONE 2.0 BF16 model. Detailed evalu
Summarised from the published model card. Read the full card on the HuggingFace links below.
Specifications
| Maker | LGAI-EXAONE |
|---|---|
| Type | Language models |
| Parameters (lead) | 751.4B |
| Context | 256k tokens |
| Variants | 1 |
| Runs with | transformers |
| Released | 2026-07-30 |
| Popularity | 1k downloads / month |
| Likes | 35 |
| Licence | Open weights |
How it works
Variants
Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.
| Variant | Params | Precision | VRAM | Fits 16 GB | Weights |
|---|---|---|---|---|---|
| K-EXAONE-2.0-750B-A37B-DSpark | 751.4B | BF16 | ~1728.1 GB | — | Weights ↗ |
Using it via the API
Once AxForge deploys k-exaone-2-0-dspark for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (k-exaone-2-0-dspark 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":"k-exaone-2-0-dspark","messages":[{"role":"user","content":"Hello"}]}'
Licence
Open weights under apache-2.0 — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗
Sources