Laguna Xs 2.1 (free)
Poolside logo

Laguna Xs 2.1 (free)

laguna-xs-2.1-free
Poolside
Laguna XS 2.1 is the latest coding agent model in the 33B-A3B category from Poolside, representing a step forward from the Laguna XS.2 model released in April 2026. It features an extensive context length of 262,144 tokens, allowing it to process large amounts of code and developer inputs. This model provides a robust solution for a wide range of coding agent tasks.

Pricing

  • Input Tokens: $0.000 /M tokens
  • Output Tokens: $0.000 /M tokens
  • Cache Read: $0.000 /M tokens

Input Modalities

  • Text

Output Modalities

  • Text

Capabilities

  • Long context

Try this model

Python
import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AIHUBMIX_API_KEY"],
    base_url="https://aihubmix.com/v1",
)

response = client.chat.completions.create(
    model="laguna-xs-2.1-free",
    messages=[
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    max_tokens=1024,
    stream=False,
)

print(response.choices[0].message.content)

Frequently asked questions

What is Laguna Xs 2.1 (free)?

Laguna XS 2.1 is the latest coding agent model in the 33B-A3B category from Poolside, representing a step forward from the Laguna XS.2 model released in April 2026. It features an extensive context length of 262,144 tokens, allowing it to process large amounts of code and developer inputs. This model provides a robust solution for a wide range of coding agent tasks.