fix: add pace option in sarvam tts config (#447)

* fix: add pace option in sarvam tts config

* fix: generate client
This commit is contained in:
Sabiha Khan 2026-06-17 14:45:09 +05:30 committed by GitHub
parent e79cb42f31
commit a2d9ed24ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 61 additions and 5 deletions

View file

@ -4750,6 +4750,12 @@ export type SarvamTtsConfiguration = {
* BCP-47 Indian-language code (e.g. hi-IN, en-IN).
*/
language?: string;
/**
* Speed
*
* Speech speed multiplier.
*/
speed?: number;
};
/**