/** * 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 * * For the latest model (saaras:v3), use the `/speech-to-text` endpoint with `mode="translate"`. */ export type SpeechToTextTranslateModel = "saaras:v2.5";