openvino-dev
OpenVINO(TM) Development Tools
What it is and what it does
OpenVINO Development Tools is a deprecated package from Intel that provides model conversion, optimization, and deployment utilities for deep learning inference. It wraps the OpenVINO Runtime (installed as a dependency) and adds command-line tools like `mo` for model conversion and `omz_downloader` for accessing pre-trained models from the Open Model Zoo. The package supports converting models trained in TensorFlow, PyTorch, ONNX, Caffe, MXNet, and PaddlePaddle into OpenVINO's intermediate representation (IR) format, which can then be optimized for edge and cloud deployment.
The package is designed for developers who need to take existing trained models and prepare them for inference using OpenVINO's runtime. It includes model quantization, conversion from multiple source frameworks, and access to a curated collection of pre-trained models to accelerate development. However, Intel has announced that this package will be discontinued with the 2025.0 release, so it is not recommended for new projects unless you have a specific requirement to work with existing OpenVINO IR models or a legacy workflow.
Use it for:
- Convert a TensorFlow or PyTorch model to OpenVINO IR format for optimized inference on edge devices.
- Download and evaluate pre-trained models from Open Model Zoo without training from scratch.
- Quantize and optimize deep learning models to reduce size and latency for deployment.
- Integrate model conversion into a CI/CD pipeline for automated model preparation.
- Benchmark and profile model performance across different hardware targets using OpenVINO tools.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides command-line tools and Python APIs to convert deep learning models from multiple frameworks (TensorFlow, PyTorch, ONNX, Caffe, etc.) to OpenVINO IR format, download pre-trained models, and optimize them for inference deployment.
No—do not install for new projects. The package is officially deprecated and will be discontinued with the 2025.0 release. If you need OpenVINO inference capabilities, use the `openvino` runtime package directly. Only install if you are maintaining legacy code that already depends on openvino-dev and cannot migrate to a successor tool.
Install
openvino-dev on PyPI
pip
pip install openvino-devuv
uv add openvino-devpoetry
poetry add openvino-devInstalling openvino-dev
Before you install
Low install friction with a pure-wheel distribution. Actively maintained with recent commits and a large repository (10655 stars). However, the package is officially deprecated and will be discontinued with the 2025.0 release, making it unsuitable for new projects.
License in practice
Licensed under Apache Software License (permissive), which allows commercial and private use with minimal restrictions, though you must include a copy of the license and state significant changes.
Quickstart
pip install openvino-dev
python -c "from openvino import Core; print(Core().available_devices)"
mo -h # Verify model conversion tool is available
C++ libraries required on Windows (Visual Studio Redistributable); virtual environment recommended to avoid dependency conflicts with existing deep learning frameworks.
Verify before relying
- Whether the deprecation timeline affects your deployment horizon and whether migration to a successor tool is documented.
- Compatibility matrix with specific versions of TensorFlow, PyTorch, ONNX, or other frameworks you plan to use.
- Performance characteristics and optimization results on your target hardware and model types.
Package facts
| License | OSI Approved :: Apache Software License (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 8 — defusedxml, networkx, numpy, openvino-telemetry, packaging, pyyaml, requests, openvino |
| Maintenance | actively maintained — 603 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 196,859/month — #9,774 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: openvino_dev-2024.6.0-17404-py3-none-any.whl
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
openvinoOpenVINO converts and optimizes deep learning…
permissive · top 5,000 on PyPI
optimum-intelOptimum Intel bridges Hugging Face Transformers…
permissive · top 15,000 on PyPI
nncfNNCF provides post-training and training-time…
permissive · top 5,000 on PyPI
onnxruntime-openvinoEnables ONNX Runtime to accelerate machine…
permissive · top 15,000 on PyPI
keras-nightlyA multi-backend deep learning framework that…
permissive · top 15,000 on PyPI
kerasKeras 3 is a multi-backend deep learning…
permissive · top 5,000 on PyPI
netronNetron is a viewer for neural network and…
permissive · top 15,000 on PyPI
openvino-tokenizersConverts HuggingFace tokenizers into OpenVINO…
permissive · top 15,000 on PyPI
openvino-genaiopenvino-genai simplifies running inference on…
permissive · top 15,000 on PyPI
openvino-telemetrySends telemetry data from OpenVINO toolkit…
permissive · top 5,000 on PyPI