AIAny
AI Model2026
Icon for item

Laguna XS 2.1

A Mixture-of-Experts causal LLM (33B total, 3B active) tuned for agentic coding and long-horizon workflows; offers 262K-token context, mixed sliding-window/global attention, FP8 KV-cache and native preserved 'thinking' for tool-assisted agents, with local-ready quantized checkpoints.

Introduction

Most coding and agent workflows hit two hard limits: context length for long-horizon state and latency/memory for local inference. Laguna XS 2.1 targets that gap by combining a compact MoE design with a very large context window and engineering optimizations (FP8 KV cache, mixed SWA/global attention) so you can run agentic coding agents locally without sacrificing multi-step tool reasoning.

Key Capabilities
  • High-context agentic reasoning: preserves explicit "thinking" blocks and supports interleaved reasoning between tool calls, so multi-step plans and tool interactions remain coherent across long sessions.
  • MoE with low activation footprint: 33B total parameters but ~3B activated per token via 256 experts, enabling strong capability with reduced runtime memory compared to dense models — useful for desktop or small-server inference.
  • Long context + efficiency features: 262k token context, sliding-window/global attention mix, and FP8 KV-cache reduce memory and enable long-horizon code and terminal-style tasks.
  • Local-ready ecosystem support: official support and quantized variants for vLLM, Transformers, TRT-LLM, Ollama and llama.cpp, making practical local deployment and tool integration feasible.
Who it's for and tradeoffs

Great fit if you need an LLM to run locally for agentic coding, multi-step terminal automation, or long-context reasoning where preserving internal "thinking" improves outcomes. It trades raw single-turn SOTA for a balance of multi-step capability, local resource efficiency, and tool-call fidelity. Look elsewhere if you need the absolute top leaderboard single-shot accuracy or prefer fully closed-source commercial models with managed hosting and SLA-backed inference.

Information

Categories

More Items

Hugging Face
AI Model2026

Converts raw ASR transcripts into clean written text: adds punctuation and capitalization, expands spoken numbers/dates/times/currencies/emails, removes fillers and resolves self-corrections. Fine-tuned from Qwen3-0.6B (≈0.6B params), 94.8% token accuracy on a 7,519-case English test set; designed for CPU/edge deployment and deterministic post-processing.

Hugging Face
AI Model2026

GGUF build of Ornith-1.5's 35B mixture-of-experts model (A3B) for local inference — activates ~3B params per token, supports up to 262,144 tokens, emits separate reasoning traces and OpenAI-style tool calls, optimized for agentic coding and long-context use cases.

Hugging Face
AI Model2026

An uncensored, weight-modified variant of Qwen3.8-27B that surgically removes the model's refusal directions to produce 0% refusals while aiming to preserve or improve capability. Uses complementary abliteration blending (SVD + LEACE blend) and ships with recommended greedy inference settings; intended for AI-safety research and red‑teaming, not for causing harm.