poolside
Poolside: Laguna M.1
Laguna M.1 is the flagship coding agent model from [Poolside](https://poolside.ai/), optimized for complex software engineering tasks. Designed for agentic coding workflows, it supports tool calling and reasoning, with a 256K...
Context
262k tokens
Input / 1M tokens
$0.20
Output / 1M tokens
$0.40
Benchmark
—
Pricing
Input tokens$0.20 per 1M tokens
Output tokens$0.40 per 1M tokens
Cache read$0.10 per 1M tokens
Technical details
Model IDpoolside/laguna-m.1
Context window262k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens32,768
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'poolside/laguna-m.1',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Poolside: Laguna M.1?
Get an API key and start making requests in minutes.
Get an API key