Poolside Laguna XS 2.1 at $0.06/$0.12: A New Ultra-Cheap Coding Model on OpenRouter
By Eric Bush · July 6, 2026 · 8 min read
An Ultra-Cheap Coding Model Enters the Router
Poolside Laguna XS 2.1 was discovered via OpenRouter on July 2, 2026 with pricing that stands out immediately: $0.06 per million input tokens and $0.12 per million output tokens. OpenRouter lists a 262,144-token context window. Poolside describes Laguna XS 2.1 as a 33B parameter model with 3B active parameters, its lightest and fastest agentic coding model, designed for on-device use and linked to OpenRouter access.
That combination is unusual: very low list price, very large context, and an explicit agentic coding focus. For teams already using model routers, the obvious question is whether Laguna XS 2.1 can take over cheap coding tasks that currently go to budget general models or expensive frontier models used out of habit.
The Pricing Is the Headline
| Model | Input per 1M | Output per 1M | Best first test |
|---|---|---|---|
| Poolside Laguna XS 2.1 | $0.06 | $0.12 | Cheap agent loops, scaffolding, simple edits |
| Qwen3 30B | $0.08 | $0.28 | Budget coding and general tasks |
| GPT-4.1 nano | $0.10 | $0.40 | Low-cost classification and simple edits |
| DeepSeek V3.2 | $0.26 | $0.42 | Budget reasoning and coding |
| Claude Haiku 4.5 | $1.00 | $5.00 | Fast light coding with stronger ecosystem support |
At $0.06/$0.12, Laguna XS 2.1 is not just cheaper than premium coding models; it is cheaper than many budget models. A session with 2 million input tokens and 500,000 output tokens would cost about $0.18 before router fees or provider-specific adjustments. On Claude Sonnet 4.6 pricing in this site's calculator, the same token mix would be about $13.50. That gap is large enough to justify testing even if the cheaper model only handles a subset of work.
The 262K Context Window Changes the Budget Question
A 262,144-token context window makes Laguna XS 2.1 interesting for repository-aware tasks, but large context should not be confused with cheap success. A model can accept a lot of tokens and still perform poorly if it cannot use them reliably. The right test is not "can it fit the repo?" but "does adding more context improve completed tasks enough to justify the added input spend?"
Because the input price is so low, teams may be tempted to throw entire codebases into context. That can still be wasteful. Large context increases latency, can dilute attention, and can hide retrieval mistakes. Treat the context window as a safety margin for targeted file sets, not permission to abandon context discipline.
Where Laguna XS 2.1 Might Fit
- First-pass scaffolding. Generate simple files, adapters, tests, and boilerplate before escalating to a stronger reviewer.
- Cheap retry loops. Run low-risk experiments where many iterations are expected and human review is still required.
- Repository search summaries. Use the large context window to summarize relevant files before a premium model makes architectural decisions.
- On-device or constrained environments. Poolside's positioning around lightweight, on-device agentic coding may matter for teams that care about locality or deployment flexibility.
The model should not be routed immediately to high-risk migrations, security-sensitive changes, or complex architecture decisions until it proves itself on your benchmark suite. Ultra-cheap tokens are useful only when the final diff is correct enough to reduce total work.
A Practical Evaluation Plan
- Build a 20-task coding benchmark. Include simple edits, test generation, bug fixes, refactors, and one long-context task.
- Compare against your current budget route. Use Qwen3 30B, GPT-4.1 nano, DeepSeek V3.2, or whichever cheap model you already trust.
- Measure accepted diffs, not pretty answers. Track whether generated changes pass tests and survive review.
- Track escalation rate. If 70% of tasks need a premium model after Laguna, the cheap first pass may not save money.
- Keep latency in the score. A cheap model that is too slow for interactive coding may still work for background agents.
The Router Strategy
The best initial route is not replacement. It is tiering. Let Laguna XS 2.1 handle low-risk generation, file summaries, simple test additions, and background cleanup tasks. Escalate to stronger models when the task touches security, data migrations, complex concurrency, public API behavior, or repeated failures. If the cheap model succeeds without escalation, you save. If it fails fast and hands off cleanly, the downside is limited.
Avoid the common routing mistake: sending a cheap model the same huge, vague task you would give a frontier model. Cheap model routes work best with tight instructions, small acceptance criteria, and automatic verification. The model's price buys experimentation, not the right to skip task design.
Bottom Line
Poolside Laguna XS 2.1 is worth testing because the price is extreme, the context window is large, and the model is explicitly positioned for agentic coding. The prudent move is to add it as a low-cost route, measure task success and escalation rate, and only then expand usage. Use the AI Cost Estimator to compare the token economics against your current model mix, but let accepted diffs determine whether the savings are real.
Want to calculate exact costs for your project?
Frequently Asked Questions
What is Poolside Laguna XS 2.1 pricing on OpenRouter?
It was discovered via OpenRouter on July 2, 2026 at $0.06 per million input tokens and $0.12 per million output tokens.
How large is the Laguna XS 2.1 context window?
OpenRouter lists a 262,144-token context window, which makes it interesting for repository-aware coding tasks if the model uses the context effectively.
What does Poolside say about the model size?
Poolside describes Laguna XS 2.1 as a 33B parameter model with 3B active parameters, positioned as its lightest and fastest agentic coding model.
Should teams replace premium coding models with Laguna XS 2.1?
Not immediately. It is better to route low-risk tasks to Laguna first, measure accepted diffs and escalation rate, and keep premium models for complex or high-risk work.
What is the biggest risk with ultra-cheap coding tokens?
The risk is confusing low token price with low total cost. If cheap outputs require repeated retries, premium-model escalation, or heavy human cleanup, the savings can disappear.
Related Articles
OpenRouter Launches MCP Server: One-Click Model Comparison Without Leaving Your Coding Agent
OpenRouter released an MCP server giving coding agents real-time access to model pricing, benchmark scores, and documentation. We walk through what it does, how to install it in Claude Code or Cursor, and how it changes day-to-day model selection workflow.
Sakana Fugu Ultra: Japan's New $5/M Input Model — Coding Cost Analysis
Sakana AI launched Fugu Ultra on June 22, 2026: $5 input / $30 output per million tokens, 1M context window. It sits in the same price tier as Claude Opus but from a different lab. We run the coding cost math to see if it's worth switching.
OpenRouter Subagent: How Delegating Tasks to Cheaper Models Cuts AI Coding Costs
OpenRouter's new subagent feature lets frontier models delegate subtasks to cheaper worker models during generation. Learn how it works and how much you can save.