This package contains binaries extension for openvino-node package
npm install openvino-tokenizers-node
After package installation script that downloads and extracts binaries will be executed. Binaries will be placed in the node_modules/openvino-tokenizers-node/bin
directory.
This package is a part of openvino-node package and should be used with it. Version of this package should be the same as version of openvino-node package.
const { addon: ov } = require('openvino-node');
const openvinoTokenizers = require('openvino-tokenizers-node');
const core = new ov.Core();
core.addExtension(openvinoTokenizers.path); // Add tokenizers extension
// Load tokenizers model
// ...
Copyright © 2018-2025 Intel Corporation