Laguna M.1

1.55
Laguna M.1 looks expensive on paper: 225 billion parameters, a 256K context window, and a design built around coding agents. Then I checked the price: free. For now, both Poolside and OpenRouter let you use it without paying for model calls.
Advertisement 728 × 90
CompanyPoolside
Context262K
Released2026-04
Updated2026-09-09

Laguna M.1 Overview

Laguna M.1 is an open-weight Mixture-of-Experts model released by Poolside in April 2026. It was built for long-running, agentic coding tasks rather than general-purpose chat.

The model has 225 billion total parameters, with roughly 23 billion active during each inference pass.

That’s where the MoE architecture matters. Poolside can build a very large model without running all 225 billion parameters every time you send a request.

Laguna M.1 has 70 layers. The first three are dense, while the remaining 67 use sparse MoE layers. There are 256 experts in total, with 16 selected for each pass.

That makes inference more practical than a fully active 225B model, but don’t mistake it for something lightweight. The full weights are still huge, and running it locally takes serious hardware.

The context window is 256K tokens, with a maximum output of roughly 32K tokens. It also supports reasoning between tool calls.

That last part matters for coding agents.

A coding agent doesn’t just answer once and stop. It may inspect a repository, edit files, run commands, read an error, fix the code, and then try again. If the model loses the thread every time a tool returns a result, longer tasks fall apart quickly.

The model weights are released under Apache 2.0 and can be downloaded from Hugging Face.

Laguna M.1 is text in, text out. No images, video, or audio.

And its focus is narrow by design: this is a coding-agent model.

Using it as a normal chatbot would be missing the point.

Laguna M.1 Pricing

PlanPriceDescription
Poolside API Free for a limited time Available through platform.poolside.ai
OpenRouter Free Model ID: poolside/laguna-m.1:free
Local deployment, FP8 Model is free; hardware is yours Download from Hugging Face; requires FP8-capable GPUs
Local deployment, BF16 Model is free; hardware is yours Full weights are about 452GB

Poolside describes its API access as free for a limited time, but it hasn't published a date for paid pricing or said what those rates will look like.

OpenRouter also lists the model as free.

For developers, that makes the decision pretty easy: test it now.

Coding-agent benchmarks can tell you where a model sits on a leaderboard, but they can't tell you how it behaves inside your repository.

When the API costs nothing, there's little reason to guess from benchmark tables. Give it a real issue, a real repo, and a terminal task and see whether it actually finishes the job.

Local deployment is another option if you already have the hardware. There's an FP8 version, but the full BF16 weights are around 452GB.

That's well beyond the “maybe I'll just upgrade my GPU” category. You need to plan the machine around the model.

Laguna M.1 Key Features

1. It's Supposed to Finish the Coding Task, Not Just Talk About It

Laguna M.1 isn't mainly trying to be a better code autocomplete tool.

The goal is to let an agent take a task and keep working until it's done.

Give it a terminal-based job and it can work through the steps: understand the problem, edit the code, run commands, inspect the result, fix errors, and continue iterating.

That's also where coding agents get expensive.

A normal coding assistant might call the model once. An agent trying to finish an entire task may hit the model again and again while feeding terminal output back into the loop.

So Laguna M.1's long context window and tool-use behavior matter more than whether it's particularly good at casual conversation.

Poolside also offers a terminal coding agent called pool and a cloud development environment called Shimmer.

That tells you a lot about what the company is building. The model isn't meant to sit alone behind a chat box. It's meant to be part of the whole coding workflow.

2. Strong Coding Scores, but Not the Top of Every Leaderboard

Laguna M.1 scores 74.6% on SWE-bench Verified, 63.1% on SWE-bench Multilingual, 49.2% on SWE-bench Pro, and 45.8% on Terminal-Bench 2.0.

For comparison, DeepSeek-V4 Flash scores 79.0%, 73.3%, 52.6%, and 56.9% on those same benchmarks.

So the picture is fairly straightforward: Laguna M.1 is competitive with strong open coding models, but it doesn't lead every benchmark.

For actual development work, I'm not sure a three-point leaderboard gap is the thing I'd worry about most.

If one model completes a repository-level task without failing halfway through — or saves an engineer from having to take over manually — that matters more than a few benchmark points.

And since Laguna M.1 is free to try, there's no reason to let the leaderboard make that decision for you.

Run it against your own issues and codebase.

3. The Real Value of 256K Context Is Having to Choose Fewer Files

A 256K context window sounds impressive, but the practical benefit for coding agents is pretty simple: you spend less time deciding what code the model is allowed to see.

Large repositories are messy.

With a short context window, the agent can't keep all the relevant files in view. You have to retrieve files, rank them, decide what goes into the prompt, and then hope an important dependency isn't sitting three directories away.

Before long, you've built a separate layer of code just to manage what the AI gets to read.

A 256K context window doesn't make that problem disappear, especially on very large repositories. It just lets the agent keep a much larger working set in memory.

That helps when a task crosses multiple files, follows a long call chain, or depends on the interaction between code, configuration, and tests.

Missing one important file can easily turn into another failed edit-and-test cycle.

Keeping more of the repository in view gives the agent fewer chances to make that mistake.

Summary

The most interesting thing about Laguna M.1 isn't really the 225-billion-parameter number.

It's this combination:

it's built specifically for coding agents, and right now the API is free.

The model is already competitive with strong open coding models, and the 256K context window gives it room to work across larger codebases. Its MoE design also means only around 23 billion parameters are active per inference rather than all 225 billion.

More importantly, you can test it on real work without worrying much about API cost.

That's useful because the hardest question about any coding model isn't “what did it score?”

It's: can it fix the bug in my repository without me stepping in?

Free access makes that question cheap to answer.

There are clear limits.

Laguna M.1 only works with text. It doesn't understand screenshots, images, video, or audio. Its narrow focus on coding agents also makes it a poor choice for general-purpose chat.

Poolside hasn't announced its long-term pricing either, so there's no guarantee the free API period will last.

Local deployment isn't particularly accessible, either. The full BF16 weights are around 452GB, and even the FP8 version requires substantial GPU resources.

If you're building coding agents or evaluating autonomous bug fixing, terminal work, or repository-scale software tasks, Laguna M.1 belongs on the test list.

Right now, there's almost no API cost to finding out whether it works for your codebase.

For ordinary text chat, it's far more model than you need. And if your workflow depends on visual input, this isn't the right model.

As for running the full thing on a personal workstation: check the hardware requirements before anything else. A 452GB model isn't a problem you solve by buying one slightly better graphics card.

Comments (0)

Leave a comment

Advertisement 728 × 90

Poolside Model Comparison

Model Context Pricing API Released Global Heat
Laguna M.1
262K YES 2026-04
31/100
1M YES 2026-07
39/100
262K YES 2026-07
29/100

Similar Models

Laguna S 2.1
39
Laguna S 2.1 is built around a practical idea: can you run a coding agent that writes code and uses tools on a single machine without activating a massive model every time? The model has 118 billion total parameters, but only 8 billion are active during inference.
Poolside
Laguna XS 2.1
29
My take on Laguna XS 2.1 is pretty straightforward: Poolside is not trying to beat trillion-parameter models at their own game. It is asking a more practical question: can you run a capable coding agent on your own computer?
Poolside
GPT-5.5 Pro
100
I’ve been using GPT-5.5 Pro with a few colleagues for the past several weeks, mostly on the kinds of jobs where regular chatbots tend to fall apart: long documents, messy research questions, code debugging, and tasks that need more than one or two steps of reasoning.
OpenAI
Claude Opus 5
100
What interests me most about Opus 5 isn’t the benchmark bump. It’s that Anthropic has pushed near-flagship capability into a price range more teams can actually use every day. I still wouldn’t treat it as a model you can leave alone for hours and assume everything will work out.
Anthropic
Claude Opus 4.8
100
Claude Opus 4.8 is Anthropic's most powerful Opus-series model, featuring multimodal input, reasoning, and a 1M-token context window, excelling in complex reasoning and coding.
Anthropic
GPT-5.5
99
My first impression of GPT-5.5 is that it feels less like a chatbot and more like a coworker you can actually hand work to. Give it a task and it can break it down, use tools, and check what it has done.
OpenAI
GPT-5.6 Luna Pro
99
OpenAI’s next-generation efficient AI model, balancing speed, cost, and intelligence for chat, coding, and automation tasks.
OpenAI
DeepSeek V4.1 Flash
99
DeepSeek V4.1 Flash has taken over from Pro with a larger model, a 1-million-token context window, built-in vision, and lower API pricing. Some published scores already beat V4 Pro. What matters now is how that holds up in real workloads.
DeepSeek