Poolside / poolside/laguna-s-2.1

Laguna S 2.1 - access through LLMTR

The most capable Poolside option for multi-file refactors, repo-wide understanding, and long tool-driven tasks. A 262K context window and 32K output let it carry large changes in a single session, and reasoning can be toggled to trade quality against speed. It adds the most value in software engineering and agentic coding workflows rather than general chat.

Technical specifications

Canonical IDpoolside/laguna-s-2.1
ProviderPoolside
Context window262,144 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext

Pricing

A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENSNot available
CHAT_COMPLETIONSCACHE_READPER_1M_TOKENSNot available
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENSNot available

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"poolside/laguna-s-2.1","messages":[{"role":"user","content":"Hello"}]}'

Related models