{"library":"onnxruntime-common","title":"ONNX Runtime JavaScript Common API","description":"onnxruntime-common serves as the foundational JavaScript API layer for the ONNX Runtime ecosystem, providing shared types, interfaces, and core functionalities. It is designed to be consumed indirectly by platform-specific packages like `onnxruntime-node`, `onnxruntime-web`, and `onnxruntime-react-native`, rather than being used directly by end-user applications. The current stable version is 1.24.3, with frequent patch releases addressing bug fixes, security enhancements, and execution provider updates, as evidenced by recent 1.24.x versions. Its primary differentiator is enabling a consistent programming model across various JavaScript environments, abstracting away platform-specific implementations and ensuring interoperability for machine learning inference.","language":"javascript","status":"active","last_verified":"Sun Apr 19","install":{"commands":["npm install onnxruntime-common"],"cli":null},"imports":["import { InferenceSession } from 'onnxruntime-common';","import { Tensor } from 'onnxruntime-common';","import { SessionOptions } from 'onnxruntime-common';"],"auth":{"required":false,"env_vars":[]},"quickstart":null,"compatibility":null}