Skip to main content

Data Types

Supported Data Types

The aiXplain platform supports various data types for processing and inference. Below is an overview of the supported data types:

Data TypeDescriptionExample
TextPure text or local path of a text file.my_pipeline.run("file.txt"), my_pipeline.run("This is pure text")
ImageImage file format and size restrictions depend on the asset vendor.my_pipeline.run("test.png")
LabelReserved for label-based processing (details vary by model).
AudioAudio file format and size restrictions depend on the asset vendor.my_pipeline.run("test.wav")
VideoVideo file format and size restrictions depend on the asset vendor.my_pipeline.run("test.mp4")

note

Format and size restrictions vary based on the asset vendor. Please refer to individual model or pipeline documentation for specifics.