#153 · Primary category: Inference & Local Deploy
Jlama
Jlama is a modern LLM inference engine for Java
Project last updated:10/12/25
GitHub Stars
1.3K
Forks
164
Contributors
21
License
Apache-2.0
Why we included this project
Java teams that want LLM inference without leaving the JVM can pull Jlama in as a Maven dependency and get a full inference engine written in pure Java. It loads Hugging Face safetensors models, covering the Llama, Mistral, Gemma, Qwen, and BERT families, and its Q4/Q8 quantization keeps models usable on modest hardware. Besides plain text generation it implements paged attention, mixture-of-experts routing, tool calling, and embedding and classifier inference, so it is more than a demo. A CLI and an OpenAI-compatible REST API let you prototype locally and then embed the same engine in production, and the optional distributed inference mode helps when a single node is not enough. Teams already using LangChain4j get a ready integration.
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.