Model reference · open weights
EXAONE-4.0 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
🎉 License Updated! We are pleased to announce our more flexible licensing terms 🤗 EXAONE-4.0-32B Introduction We introduce EXAONE 4.0, which integrates a Non-reasoning mode and Reasoning mode to achieve both the excellent usability of EXAONE 3.5 and the advanced reasoning abilities of EXAONE Deep. To pave the way for the agentic AI era, EXAONE 4.0 incorporates essential features such as agentic tool use, and its multilingual capabilities are extended to support Spanish in addition to English and Korean. The EXAONE 4.0 model series consists of two sizes: a mid-size 32B model optimized for high performance, and a small-size 1.2B model designed for on-device applications. In the EXAONE 4.0 architecture, we apply new architectural changes compared to previous EXAONE models as below: 1. Hybrid Attention: For the 32B model, we adopt hybrid attention scheme, which combines Local attention (sliding window attention) with Global attention (full attention) in a 3:1 ratio. We do not use RoPE (Rotary Positional Embedding) for global attention for better global context understanding. 2. QK-Reorder-Norm: We reorder the LayerNorm position from the traditional Pre-LN scheme by applying LayerNorm directly to the attention and MLP outputs, and we add RMS normalization right after the Q and K projection. It helps yield better performance on downstream tasks despite consuming more computation. For more details, please refer to our technical report, HuggingFace paper, blog, and GitHub. Model Configuration - Number of Parameters (without embeddings): 30.95B - Number of Layers: 64 - Number of Attention Heads: GQA with 40-heads and 8-KV heads - Vocab Size: 102,400 - Context Length: 131,072 tokens Quickstart You should install the transformers library with version = 4.54.0. Non-reasoning mode For general use, you can use the EXAONE 4.0 models with the following example: Reasoning mode The EXAONE 4.0 models have reasoning capabilities for handling complex problems. You can activate reasoning mode by using the enablethinking=True argument with the tokenizer, which opens a reasoning block that starts with <think tag without closing it. [!IMPORTANT] The model generation with reasoning mode
Summarised from the published model card. Read the full card on the HuggingFace links below.
Specifications
| Maker | LGAI-EXAONE |
|---|---|
| Type | Language models |
| Parameters (lead) | 32.0B |
| Context | 128k tokens |
| Variants | 7 |
| Runs with | transformers |
| Released | 2025-07-11 |
| Popularity | 27k downloads / month |
| Likes | 282 |
| Licence | Commercial licence needed |
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 |
|---|---|---|---|---|---|
| EXAONE-4.0-32B | 32.0B | BF16 | ~73.6 GB | — | Weights ↗ |
| EXAONE-4.0-1.2B | 1.3B | BF16 | ~2.9 GB | ✓ | Weights ↗ |
| EXAONE-4.0-32B-FP8 | 32.0B | FP8 | ~36.8 GB | — | Weights ↗ |
| EXAONE-4.0-1.2B-GGUF | — | GGUF | — | — | Weights ↗ |
| EXAONE-4.0-1.2B-FP8 | 1.3B | FP8 | ~1.5 GB | ✓ | Weights ↗ |
| EXAONE-4.0-1.2B-AWQ | 1.3B | AWQ | — | ✓ | Weights ↗ |
| EXAONE-4.0-1.2B-GPTQ-Int8 | 1.3B | GPTQ | — | ✓ | Weights ↗ |
Using it via the API
Once AxForge deploys exaone-4-0 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (exaone-4-0 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":"exaone-4-0","messages":[{"role":"user","content":"Hello"}]}'
Licence
The weights are open but its licence needs a commercial agreement for business use. AxForge can arrange that licence and host the model for you — you pay AxForge, we settle with the model’s maker. Ask us for a quote. Read the licence ↗