interface TTSOptions {
    apiKey?: string;
    client?: Mistral;
    model: string;
    refAudio?: string;
    voice?: string;
}

Properties

apiKey?: string
client?: Mistral
model: string
refAudio?: string
voice?: string