diff --git a/ui/src/client/types.gen.ts b/ui/src/client/types.gen.ts index c2a4c6ae..e1b0770a 100644 --- a/ui/src/client/types.gen.ts +++ b/ui/src/client/types.gen.ts @@ -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; }; /**