skillfed

multi-model-server

Multi Model Server is a tool for serving neural net models for inference

multi-model-server v1.1.11 393.6K downloads/30d#6,997 on PyPI1,024
Permissive license Apache License Version 2.0 Abandoned released

What it is and what it does

Multi Model Server is a framework for deploying deep learning models as HTTP services. It accepts models exported from MXNet or ONNX, packages them using model-archiver, and runs them behind HTTP endpoints that handle inference requests. The tool provides both a command-line interface and pre-built Docker images to simplify setup and deployment.

The package depends on Pillow for image handling, psutil for system monitoring, future for Python 2/3 compatibility, and model-archiver for packaging models. However, the project is no longer maintained—the repository is archived, the last commit was in May 2024, and no releases have occurred since June 2023. This means no bug fixes, security patches, or feature updates are expected going forward.

Use it for:

  • Deploy MXNet or ONNX models as REST APIs for batch or real-time inference without building a custom server.
  • Package trained models into archives and serve them alongside other models on a single HTTP endpoint.
  • Run model inference in containerized environments using the provided Docker images for consistent deployment.
  • Monitor resource usage (CPU, memory) during model serving using built-in system monitoring capabilities.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Multi Model Server is a tool for serving deep learning models exported from MXNet or ONNX via HTTP endpoints for inference requests, using a CLI or Docker images to manage the service.

No—do not install for new projects. The package is abandoned (archived repository, no commits since May 2024, last release June 2023) and will receive no maintenance, security updates, or bug fixes. If you need model serving, use actively maintained alternatives like TorchServe, TensorFlow Serving, or Seldon Core. Install only if you are maintaining legacy code that already depends on it and cannot migrate.

Install

multi-model-server on PyPI

pip

pip install multi-model-server

uv

uv add multi-model-server

poetry

poetry add multi-model-server

Installing multi-model-server

Before you install

Installation is straightforward (low friction), but the project is archived and abandoned as of 2024, with no active maintenance since May 2024. The last release was over a year ago. Consider this a legacy tool no longer receiving updates or support.

License in practice

Licensed under Apache License Version 2.0 (permissive), which allows commercial use, modification, and distribution with minimal restrictions, though you must include a copy of the license and state significant changes.

Quickstart

pip install multi-model-server

from multi_model_server.server import start_server
# Requires Java 8+ in $PATH and model-archiver for packaging models

Java 8 or later must be installed and available in $PATH before installing MMS; MXNet must be installed separately if using MXNet models.

Verify before relying

  • Current compatibility with modern Python versions and recent MXNet/ONNX releases is unclear given the abandoned status.
  • Whether the archived repository will accept security patches or bug fixes if vulnerabilities are discovered.
  • Performance and stability characteristics on current hardware and frameworks compared to actively maintained alternatives.

Package facts

License Apache License Version 2.0 (permissive)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies 4 — Pillow, psutil, future, model-archiver
Maintenance abandoned — 1,151 days since the last release
Last repo commit (repository archived)
First released
Downloads 393,634/month — #6,997 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: multi_model_server-1.1.11-py2.py3-none-any.whl

Keywords: Multi, Model, Server, Serving, Deep, Learning, Inference, AI

Tags

serve deep learning models httpmxnet onnx model servingneural network inference servermodel serving frameworkdeep learning model deploymentinference endpoint managementmodel archiver server
model-servingarchived-projectdeep-learning

More Artificial Intelligence packages