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

# Long context models

> Models with context windows long enough to hold large documents, codebases, or multi-turn agent state.

## LLMs

<CardGroup cols={2}>
  <Card title="Gemma 4" href="/examples/models/llm/gemma-4">
    Deploy Gemma 4 with a prebuilt Truss config.
  </Card>

  <Card title="GLM-4.7" href="/examples/models/llm/glm-4.7">
    Deploy GLM-4.7 with a prebuilt Truss config.
  </Card>

  <Card title="GLM-5" href="/examples/models/llm/glm-5">
    Deploy GLM-5 with a prebuilt Truss config.
  </Card>

  <Card title="GPT-OSS" href="/examples/models/llm/gpt-oss">
    Deploy GPT-OSS with a prebuilt Truss config.
  </Card>

  <Card title="Holo 3.1" href="/examples/models/llm/holo-3.1">
    Deploy Holo 3.1 with a prebuilt Truss config.
  </Card>

  <Card title="Laguna" href="/examples/models/llm/laguna">
    Deploy Laguna with a prebuilt Truss config.
  </Card>

  <Card title="Llama 3.1" href="/examples/models/llm/llama-3.1">
    Deploy Llama 3.1 with a prebuilt Truss config.
  </Card>

  <Card title="Llama 3.2" href="/examples/models/llm/llama-3.2">
    Deploy Llama 3.2 with a prebuilt Truss config.
  </Card>

  <Card title="Llama 3.3" href="/examples/models/llm/llama-3.3">
    Deploy Llama 3.3 with a prebuilt Truss config.
  </Card>

  <Card title="Llama 4" href="/examples/models/llm/llama-4">
    Deploy Llama 4 with a prebuilt Truss config.
  </Card>

  <Card title="MiniMax M2.5" href="/examples/models/llm/minimax-m2.5">
    Deploy MiniMax M2.5 with a prebuilt Truss config.
  </Card>

  <Card title="Qwen3" href="/examples/models/llm/qwen3">
    Deploy Qwen3 with a prebuilt Truss config.
  </Card>

  <Card title="Qwen3.5" href="/examples/models/llm/qwen3.5">
    Deploy Qwen3.5 with a prebuilt Truss config.
  </Card>

  <Card title="Qwen3.6" href="/examples/models/llm/qwen3.6">
    Deploy Qwen3.6 with a prebuilt Truss config.
  </Card>
</CardGroup>
