Text Generation Inference
the six Ws · specification
Maintained by Hugging Face.
A toolkit for deploying and serving LLMs with high-throughput, low-latency text generation over HTTP and gRPC.
Runs self-hosted, primarily on GPUs, as a Rust/Python server and Docker image.
Reach for it when serving open LLMs in production with continuous batching and streaming.
Optimized inference purpose-built for the Hugging Face model ecosystem.
GPUs (CUDA) for best performance and model weights from the Hugging Face Hub.
Built by Hugging Face; open-source (Apache-2.0 in current releases); self-hostable and runs offline once weights are cached; GPU strongly recommended.
alternatives