1export enum ModelModality {
2	TEXT = 'TEXT',
3	AUDIO = 'AUDIO',
4	VISION = 'VISION'
5}