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. To avoid unpredictable behavior, Agora strongly recommends using only the supported parameters. For a complete reference, consult 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.