#110 · Primary category: Inference & Local Deploy
truss
The simplest way to serve AI/ML models in production
Project last updated:08/28/26
GitHub Stars
1.2K
Forks
122
Contributors
97
License
MIT
Why we included this project
Truss is the command-line tool you reach for when a Hugging Face model needs to become a live API without writing a Dockerfile or touching Kubernetes. You describe the model, hardware, and engine in a config file, and `uvx truss push` builds the serving container and deploys it, so the same packaged setup behaves in local development and in production. It covers most major Python frameworks, from transformers and diffusers to PyTorch, TensorFlow, vLLM, SGLang, and TensorRT-LLM, which keeps one workflow usable across LLMs, image, and audio models. It is built around Baseten and its GPU-backed autoscaling, but the resulting container can run on your own infrastructure too. For teams that want a short path from a trained model to an OpenAI-compatible endpoint, this is a practical way to get there.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.