cargo run --release -- serve # then open http://localhost:8080
mulaim qwen3:14b # or machine-readable: mulaim 12b --json
docker build -t mulaim . && docker run --rm -p 8080:8080 mulaim
curl 'http://localhost:8080/api/check?model=qwen3:14b'