- In the voiceEngine options 'PlayDialog-turbo' is missing even though the model is supported by the package . - You can see the issue in this [file](https://github.com/playht/playht-nodejs-sdk/blob/main/packages/playht/src/index.ts) - Code snippet with issue for reference: ``` export type VoiceEngine = 'PlayDialog' | 'Play3.0-mini' | 'PlayHT2.0-turbo' | 'PlayHT2.0' | 'PlayHT1.0' | 'Standard'; ```