Back to Localai

Text to Speech {{ if .Model }} with {{.Model}} {{ end }}

core/http/views/tts.html

4.1.3520 B
Original Source

Text to Speech {{ if .Model }} with {{.Model}} {{ end }}

Convert your text into natural-sounding speech

Model: Select a model {{ $model:=.Model}} {{ range .ModelsConfig }} {{ $cfg := . }} {{ range .KnownUsecaseStrings }} {{ if eq . "FLAG_TTS" }} {{$cfg.Name}} {{ end }} {{ end }} {{ end }} {{ range .ModelsWithoutConfig }} {{.}} {{end}}

Enter your text below and submit to generate speech with the selected TTS model. The generated audio will appear below the input field.

{{template "views/partials/footer" .}}