Skip to main content

Sarvam (Beta)

Sarvam ASR provides real-time speech-to-text with low latency and reliable performance for Indian languages.

Sample configuration

The following is a sample asr parameter configuration you can use when you Start a conversational AI agent.


_7
"asr": {
_7
"vendor": "sarvam",
_7
"params": {
_7
"api_key": "SARVAM_KEY",
_7
"language": "hi-IN"
_7
}
_7
}

caution

The parameters listed on this page are validated for use with Conversational AI Engine. Required parameters must be provided as documented. Any additional parameters are passed through directly to the underlying vendor without validation. For a full list of supported options, refer to the Sarvam documentation.

Key parameters

paramsrequired
  • api_key stringrequired

    Your Sarvam API key. Get your API key from the Sarvam dashboard.

  • language stringrequired

    The language code for transcription. Set to unknown for automatic language detection.