Skip to main content
Version: 0.8.x [Latest Beta]

DENKflow SDK documentation

DENKflow is DENKweit's inference SDK for running exported Vision AI models and pipelines in your own applications.

This documentation is written for integrators who want to:

  • install the SDK on Linux, Windows, or Jetson
  • choose the right execution provider such as CPU, OpenVINO, CUDA, TensorRT, or DirectML
  • deploy exported .denkflow pipelines in production
  • build custom pipelines from individual .denkmodel files
  • run the SDK inside Docker with persistent licensing and cache data

If you are new to the SDK, follow this order:

  1. Integration overview
  2. Quick start
  3. Installation guide
  4. Runtime and device selection
  5. Docker deployment

What you can run

The recommended production artifact is a .denkflow file exported from the DENKweit Vision AI Hub. A .denkflow file contains the full pipeline, including model selection, preprocessing, and the execution-provider configuration chosen at export time.

If you want full control, you can also build pipelines manually from .denkmodel files. In that case, you choose the runtime device yourself in code.

Platform overview

PlatformCPUOpenVINOCUDATensorRTDirectML
Linux x86_64yesyesyesyesno
Windows x86_64yesyesyesyesyes
Linux ARM64 / JetsonyesnoyesOrin class devicesno

Need help?

Start with the Troubleshooting Guide. If you still need help, include your OS, Python version, execution provider, hardware details, and a minimal reproduction script.