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

# Multimodal (image) models

> Models that accept image inputs alongside text in the same request.

## 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="Holo 3.1" href="/examples/models/llm/holo-3.1">
    Deploy Holo 3.1 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="Qwen3-VL" href="/examples/models/llm/qwen3-vl">
    Deploy Qwen3-VL with a prebuilt Truss config.
  </Card>
</CardGroup>
