Pixano Inference API reference
This section documents the public Python modules for the Ray Serve-based Pixano-Inference API.
Public modules
pixano_inference.clientPython client for the HTTP API.pixano_inference.configsTyped deployment configuration objects used in Python config files.pixano_inference.modelsBase classes, I/O models, andregister_modelfor custom deployments.pixano_inference.rayServer bootstrap and Ray Serve integration.pixano_inference.schemasHTTP-layer request/response schemas and shared helper types.pixano_inference.settingsRuntime settings exposed by the server. Task enums and task-string helpers.pixano_inference.utilsShared helper utilities.