IranRouter
All models
Poolside

Poolside: Laguna S 2.1

Unavailable

by Poolside

poolside/laguna-s-2.1Usage rank #21

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...

At a glance

Context window
1Mtokens
Max output
131Ktokens
Knowledge to
Released
2026

Capabilities

CapabilitiesReasoningTools
InputText
OutputText
ReasoningSupported

Performance

Reference uptime

100%

Aug 18Sep 16

Median latency

451 ms

Aug 18Sep 16

Throughput

87.6 tok/s

Aug 18Sep 16

IranRouter uptime comes from our own automated probes; the reference figures are daily measurements of this model's upstream routes. Each card shows a 30-day average, and a day without data stays empty.

Popularity

Current rank
#21
Rank change, 7 days
0

Daily tokens · 90 days

183.6B

Jun 18Sep 15

Ranked by daily token volume across the global model market; the figure above the chart is the daily average.

Supported parameters

include_reasoningmax_tokensreasoningtemperaturetool_choicetools

Parameters this model accepts; anything else is ignored.

Quick start

from openai import OpenAI

client = OpenAI(
    api_key="ir-...",
    base_url="https://iranrouter.com/v1",
)

resp = client.chat.completions.create(
    model="poolside/laguna-s-2.1",
    messages=[{"role": "user", "content": "سلام!"}],
)
print(resp.choices[0].message.content)

Only base_url and the key change; the rest of your code stays as it is.