> For the complete documentation index, see [llms.txt](https://docs.modular.com/llms.txt).
> Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).

# max

The MAX Python API reference.

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

MAX offers a layered architecture that lets you work at the level of abstraction
that best fits your needs. From deploying production-ready models with a few
lines of code to building custom neural networks from scratch, each layer builds
upon the others so you can move between levels seamlessly as requirements evolve.

For an introduction, see the
[Model developer guide](https://docs.modular.com/max/develop.md).

## Modules

* [max.driver](https://docs.modular.com/max/api/python/driver.md)
* [max.dtype](https://docs.modular.com/max/api/python/dtype.md)
* [max.engine](https://docs.modular.com/max/api/python/engine.md)
* [max.entrypoints](https://docs.modular.com/max/api/python/entrypoints.md)
* [max.experimental](https://docs.modular.com/max/api/python/experimental.md)
* [max.graph](https://docs.modular.com/max/api/python/graph.md)
* [max.nn](https://docs.modular.com/max/api/python/nn.md)
* [max.pipelines](https://docs.modular.com/max/api/python/pipelines.md)
* [max.profiler](https://docs.modular.com/max/api/python/profiler.md)
