AIAny
AI Model2026
Icon for item

K2-Horizon-MoVA-36B-A4B

Sparse MoE causal LLM that uses Mixture-of-Value Attention (MoVA) to store 36B parameters while activating ~4B per token; supports a native 524,288-token context and is released with final checkpoints, training data, and training code under open license.

Introduction

Most scaling work adds dense capacity; K2 Horizon takes a different path by introducing sparsity into attention as well as FFNs. The key insight is that routing in attention (MoVA) plus MoE feed‑forwards lets the model deliver near–dense-32B performance while only activating a few billion parameters per token, enabling much larger effective capacity for the same runtime cost.

Key Capabilities
  • High capability per active parameter: stores ~36B parameters but activates ~4–4.7B core parameters per token, which reduces per-token compute while preserving high reasoning and agentic performance compared with many larger dense models — so what: lower inference cost for similar task performance.
  • Very long context: native 524,288-token context from midtraining onward — so what: supports retrieval- or document-heavy workflows without external chunking or retrieval shims.
  • Open, reproducible release: final weights, planned intermediate checkpoints, training data recipes, and training code are published under an open license — so what: researchers can study capability evolution, reproduce training stages, and adapt or fine-tune from known checkpoints.
  • Agent and serving support: validated with vLLM, SGLang and common Transformer tooling and recommended parser/settings for agent use — so what: practical to deploy in agentic and tool-using pipelines with validated recipes.
Who It's For & Tradeoffs

Great fit if you need a model that balances high capability with lower per-token activation cost (researchers building long-context agents, groups experimenting with sparse attention, and teams wanting an open-weight frontier model). Look elsewhere if you need the simplest possible deployment (dense models often have fewer runtime implementation constraints) or if you require the absolute top scores on every dense-model benchmark — MoVA introduces engineering complexity (serving, router numerics, expert parallelism) and uncommon runtime requirements that increase deployment friction.

Where It Fits

K2-Horizon-MoVA-36B-A4B sits between dense ~30–32B models and much larger MoE fleets: it targets users who want near–large-model performance but prefer lower active-compute and full transparency (open weights + data + code). It's particularly suited to long-document reasoning, agentic tool use, and experiments into sparse-attention architectures.

How It Works (brief)

MoVA (Mixture-of-Value Attention) routes value vectors across attention heads so different attention experts handle different parts of the context; combined with MoE FFNs this creates capacity that is sparse at inference time. The published model includes architecture metadata (48 layers, 2,560 hidden size, large expert pool and routing counts) and evaluation tables showing benchmark tradeoffs versus other open and closed models.

More Items

Hugging Face
AI Model2021

Learns a joint image–text embedding via contrastive pretraining to enable zero-shot image classification. Uses a ViT‑B/32 image encoder and transformer text encoder; intended primarily for research into robustness and generalization, not untested deployment.

Hugging Face
AI Model2026

A TURBO multi-stage fine-tune of Qwen3.8‑27B that shortens internal “thinking” token blocks and raises ARC benchmarks (8‑bit ARC‑C ≈735, ARC‑E ≈882). It ships GGUF quants (regular and MTP, Neo‑Imatrix), vision support and 256k context for local multimodal inference on consumer GPUs.

Hugging Face
AI Model2023

Pretrained multilingual speech encoder for ASR and related speech tasks (300M parameters), trained with wav2vec2-style self-supervision on ~500k hours across 1,400+ languages. Designed for 16 kHz audio and typically fine-tuned for downstream ASR/translation/classification.