#85 · Primary category: Inference & Local Deploy
optillm
Optimizing inference proxy for LLMs
Project last updated:07/18/26
GitHub Stars
4.3K
Forks
385
Contributors
20
License
Apache-2.0
Why we included this project
OptiLLM runs as a proxy in front of any OpenAI-compatible endpoint, intercepting requests and applying one of more than 20 inference-time techniques before the answer comes back. That gives teams who cannot fine-tune a model a way to push harder on math and coding tasks, with repo examples reporting gains like +30 points on AIME 2025 from extra compute rather than retraining. You can start using it by pointing an existing OpenAI client at a local port and prefixing the model name with a slug such as `moa-` or `mcts-`, which makes it a convenient harness for comparing best-of-N, chain-of-thought reflection, MCTS, and multi-agent strategies against each other on the same task set. It also routes through LiteLLM, so the same techniques can be tested against GPT, Claude, or open-weight models without touching your application code.
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.