Poolside's closed LLM with 262k-token context for long text tasks.
Laguna M.1 is built as a proprietary LLM focused on text modality. Its design centers on a 262144-token context window that accommodates very long inputs without chunking. Poolside keeps the model closed to maintain control over deployment and updates.
The primary strength is its ability to retain coherence across hundreds of thousands of tokens. This capability suits workloads where sustained context matters more than open-source flexibility. No public benchmarks or parameter sizes are provided.
Typical usage involves enterprise text processing such as analyzing lengthy documents or code repositories. It fits into secure pipelines where users require managed access rather than local weights. Integration occurs through Poolside's platform for controlled, scalable inference.
Laguna M.1 (striped bar) vs other language models on intelligence, speed and price.
USD per 1M output tokens · Lower is better · Laguna M.1 ranks #40 of 147
Sources: Artificial Analysis (intelligence, speed) · OpenRouter (price).
Processes contracts spanning hundreds of pages in a single pass, identifying clauses, risks, and inconsistencies through extended document analysis.
Combines findings across multiple lengthy academic papers or technical reports, producing integrated summaries and cross-references using information synthesis from large inputs.
Maintains coherent multi-turn discussions over evolving codebases and design decisions while tracking prior context across thousands of tokens.
Estimate what Laguna M.1 would cost for your usage.
Based on Laguna M.1's $0.20/1M input · $0.40/1M output. Estimate only — actual cost varies by provider and caching.
OpenRouter's API is OpenAI-compatible — most SDKs work by just swapping the base URL. Only the model slug changes between models.
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://openrouter.ai/api/v1",
apiKey: process.env.OPENROUTER_API_KEY,
});
const completion = await client.chat.completions.create({
model: "poolside/laguna-m.1",
messages: [{ role: "user", content: "Hello!" }],
});
console.log(completion.choices[0].message.content);Model slug: poolside/laguna-m.1
Laguna M.1 is Poolside's proprietary language models with a 262K-token context window.
At $0.40 per 1M output tokens, it is very cost-efficient for its class.
It is available through Poolside's API and aggregators like OpenRouter.
Best suited to very large 262k token context window and focused text-only processing.
Laguna M.1 supports a context window of 262144 tokens.
Real, verified reviews from the community shape this model's rating.
Loading reviews…
Sibling versions in the Laguna family from Poolside.