/** Supported Cartesia speech-to-text model names. */ export type CartesiaSTTModel = 'ink-2' | 'ink-whisper'; /** Supported Cartesia text-to-speech model names. */ export type CartesiaTTSModel = 'sonic-3.5' | 'sonic-3' | 'sonic-2' | 'sonic-turbo';