/** * Model to be used for speech to text translation. * * - **saaras:v2.5** (default): Translation model that translates audio from any spoken Indic language to English. * - Example: Hindi audio → English text output */ export type SpeechToTextTranslateModel = "saaras:v2.5";