Skip to main content
Log in

Mojo package

max

The MAX Mojo API reference.

The MAX API provides a state-of-the-art graph compiler and runtime library that executes AI models with incredible speed on a wide range of hardware.

Packages

  • driver: DEPRECATED: The max.driver Mojo API is being deprecated in favor of the open source gpu.host API, which has better ergonomics, and is more feature complete.
  • engine: DEPRECATED: The Mojo graph and engine APIs are being deprecated. Internally we build graphs using the Python APIs, and our engineering efforts have been focused on that. As a result, the Mojo version has not kept pace with new features and language improvements. These APIs will be open sourced for the community in a future patch prior to being removed.
  • graph: DEPRECATED: The Mojo graph and engine APIs are being deprecated. Internally we build graphs using the Python APIs, and our engineering efforts have been focused on that. As a result, the Mojo version has not kept pace with new features and language improvements. These APIs will be open sourced for the community in a future patch prior to being removed.
  • tensor: APIs to create and manage tensors in a graph.