AIAny
AI Model2026
Icon for item

Laguna S 2.1

Agentic coding and long-horizon text generation via a 118B-parameter Mixture-of-Experts LLM with a 1,048,576-token context window. Features 256 routed experts, native preserved-thinking (reasoning) control, speculative decoding draft models, and quantized checkpoints for lower-cost serving.

Introduction

Laguna S 2.1 targets workflows where sustained reasoning, tool orchestration, and extremely long context matter more than minimal serving cost. Its architectural choices (MoE routing, interleaved global/sliding-window attention and preserved "thinking" blocks) are tuned to keep reasoning state across tool calls and across very large token windows, which changes how you design agentic pipelines compared with standard dense LLMs.

Key Capabilities
  • Large-context, agentic workflows: 1,048,576-token context enables whole-repo, long-dialogue, and long-trace reasoning without external retrieval; preserved-thinking keeps intermediate reasoning in history so the model can deliberate between tool calls.
  • MoE economy and activation footprint: 118B total parameters with ~8B activated per token using 256 routed experts plus a shared expert, balancing capacity and inference cost compared with dense models of similar capability.
  • Production-friendly variants: trained speculative-decoding (DFlash) draft models and multiple quantized checkpoints (FP8, NVFP4, INT4, GGUF) reduce latency and GPU memory needs for serving.
  • Integrations and serving patterns: documented examples for vLLM, SGLang, TRT-LLM and llama.cpp forks show common deployment paths; BF16 checkpoints require multi-GPU (roughly 236GB of weights) while quantized builds are far smaller.
Who it's for and tradeoffs

Great fit if you build agentic coding assistants, long-form code analysis pipelines, or tools that need to keep multi-file state and intermediate reasoning in-context. The model's preserved-thinking and tool-call parsers simplify orchestrating multi-step tool workflows. Look elsewhere if you need minimal single-GPU inference cost, extremely small deployment footprints, or if your use case is primarily short-turn chat where a smaller dense model would be cheaper. Also plan engineering work for safety and guardrails: the model is released under OpenMDW-1.1 and Poolside recommends following their Acceptable Use Policy and mitigations rather than circumventing built-in protections.

Where it fits

Compared with smaller Laguna variants (e.g., Laguna XS 2.1) it offers much larger routed capacity and a 1M token window; versus very large dense models it can deliver strong long-context and agentic behavior at a lower activated compute per token but needs MoE-aware serving (multi-GPU or quantized stacks). Benchmarks published by the author show competitive code and reasoning scores, positioning it as a specialist choice for engineering-heavy LLM products.

Information

Categories

More Items

Hugging Face
AI Model2026

Generates and reasons about multimodal physical-world content—text, images, video and action trajectories—conditioned on text, images, video and robot/vehicle action inputs. An edge-sized (4B) Mixture‑of‑Transformers omni-model optimized for single‑GPU inference and Physical AI tasks (image→video, action prediction, robot policy).

Hugging Face
AI Model2026

Compact 3B-scale agentic LLM for multi-step tool use and reasoning, using a Looped Transformer to increase capacity without adding parameters; built for local deployment with configurable "thinking" modes and benchmark gains vs larger open models.

Hugging Face
AI Model2026

Open preview checkpoint of a sparse Mixture-of-Experts causal LLM with ~314B total params (~13B active per token) and native 256K context for long-context multilingual text generation. Ships with custom modeling code (trust_remote_code) and a research/non-commercial use license.