> ## Documentation Index
> Fetch the complete documentation index at: https://docs-staging.poolside.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported models

> An overview of Poolside models, including modes and context windows.

Poolside provides proprietary AI models for software engineering. You deploy and use these models entirely within your environment, so your code, prompts, and outputs stay under your control.

Supported models are Poolside-managed model families that Poolside validates, ships, upgrades, patches, and helps operate in your deployment.

Poolside models can work in one or more modes:

* **Agentic**: Plans and executes multi-step tasks, iterating and applying code changes, refactors, and suggestions.
* **Chat**: Answers questions and provides explanations.
* **Completion**: Provides code completion responses for integrations that use completion models.

## Supported models

| Model name                               | Context window | Model type         | Modes         |
| ---------------------------------------- | -------------- | ------------------ | ------------- |
| [Laguna M.1](/release-notes/laguna-m1)   | 128K           | Mixture of Experts | Agentic, Chat |
| [Laguna XS.2](/release-notes/laguna-xs2) | 128K           | Mixture of Experts | Agentic, Chat |
| [Malibu 2.2](/release-notes/malibu-2-2)  | 128K           | Dense              | Agentic, Chat |
| Point                                    | 64K            | Dense              | Completion    |

For hardware sizing and minimum requirements, see [Supported configurations](/deployment/supported-configurations).
