> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://docs.nvidia.com/dynamo/llms.txt. For full content including API reference and SDK examples, see https://docs.nvidia.com/dynamo/llms-full.txt.

# Examples

The examples below assume you build the latest image yourself from source. If using a prebuilt image, follow the examples from the corresponding branch.

## Hello World

Demonstrates the basic concepts of Dynamo by creating a simple GPU-unaware graph.

[View Hello World Example](https://github.com/ai-dynamo/dynamo/tree/v1.0.0/examples/custom_backend/hello_world)

## vLLM

Presents examples and reference implementations for deploying Large Language Models (LLMs) in various configurations with vLLM.

[View vLLM Backend Guide](/dynamo/v1.0.0/backends/v-llm)

## SGLang

Presents examples and reference implementations for deploying Large Language Models (LLMs) in various configurations with SGLang.

[View SGLang Backend Guide](/dynamo/v1.0.0/backends/sg-lang)

## TensorRT-LLM

Presents examples and reference implementations for deploying Large Language Models (LLMs) in various configurations with TensorRT-LLM.

[View TensorRT-LLM Backend Guide](/dynamo/v1.0.0/backends/tensor-rt-llm)