Skip to content
Poolside

Foundation models built for agentic coding.

Poolside trains models from scratch: our own data, our own infrastructure, our own reinforcement learning. Competitive with leading models at a fraction of the compute.

  • laguna
    s
    2.1

    Frontier-class reasoning at mid-size cost. Optimized for quality, speed, and efficiency.

    118B params
    8B active
    1M context
  • laguna
    xs
    2.1

    Our lightest and fastest agentic coding model. Small enough to run on-device.

    33B params
    3B active
    256K context
All models:
OpenAI-compatible Chat API
Weights on Hugging Face
Licenses vary by model

These models learned to code inside pool

All Laguna models are trained with reinforcement learning inside our agent harness; they perform at their best in pool , or you can use any ACP client.

curl -fsSL https://downloads.poolside.ai/pool/install.sh | sh
Frontier-class reasoning at mid-size cost. A 118B total parameter model with 8B activated. Trained in-house on 30T tokens.
Our strongest model for agentic coding and long-horizon work. Competitive with models several times its size on Terminal-Bench 2.1 and DeepSWE. Small enough to run on a single NVIDIA DGX Spark.

Terminal-Bench 2.1

Terminal-Bench 2.1 Resolved tasks on Terminal-Bench 2.1.

SWE-Bench Multilingual

SWE-Bench Multilingual Resolved tasks on SWE-Bench Multilingual.

SWE-Bench Pro (Public Dataset)

SWE-Bench Pro (Public Dataset) Resolved tasks on SWE-Bench Pro (Public Dataset).

DeepSWE

DeepSWE Resolved tasks on DeepSWE.

SWE Atlas (Codebase QnA)

SWE Atlas (Codebase QnA) Resolved tasks on SWE Atlas (Codebase QnA).

Toolathlon Verified

Toolathlon Verified Resolved tasks on Toolathlon Verified.
Benchmarks as of 21 July 2026. pass@1 averaged over 4 attempts per task, except DeepSWE, SWE Atlas (Codebase QnA) and Toolathlon Verified that had 3 attempts per task. For all benchmarks we take the maximum of the vendor self-reported score, benchmark author leaderboard or third-party leaderboard (Artificial Analysis), except SWE Atlas (Codebase QnA) where we do not use third-party leaderboard figures.

Intelligence vs. model size

  • Laguna S 2.1
  • Other Laguna
  • Other disclosed models
Laguna S 2.1Laguna S 2.1: 70.2 at 118BLaguna XS 2.1Laguna XS 2.1: 33.4 at 33BKimi K3Kimi K3: 88.3 at 2800BDeepSeek-V4-Pro-MaxDeepSeek-V4-Pro-Max: 64 at 1600BInklingInkling: 63.8 at 975BNemotron 3 UltraNemotron 3 Ultra: 56.4 at 550BMiniMax M3MiniMax M3: 66 at 428BHy3Hy3: 71.7 at 295BDeepSeek-V4-Flash-MaxDeepSeek-V4-Flash-Max: 61.8 at 284BInkling-SmallInkling-Small: 52.7 at 276BNemotron 3 SuperNemotron 3 Super: 38.6 at 120BMistral Small 4Mistral Small 4: 21.4 at 119BQwen3.6-35B-A3BQwen3.6-35B-A3B: 44.9 at 35BQwen3.6-27BQwen3.6-27B: 51.3 at 27BTotal parameters (B, log scale)Score (Pass@1)
Total parameters, log scale. Models with undisclosed total parameter counts are omitted.
Our lightest and fastest agentic coding model. A 33B total parameter model with 3B activated. Trained in-house on 15T tokens.
A second-generation architecture and our first open-weight model, built on everything we've learned since training Laguna
m
1
across synthetic data and RL. Laguna
xs
2.1
performs at its best in our coding agent, as a strong model for rapid agentic iteration.

SWE-bench Verified

SWE-bench Verified Resolved tasks on SWE-bench Verified.

SWE-bench Multilingual

SWE-bench Multilingual Resolved tasks on SWE-bench Multilingual.

SWE-Bench Pro

SWE-Bench Pro Resolved tasks on SWE-Bench Pro.

Terminal-Bench 2.0

Terminal-Bench 2.0 Resolved tasks on Terminal-Bench 2.0.
Benchmarks as of 2 July 2026. † We have chosen to include dense models with larger activated parameter counts to highlight the relative efficiency of MoE models.

Quantize it or serve it. The weights are yours. Bring it into your existing tools and harnesses in minutes.

We believe the West needs strong open-weight models, and we're committed to contributing to that ecosystem. We release the Laguna family under permissive licences from OpenMDW to Apache 2.0, inviting the community to evaluate, fine-tune, and build on our work.

Get started with Laguna. Free to use for a limited time.

from openai import OpenAI
import os

client = OpenAI(
  api_key=os.getenv("POOLSIDE_API_KEY"),
  base_url="https://inference.poolside.ai/v1"
)

response = client.chat.completions.create(
  model="poolside/laguna-s-2.1",
  messages=[{
    "role": "user",
    "content": "What are channels in Go?"
  }]
)

OpenAI-compatible chat API.

Get an API key
$ curl -fsSL https://downloads.poolside.ai/pool/install.sh | sh

poolv1.0.6

• Connected to agent server · Laguna S 2.1

Audit the checkout flow for race conditions

Thinking

Tracing order creation and transaction boundaries

● Read(src/checkout/createOrder.ts)

● Edit(src/checkout/createOrder.ts)

● Bash(pnpm test checkout)

✓ 12 tests passed in 284ms

Working… (12s)

Laguna in your terminal with pool.

CLI docs

$ docker run --gpus all poolside/laguna

NVIDIA DGX Spark · GB10 Grace Blackwell

128 GB unified memory · CUDA device ready

Loading poolside/laguna-s-2.1

Precision FP4 · Context 131,072

Starting OpenAI-compatible inference server...

✓ Ready at http://localhost:8000/v1

Run Laguna locally.

View the local setup guide

Work with Poolside Desktop Assistant.

Download for macOS

How we build these models. The Model Factory, our training infrastructure, and everything we publish as we go.

Research at Poolside

Footnotes.

All benchmarking for Laguna S 2.1 and Laguna XS 2.1 was completed using the Laude Institute's Harbor Framework with our agent harness, a maximum of 500 steps and sandboxed execution via our internal sandbox service. We report mean pass@1 averaged over multiple attempts per task. Final run trajectories for Laguna S 2.1 evaluation are available to view and download at trajectories.poolside.ai.

Some base task images and verifiers were patched to fix infrastructure reliability issues inherent in task setup, such as rate limits on third-party dependencies in external registries used by the verifier. More details outlining these updates and other findings are available as part of our Laguna M.1/XS.2 Technical Report

We used the highest publicly-referenced scores for all comparison models across each benchmark.