#62 · Primary category: Inference & Local Deploy
FastDeploy
High-performance Inference and Deployment Toolkit for LLMs and VLMs based on PaddlePaddle
Project last updated:08/26/26
GitHub Stars
3.7K
Forks
760
Contributors
244
License
Apache-2.0
Why we included this project
FastDeploy comes from the PaddlePaddle team itself, so it reads less like a wrapper around someone else's engine and more like the official route for serving Paddle-trained models in production. It has grown beyond a simple toolkit into a full serving solution, covering load-balanced prefill and decode disaggregation, context caching, speculative decoding, quantization options, and several hardware backends. The supported model list leans toward Paddle-adjacent families such as ERNIE, DeepSeek, Qwen3, and PaddleOCR-VL, and the OpenAI-compatible API means you can often slot it in behind existing clients without much rework. Teams already building on PaddlePaddle, or targeting the architectures it supports, will get the most out of it, but the production-focused features make it worth weighing against general-purpose serving tools.
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.