OpenLLM
by Community
Run any open-source LLMs, such as DeepSeek and Llama, as OpenAI compatible API endpoint in the cloud.
OSS
OpenLLM
Added 1 June 2026
Overview
OpenLLM provides a framework to run any open-source large language model, such as DeepSeek and Llama, as an OpenAI-compatible API endpoint. It handles model serving in cloud environments and is built in Python.
Best for
Best for
Developers who need to serve open-source LLMs with OpenAI API compatibility
Use cases
- Deploy open-source LLMs as drop-in replacements for OpenAI endpoints
- Serve multiple open-source models behind a unified API
- Experiment with different LLMs locally or in the cloud
Notes
OpenLLM provides a framework to run any open-source large language model, such as DeepSeek and Llama, as an OpenAI-compatible API endpoint. It handles model serving in cloud environments and is built in Python.
12,346 stars on GitHub. Last updated 2026-06-01. Licensed Apache-2.0.
Use cases
- Deploy open-source LLMs as drop-in replacements for OpenAI endpoints
- Serve multiple open-source models behind a unified API
- Experiment with different LLMs locally or in the cloud
Pros
- OpenAI-compatible API simplifies integration with existing applications
- Supports a wide range of popular open-source models out of the box
- Active community with over 12,000 GitHub stars
Cons
- Requires manual cloud infrastructure setup or management
- Model performance is heavily dependent on the underlying hardware
- May not support all model architectures or custom optimizations
Indexed from awesome-llm and enriched against its public facts.
Pros
- OpenAI-compatible API simplifies integration with existing applications
- Supports a wide range of popular open-source models out of the box
- Active community with over 12,000 GitHub stars
Cons
- Requires manual cloud infrastructure setup or management
- Model performance is heavily dependent on the underlying hardware
- May not support all model architectures or custom optimizations
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
FastChat
Community
An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena.
IntelliServer
Community
AI models as scalable microservices, enabling evaluation of LLMs and offering end-to-end functions such as chatbot, semantic search, image generation and beyond.
TGI
Community
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
vLLM
Community
A high-throughput and memory-efficient inference and serving engine for LLMs