    URL   = "https://hut.openintegrations.dev/localai/";
    Token = "12We34...";

    Text  = "Attack ships on fire off the shoulder of Orion bright as magnesium";
    Model = "bark-cpp-small";

    AdditionalParameters = New Structure("response_format", "wav");

    Result = OPI_OpenAI.GenerateSpeech(URL, Token, Model, Text, , AdditionalParameters);