Overview
No setup. No DevOps. No queues.
What is Norman?
Norman is the fastest way to turn any AI model into a production-ready API. You upload a model, Norman handles the rest - storage, invocation, scaling, authentication, file management, and event handling.
This documentation covers both layers of the Norman Python ecosystem:
Norman SDK – the high-level, user-facing library for model upload, invocation, accounts, and authentication.
Norman Core SDK – the low-level async clients and services used internally by the Norman SDK and by advanced users.
Norman Architecture Overview

The SDK communicates with Norman’s cloud microservices, wrapping them into a simple, clean Python interface.
Developer quickstart
Make your first model invocation in minutes. Learn the basics of the Norman platform Quick Start