Poolside / poolside/laguna-xs-2.1

Laguna XS 2.1 - access through LLMTR

Built for short-cycle code edits, test writing, and agent loops that need quick iteration. It keeps the same 262K context window and tool calling as the S class while responding noticeably faster, and reasoning can be turned off to cut latency further on work that does not need it.

Technical specifications

Canonical IDpoolside/laguna-xs-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-xs-2.1","messages":[{"role":"user","content":"Hello"}]}'

Related models