---
title: "Laguna S 2.1 (free)"
description: "Agentic coding and long-running tasks. API identifier laguna-s-2.1-free, 262,144-token context window"
canonical: "https://inference.boundless.network/models/laguna-s-2.1-free"
---

# Laguna S 2.1 (free)

Agentic coding and long-running tasks.

| | |
| --- | --- |
| API identifier | `laguna-s-2.1-free` |
| Developer | Poolside |
| Context window | 262,144 tokens |
| Supports | text, reasoning, tool-use |
| Status | Serving |

## Rates

US dollars per 1M tokens, on-demand tier.

| Input | Cached input | Output |
| --- | --- | --- |
| $0 | $0 | $0 |

## Call it

Put `laguna-s-2.1-free` in the `model` field. The same request works against the Anthropic Messages API — see [API Compatibility](https://inference.boundless.network/docs/api-compatibility).

```bash
curl https://api.inference.boundless.network/v1/chat/completions \
  -H "Authorization: Bearer $BOUNDLESS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "laguna-s-2.1-free",
    "messages": [{
      "content": "Say hello",
      "role": "user"
    }]
  }'
```

Every model we serve is listed at [Models](https://inference.boundless.network/models); the rate card in full is on [Pricing](https://inference.boundless.network/docs/pricing).
