> ## 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.

# Agentic models

> Models tuned for multi-step agent workflows: instruction following across long traces, tool use, and planning.

## LLMs

<CardGroup cols={2}>
  <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="Nemotron 3" href="/examples/models/llm/nemotron-3">
    Deploy Nemotron 3 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>
