AIAny
AI Model2026
Icon for item

K-EXAONE 2.0 (K-EXAONE-2.0-750B-A37B)

Provides a 750-billion-parameter multilingual Mixture-of-Experts (MoE) foundation language model optimized for long-context understanding, agentic workflows, and instruction following. Key features include a 262,144-token context window, speculative decoding (MTP/DSpark), 37B active parameters, 10-language support, and an Apache-2.0 license.

Introduction

K-EXAONE 2.0 reframes the scaling trade-off by combining a frontier-scale MoE parameter count (750B) with a much smaller active footprint (37B active parameters). That design lets the model target workloads that need very long context and multi-step agentic reasoning without forcing full dense compute at every step.

Key Capabilities
  • Long-context retrieval and reasoning: supports up to 262,144 tokens of context and scores very highly on long-context benchmarks, which matters when you need coherent retrieval, summarization or multi-document reasoning over very large inputs.
  • Agentic workflows and tool use: tuned for agentic coding and tool-calling, with built-in support for tool calling and integrations intended for multi-step automated workflows; speculative decoding modes (MTP, DSpark) aim to reduce latency for long-horizon tasks.
  • Practical MoE design: the model uses MoE to scale capacity while keeping inference-active parameters smaller (37B) and provides deployment guidance for vLLM/sglang/vLLM forks and multi-node GPU serving configurations.
  • Multilingual + safety posture: expanded to 10 languages and released under Apache-2.0; the authors report strong safety benchmark results aligned with Korean and international standards.
Who it's for & trade-offs

Great fit if you need to run large-context or multi-step agentic systems (agents, tool-using assistants, long-document analysis) and can provision multi-node GPU serving. Look elsewhere if you need a small on-device model, minimal infra costs, or the absolute top single-turn reasoning numbers from the largest dense models—MoE deployment adds system complexity (special-serving stacks, token routing, compatible runtimes) and requires careful engineering to realize latency and throughput benefits.

Where it fits

K-EXAONE 2.0 sits between massive-capacity research models and production-oriented dense LLMs: it gives extra capacity for specialized skills (agentic coding, long-horizon context) while demanding more sophisticated serving and orchestration than a standard dense transformer.

More Items

Hugging Face
AI Model2026

A 350M-parameter multilingual bidirectional masked-language encoder with an 8,192-token context window, intended for fine-tuning on classification, token-level tasks, retrieval/reranking and semantic-similarity; optimized for long-context CPU inference and on-device use.

Hugging Face
AI Model2026

Provides ComfyUI-ready INT8 MiniMax‑H3 checkpoints (conditioning encoder plus optional generation tail) for a Heretic-edited Qwen3‑VL‑32B source; preserves the vision tower in BF16 and uses row-wise ConvRot INT8 quantization to reduce VRAM needs for ~32GB GPUs. Not a full Transformers generation repository.

Hugging Face
AI Model2026

27B multimodal reasoning model built on Qwen3.5-27B that preserves the base model's native multi-token-prediction head, full vision tower, and a 1,048,576-token YaRN context window. Designed for agentic tool use, long-context reasoning, and research deployments; released under Apache-2.0.