poolside
Poolside: Laguna XS.2
Laguna XS.2 is the second-generation model in the XS size class from [Poolside](https://poolside.ai/), their efficient coding agent series. It combines tool calling and reasoning capabilities with a compact footprint, offering...
Context
262k tokens
Input / 1M tokens
$0.10
Output / 1M tokens
$0.20
Benchmark
—
Pricing
Input tokens$0.10 per 1M tokens
Output tokens$0.20 per 1M tokens
Cache read$0.05 per 1M tokens
Technical details
Model IDpoolside/laguna-xs.2
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-xs.2',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Poolside: Laguna XS.2?
Get an API key and start making requests in minutes.
Get an API key