poolside

Poolside: Laguna S 2.1

Laguna S 2.1 is the latest coding agent model from [Poolside](<https://poolside.ai/>). Laguna S 2.1 is a 118B total parameter model with 8B active parameters, scoring 70.2% on Terminal-Bench 2.1 and...

Context
1M 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.01 per 1M tokens

Technical details

Model IDpoolside/laguna-s-2.1
Context window1M tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens131,072

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-s-2.1',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Poolside: Laguna S 2.1?

Get an API key and start making requests in minutes.

Get an API key