Triton Inference Server
Inference Runtime

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.
Which models can Triton Inference Server serve?
Triton Inference Server targets industrial deployment across several models.
See all engine and model combinations.