@squidcloud/client
    Preparing search index...

    Interface BaseAiAudioCreateSpeechOptions

    Base options for creating speech with an AI model.

    interface BaseAiAudioCreateSpeechOptions {
        modelName: "tts-1" | "tts-1-hd";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    modelName: "tts-1" | "tts-1-hd"

    The name of the AI model to use for speech creation.