This is an internal tool used by our engineers at Scalattice to benchmark our inference API for price and latency against rivals offering open models. We decided to release it here because we believe it can further the development of inference networks and products, and help build a world of inference abundance.
git clone https://github.com/scalattice/modelmeter.git
cd modelmeter
./run.sh
# → http://127.0.0.1:8765
./run.sh creates a venv, installs, and starts the server. Pass-through flags work: ./run.sh --host 0.0.0.0 --port 8765.
Manual equivalent:
python3 -m venv .venv
source .venv/bin/activate
pip install -e .
modelmeter
?q=qwen3-8b&in=10e6&out=2e6)| Source | Notes |
|---|---|
| Scalattice / OpenRouter / DeepInfra | Live APIs (on by default) |
| LiteLLM index | Broad public price table |
| Together / Fireworks / Groq / custom | Enable in Settings; API keys in local SQLite |
Credentials live in ~/.modelmeter/modelmeter.db (override with MODELMETER_DATA_DIR).
modelmeter --host 0.0.0.0 --port 8765
Docker:
docker build -t modelmeter .
docker run --rm -p 8765:8765 modelmeter
MIT
4 commits
JavaScript
37.8%
Python
37.3%
CSS
14.3%
HTML
10.3%
This is an internal tool used by our engineers at Scalattice to benchmark our inference API for price and latency against rivals offering open models. We decided to release it here because we believe it can further the development of inference networks and products, and help build a world of inference abundance.
git clone https://github.com/scalattice/modelmeter.git
cd modelmeter
./run.sh
# → http://127.0.0.1:8765
./run.sh creates a venv, installs, and starts the server. Pass-through flags work: ./run.sh --host 0.0.0.0 --port 8765.
Manual equivalent:
python3 -m venv .venv
source .venv/bin/activate
pip install -e .
modelmeter
?q=qwen3-8b&in=10e6&out=2e6)| Source | Notes |
|---|---|
| Scalattice / OpenRouter / DeepInfra | Live APIs (on by default) |
| LiteLLM index | Broad public price table |
| Together / Fireworks / Groq / custom | Enable in Settings; API keys in local SQLite |
Credentials live in ~/.modelmeter/modelmeter.db (override with MODELMETER_DATA_DIR).
modelmeter --host 0.0.0.0 --port 8765
Docker:
docker build -t modelmeter .
docker run --rm -p 8765:8765 modelmeter
MIT
4 commits
JavaScript
37.8%
Python
37.3%
CSS
14.3%
HTML
10.3%