/** Supported Smallest AI TTS model names. */ export type SmallestAITTSModel = 'lightning_v3.1' | 'lightning_v3.1_pro' | 'lightning';