QDNAAdvisory and architecture for LLM inference and training platforms, on-premises or hybrid

Triton Inference Server

Inference Runtime

Triton Inference Server

Triton serves models from multiple frameworks on a single infrastructure. It handles dynamic batching, concurrent instances and metrics tracking. It integrates with the NVIDIA AI Enterprise stack.

Key points: Multi-framework · Dynamic batching · Concurrent instances · Metrics · NVIDIA AI Enterprise.

Role

Triton Inference Server serves models from multiple frameworks on a single infrastructure, beyond large language models alone.

How it works

It handles dynamic batching, concurrent instances and metrics tracking, with fine-grained request scheduling.

Use cases

Triton suits heterogeneous fleets that combine language models, vision models and classic models, under a single console.

Integration

It integrates with the NVIDIA AI Enterprise stack and, through its TensorRT-LLM backend, serves models in NVFP4 format on Blackwell GPUs (Triton documentation and TensorRT-LLM quantization matrix, re-read on 2 September 2026).

License and source code

Triton Inference Server is published under the BSD-3-Clause licence. Its core is implemented in C++ (the core repository); the server repository, which GitHub classifies as Python, holds the build, scripts and tests (re-read on 2 September 2026). The source is public, which means the runtime can be audited, patched and pinned to a known commit rather than trusted on a vendor's word.

Repository: triton-inference-server/server. Licence and implementation language are re-read from this source by the QDNA fact base. The version number is deliberately not published here: it would go stale between two upstream releases without anything catching it.

Talk to a specialist

A no-obligation conversation.

Book a call

Which models can Triton Inference Server serve?

Triton Inference Server targets industrial deployment across several models.

ModelBillion parametersServing page
DeepSeek V41,600DeepSeek V4 with Triton Inference Server
GLM 5.2744GLM 5.2 with Triton Inference Server
Kimi K2.7 Code1,000Kimi K2.7 Code with Triton Inference Server
Kimi K32,800Kimi K3 with Triton Inference Server
MiniMax M3428MiniMax M3 with Triton Inference Server
Nemotron 3 Ultra550Nemotron 3 Ultra with Triton Inference Server
Qwen 3.8 27B27Qwen 3.8 27B with Triton Inference Server

See all engine and model combinations.