OpenAI TTS
OpenAI offers chat completions and embeddings suport. Additionaly it covers STT/TTS and real time interaction API.
To obtain an OpenAI apikey see the OpenAI docs
Configure the Toolkit API
Locate the file ./config/api/.env
and add the following configurations
TTS_SERVICE=openai
OPENAI_API_KEY='api key'
List of supported models
Currently streaming models are not supported.