Model reference · open weights

EXAONE-4.0

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.

Licence fee required LLMs LGAI-EXAONE 7 variants 27k downloads/mo
Request a licence + hosting quote All served models Not on the shared API today — deployed on request.

About

What EXAONE-4.0 is

🎉 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

What it is

MakerLGAI-EXAONE
TypeLanguage models
Parameters (lead)32.0B
Context128k tokens
Variants7
Runs withtransformers
Released2025-07-11
Popularity27k downloads / month
Likes282
LicenceCommercial licence needed

How it works

How language models work

Your prompttext / messagesTransformerattention over tokensNext-token loopgenerate + streamResponsetext · tool callsA language model reads your tokens and predicts the next one, again and again, streaming the reply back.

Variants

Sizes & precisions

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.

VariantParamsPrecisionVRAMFits 16 GBWeights
EXAONE-4.0-32B32.0BBF16~73.6 GBWeights ↗
EXAONE-4.0-1.2B1.3BBF16~2.9 GBWeights ↗
EXAONE-4.0-32B-FP832.0BFP8~36.8 GBWeights ↗
EXAONE-4.0-1.2B-GGUFGGUFWeights ↗
EXAONE-4.0-1.2B-FP81.3BFP8~1.5 GBWeights ↗
EXAONE-4.0-1.2B-AWQ1.3BAWQWeights ↗
EXAONE-4.0-1.2B-GPTQ-Int81.3BGPTQWeights ↗

Using it via the API

Call it like any OpenAI endpoint

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"}]}'

Details

Languages, data & research

Languages

en ko es

Tags

transformers safetensors exaone4 text-generation lg-ai exaone exaone-4.0 conversational en ko es endpoints_compatible fp8 gguf

Papers

Licence

Commercial licence needed

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 ↗

Sources

Weights & code

Want EXAONE-4.0 on EU-owned hardware?

Request a licence + hosting quote See what’s served now

Explore

More language models

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms