Skip to main content
Version: 2.0

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.model.run(data="file.txt"), model.run(text="This is pure text")
Image Not OnPremImage file format and size restrictions depend on the asset vendor.model.run(data="test.png")
LabelReserved for label-based processing (details vary by model).
Audio Not OnPremAudio file format and size restrictions depend on the asset vendor.model.run(data="test.wav")
Video Not OnPremVideo file format and size restrictions depend on the asset vendor.model.run(data="test.mp4")

note

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