Backendstring`short:"b" default:"piper" help:"Backend to run the TTS model"`
Modelstring`short:"m" required:"" help:"Model name to run the TTS"`
Voicestring`short:"v" help:"Voice name to run the TTS"`
OutputFilestring`short:"o" type:"path" help:"The path to write the output wav file"`
ModelsPathstring`env:"LOCALAI_MODELS_PATH,MODELS_PATH" type:"path" default:"${basepath}/models" help:"Path containing models used for inferencing" group:"storage"`
BackendAssetsPathstring`env:"LOCALAI_BACKEND_ASSETS_PATH,BACKEND_ASSETS_PATH" type:"path" default:"/tmp/localai/backend_data" help:"Path used to extract libraries that are required by some of the backends in runtime" group:"storage"`