1.5B for bounded work
Arithmetic, constrained classification, health policy and budget routing. Selected only when the measured quality floor and the request’s memory budget permit it.
A local-AI router that spends memory and latency only when task quality requires it. Every number below comes from the versioned benchmark JSON.
The optimized 1.5B route is compared with the 7B baseline on the same five deterministic tasks, two repetitions, temperature zero and one cold start per model.
| Model | Params | Q | P95 | tok/s | Memory | Quality |
|---|
The 1.5B route is materially faster and smaller, but it missed the privacy-policy task. ModelOpsPilot therefore keeps the measured 7B model for high and safety-critical tiers instead of hiding the tradeoff.
Arithmetic, constrained classification, health policy and budget routing. Selected only when the measured quality floor and the request’s memory budget permit it.
Privacy and safety-critical decisions retain the higher-quality profile. A failed health, context, quality, latency, cost or memory check makes a model ineligible.
The benchmark uses Ollama’s native timing counters and running-model residency endpoint. Outputs include every response, pass/fail decision and router profile.
ollama pull qwen2.5:7b-instruct ollama pull qwen2.5:1.5b-instruct-q4_K_M .venv/bin/modelopspilot-arm-benchmark \ --repeats 2 \ --output artifacts/arm64-benchmark.json \ --output docs/arm64-benchmark.json