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

# Reasoning models

> Models that expose chain-of-thought output through a `reasoning_content` field on the response. Some templates also accept request-time toggles to enable or disable thinking.

## 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="MiniMax M2.5" href="/examples/models/llm/minimax-m2.5">
    Deploy MiniMax M2.5 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" 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>
