omnirt¶
Top-level functions — the recommended Python entry points. The auto-rendered signatures and docstrings live on the default-locale page to avoid duplicate anchors across languages: → API Reference / omnirt.
Summary:
omnirt.generate(request, *, backend=None)— Execute aGenerateRequestand return aGenerateResult.omnirt.validate(request, *, backend=None)— Validate a request without touching hardware.omnirt.pipeline(model, *, backend=None)— Build anOmniModelPipelinefor repeated use.omnirt.list_available_models(*, include_aliases=True)— List everyModelSpecin the registry.omnirt.describe_model(model_id, *, task=None)— Return theModelSpecfor one registry id.omnirt.available_presets()— Tuple of the preset names recognized by the runtime.
For task-oriented examples see Python API guide.