vectorch-ai/ScaleLLM
A high-performance inference system for large language models, designed for production environments.
This project helps developers integrate large language models (LLMs) like Llama3.1 or Gemma2 into their applications, especially for high-demand, production-ready services. It takes a chosen LLM and user prompts, then efficiently generates text completions or chat responses. AI/ML engineers, data scientists, and backend developers building LLM-powered applications would use this.
491 stars.
Use this if you need to serve popular open-source large language models with high performance and efficiency in a production environment.
Not ideal if you are an end-user looking for a ready-to-use chatbot application without needing to integrate it into a larger system.
Stars
491
Forks
40
Language
C++
License
Apache-2.0
Category
Last pushed
Dec 19, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/vectorch-ai/ScaleLLM"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
vllm-project/vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
sgl-project/sglang
SGLang is a high-performance serving framework for large language models and multimodal models.
alibaba/MNN
MNN: A blazing-fast, lightweight inference engine battle-tested by Alibaba, powering...
xorbitsai/inference
Swap GPT for any LLM by changing a single line of code. Xinference lets you run open-source,...
tensorzero/tensorzero
TensorZero is an open-source stack for industrial-grade LLM applications. It unifies an LLM...