For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Python class
AudioGenerationInputs
AudioGenerationInputs
class max.pipelines.modeling.types.pipeline_variants.AudioGenerationInputs(batch)
Bases: PipelineInputs, Generic[AudioGenerationContextType]
Input data structure for audio generation pipelines.
batch
A dictionary mapping RequestID to AudioGenerationContextType instances.