@squidcloud/client
    Preparing search index...

    Interface AiAudioCreateSpeechRequest

    API request to create speech from text

    interface AiAudioCreateSpeechRequest {
        input: string;
        options: OpenAiCreateSpeechOptions;
    }
    Index

    Properties

    Properties

    input: string

    The text input to convert to speech

    Options for speech generation