-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Will Schipp edited this page Aug 15, 2025
·
3 revisions
A simple rest server that hosts a repository of LLM Models and their providers, as well as some basic stats about each one. The server is maintained by an embabel-agent that retrieves updates from various sources.
- ollama https://ollama.com/download
- llama3.1:8b
ollama pull llama3.1:8b
- clone the repository https://github.com/embabel/embabel-llm-database
- compile
mvn clean package
- run the server
java -jar embabel-database-server/target/embabel-database-server-${VERSION}.jar
- test
curl localhost:8000/api/v1/models